/* About */
.about-main{
    color: #fff;
    font-family: 'DM Sans Regular', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    background-image: linear-gradient(0deg, rgba(36, 55, 92, 0.8) 2.52%, rgba(36, 92, 58, 0.2) 100%), url('../../../assets/images/about-main-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%, 100% 100%;
    /*position: absolute;
    top: 0;
    !*z-index: -9;*!
    left: 0;*/
    padding-top: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90vw;
    margin-bottom: 25px;
    position: relative;
}

.about-main h1{
    font-family: 'DM Sans Bold', sans-serif;
    font-size: 67px;
    line-height: 77px;
    text-align: center;
    color: #fff;
    width: 85%;
    margin-bottom: 5px;
    word-wrap: break-word;
}

.about-main h4{
    margin-top: 5px;
    width: 70%;
    margin-bottom: 100px;
    font-weight: 400;
}

.about-content{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    text-align: left;
    background-image: url('../../../assets/images/icon.svg');
    background-repeat: no-repeat;
    background-position: top 0 right 0;
}
.about-content > div{
    flex-basis: 45%;
}

.about-content h2{
    font-family: 'DM Sans Bold', sans-serif;
    font-size: 26px;
    line-height: 33px;
}

.about-content h2:after {
    content: '';
    display: block;
    width: 155px;
    margin-top: 30px;
    margin-bottom: 25px;
    border-bottom: 2px solid #95C123;
}

.about-content p{
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 50px;
}

.about-content img{
    position: absolute;
    /*bottom: -150px;*/
    left: 0;
    /*bottom: -10%;*/
    /*top: 60%;*/
    width: 45%;
    height: -webkit-fill-available;
    height: 550px;
    object-fit: cover;
    /*z-index: -9;*/
}

.about-content .breadcrumbs{
    margin-top: 50px;
    font-family: 'Yantramanav Medium', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 33px;
    color: #fff;
    position: absolute;
    z-index: 9;
    left: 5%;
}

.about-content .breadcrumbs a{
    color: #fff;
    text-decoration: none;
}

/*@media (min-width: 650px) and (max-width: 1024px){*/
@media screen and (max-width: 1024px){
    /*.about-content img{
        position: static;
        width: 100vw;

    }
    .about-content .content-text{
        width: 80vw%;
    }*/
    .about-content {
        flex-direction: column;
    }
    .about-content img{
        position: static;
        width: 100vw;
    }
    .about-content .content-text{
        padding: 0 5%;
    }
    .about-content .content-text h2{
        width: 70%;
    }
    .about-content {
        background-position: bottom 30% right 5%;
    }
    /*.about-main {
        font-size: 22px;
        line-height: 26px;
    }*/
    /*.about-main h1{
        font-size: 57px;
        line-height: 67px;
    }*/
}

@media (min-width: 608px) and (max-width: 742px) {
    .about-content {
        background-position: bottom 35% right 5%;
    }
}

@media (min-width: 444px) and (max-width: 607px) {
    .about-content {
        background-position: bottom 40% right 5%;
    }
}

@media (min-width: 385px) and (max-width: 443px) {
    .about-content {
        background-position: bottom 45% right 5%;
    }
}

@media screen and (max-width: 384px) {
    .about-content {
        background-position: bottom 50% right 5%;
    }
}

@media screen and (max-width: 650px) {
    .about-main {
        font-size: 26px;
        line-height: 34px;
        padding-top: 50px;
    }
    .about-main h1{
        font-size: 40px;
        line-height: 57px;
    }
}

