.aboutsection{
    padding: 0px 0 100px 0;
    position: relative;
}
.aboutsection::after{
    content: '';
    background-image: url(../../images/about/bg_patt.png);
    width: 195px;
    height: 260px;
    position: absolute;
    top: -129px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.aboutsection .maincontainer{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.aboutsection .mainrow{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.aboutsection .firstpart,
.aboutsection .secondpart{
    width: 50%;
}
.aboutsection .secondpart .detailsgroup .subtitle{
    text-transform: uppercase;
    font-size: var(--font1);
    color: #006d9a;
    margin-bottom: 20px;
}
.aboutsection .secondpart .detailsgroup .maintitle{
    font-size: var(--font2);
    color: #000000;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 0;
}
.aboutsection .secondpart .detailsgroup .details{
    font-size: var(--font3);
    color: #000;
    opacity: 0.7;
    margin-bottom: 0px;
}
.aboutsection .secondpart .detailsgroup .btnstyleatag{
    background-color: #0082b7;
    padding: 15px 50px;
    font-size: var(--font3);
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    border-radius: 50px;
    font-weight: 700;
    display: inline-flex;
}
.aboutsection .firstpart{
    padding-right: 50px;
}
.aboutsection .firstpart img{
    width: 100%;
}


@media (max-width:1399px) and (min-width: 1200px){
    .aboutsection{
        padding: 0 0 0 0;
    }
    .aboutsection .maincontainer{
        max-width: 1140px;
    }
}
@media (max-width:1199px) and (min-width: 992px){
    .aboutsection{
        padding: 0 0 0 0;
        background-size: 150px;
    }
    .aboutsection .maincontainer{
        max-width: 960px;
    }
    .aboutsection .secondpart .detailsgroup .subtitle{
        font-size: var(--font1);
    }
    .aboutsection .secondpart .detailsgroup .maintitle{
        font-size: var(--font2);
    }
    .aboutsection .secondpart .detailsgroup .details{
        font-size: var(--font3);
    }
}
@media (max-width:991px) and (min-width: 768px){
    .aboutsection{
        background-size: 150px;
    }
    .aboutsection .maincontainer{
        max-width: 720px;
    }
    .aboutsection .secondpart .detailsgroup .subtitle{
        font-size: var(--font1);
    }
    .aboutsection .secondpart .detailsgroup .maintitle{
        font-size: var(--font2);
    }
    .aboutsection .secondpart .detailsgroup .details{
        font-size: var(--font3);
    }
    .aboutsection .secondpart .detailsgroup .btnstyleatag{
        padding: 10px 30px;
    }
}
@media (max-width:767px) and (min-width: 576px){
    .aboutsection{
        background-size: 100px;
        background-position: 0 -60px;
        background-image: none !important;
    }
    .aboutsection .maincontainer{
        max-width: 540px;
    }
    .aboutsection::after{
        display: none;
    }
    .aboutsection .firstpart,
    .aboutsection .secondpart{
        width: 100%;
    }
    .aboutsection .secondpart .detailsgroup .subtitle{
        font-size: var(--font1);
    }
    .aboutsection .secondpart .detailsgroup .maintitle{
        font-size: var(--font2);
    }
    .aboutsection .secondpart .detailsgroup .details{
        font-size: var(--font3);
    }
    .aboutsection .secondpart .detailsgroup .btnstyleatag{
        padding: 10px 30px;
    }
    .aboutsection .secondpart{
        margin-top: 30px;
        padding-right: 50px;
    }
    .aboutsection .firstpart{
        order: 2;
    }
    .aboutsection .secondpart{
        order: 1;
    }
}
@media (max-width: 575px){
    .aboutsection{
        background-size: 100px;
        background-position: 0 -60px;
        background-image: none !important;
        padding: 0 0 0 0;
    }
    .aboutsection .maincontainer{
        max-width: 100%;
        padding: 0 15px;
    }
    .aboutsection::after{
        display: none;
    }
    .aboutsection .firstpart,
    .aboutsection .secondpart{
        width: 100%;
    }
    .aboutsection .firstpart{
        order: 2;
    }
    .aboutsection .secondpart{
        order: 1;
    }
    .aboutsection .secondpart .detailsgroup .subtitle{
        font-size: var(--font1);
    }
    .aboutsection .secondpart .detailsgroup .maintitle{
        font-size: var(--font2);
    }
    .aboutsection .secondpart .detailsgroup .details{
        font-size: var(--font3);
    }
    .aboutsection .secondpart .detailsgroup .btnstyleatag{
        padding: 10px 30px;
    }
    .aboutsection .firstpart{
        margin-top: 30px;
        padding: 0px;
    }
}