.about-first-section{
    background-color: #e3e1db;
    overflow: hidden;
}
.about-first-section .radius-box{
    background-color: #fff;
    border-radius: 40px;
    margin: 30px;
}
.first-section-content{
    display: flex;
    height: 100%;
    align-content: center;
    flex-wrap: wrap;
    padding-left:42px;
}
.first-section-content h1{
    font-weight:600;
    font-size:57px;
    letter-spacing: 3px;
}
.first-section-content p{
    letter-spacing: 2px;
}
.first-image-box{
    width:65%;
    height:90%;
    border-radius:30px;
    overflow: hidden;
    margin: 30px auto;
}
.first-image-box img{
    width:100%;
    height:auto;
    object-fit: cover;
}
.about-second-section .radius-box{
    padding:50px;
}

.about-second-section .top-box h1{
    font-size:50px;
    font-weight:600;
}

.second-image-box{
    width:100%;
    height:90%;
    border-radius:30px;
    overflow: hidden;
    
}
.second-image-box img{
    width:100%;
    height:auto;
    object-fit: cover;
}
.second-section-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.second-section-content p{
    letter-spacing: 2px;
}
@media (max-width:900px)
{
    .radius-box{
        border-radius: 18px!important;
        margin: 15px !important;
    }
    .first-section-content h1{
        font-size:40px!important;
        margin-top: 10px;
    }
    .first-image-box{
        width:90% !important;
    }
    .expertise-content_img{
        display:none;
    }
    .expertise-slide{
        padding-left:15px!important;
        padding-right: 15px !important;
    }
    .expertise-wrap{
        max-width:350px!important;
        width:350px!important;
        height: 587px!important;
    }
    .beyond-width-box{
        height:500px!important;
    }
    .why-we-are-started-box{
        height:504px!important;
    }
    .expertise-content{
        padding:2em 1em!important;
    }

}
