.section1-about{
    width: 90%;
    height: 500px;
    margin: 30px auto;
    display: flex;
    justify-content: center;
}
.set2-section1-about{
    width: 50%;
    padding: 50px;
}
.set2-section1-about > h1{
    color: #02195A;
    font-size: 25px !important;
}
.set2-section1-about > span{
    color: #4B5563;
    font-size: 22px;

}
.set2-section1-about > p{
    color: #A0A1AA;
    font-size: 18px;
}

/* section2 */

.section2-about{
    width: 90%;
    height: 400px;
    
    margin: 20px auto;
}
.section2-about > h1{
    color: #02195A;
    width: 275px;
    font-size: 30px;
    margin: 32px auto;
}
.set1-section2-about{
    width: 90%;
    
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.set1-section2-about > div{
    width: 100%;
    height: 125px;
    
    display: flex;
    justify-content: center;
    gap: 20px;
}
.blue-front{
    border: 2px dashed #31C5F5;
    width: 320px;
    height: 134px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blue-back{
    background-color: rgba(49, 197, 245, 0.50);
    color:#1d7996;
    font-size: 21px;
    font-weight: bold;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 95%;
      text-shadow: 1px 1.5px 3px rgba(0,0,0,0.2);
      text-align: center;
  }