body{
    background-color: #ffffffff;
}
.web{
    padding: 3% 0%;
    background-color: #F6F2FD;
    width: 100%;
    height: auto;
    border-radius: 16px;
    text-align: center;
    margin: 5% 0%;
}
.web-btn{
    background-color: #0a53be;
    border: none;
    padding: 5px 25px;
    color: #ffffff;
    font-family: 'generalSans-medium';
    letter-spacing: 1;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 6px;
}
.web-text{
    text-align: center;
    align-items: center;
}
.web-text h2{
    color: #000;
    font-size: 45px;
    font-weight: 700;
    margin: 0px;
    font-family: 'GeneralSans-Semibold';
    padding: 15px 0px;
}
.web-text p{
    font-family: 'GeneralSans-Regular';
}
.web-text p{

}
.web .web-btned {
    padding: 9px 20px;
    margin-top: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    font-family: 'generalSans-medium';
    border-radius: 6px;
    font-size: 20px;
    border: 2px solid #170aca;
    background-color: #ffffff;
    color: #0a53be;
}
.web .web-btned a {
    color: #0c63e4;
    text-decoration: none;
}
/* .about-self{
    margin: 1% 0%;
} */
@media(max-width:1440px){
    .web-text h2{
        font-size: 35px;
    }
    .web .web-btned {
        padding: 6px 20px;
        font-size: 17px;

    }

}
