/* .about-section {
    padding: 70px 10%;
    overflow-x: hidden;
} */
.about-section {
    padding: 70px 0;
}
.about1, .about2 {
    position: relative;
}
.about1 img, .about2 img {
    position: absolute;
    height: 100%;
    top: 0;
    object-fit: cover;
    object-position: center;
}
.about1 {
    padding: 50px calc(50% + 50px) 50px 10%;
}
.about1 img {
    right: 0;
    width: 50%;
}
.about2 {
    margin-top: 70px;
    padding: 50px 10% 150px 50%;
}
.about2 img {
    left: 0;
    width: calc(50% - 50px);
}
.about1 h2, .about2 h2 {  
    margin-top: 5px;
}
.about-quote {
    background-color: var(--primary-color);
    margin-left: 20%;
    margin-top: -100px;
    position: relative;
    z-index: 3;
}
.about-quote p {
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 180%;
    letter-spacing: 1px; 
    padding: 50px;
    font-family: "Jost";
}
.about2.yellow-checklist ul {
    margin-top: 50px;  
}

@media only screen and (max-width: 1100px) {
    .about1, .about2 {
        padding: 0 5% 325px 5%;
    }
    .about1 img, .about2 img {
        right: 0;
        left: 0;
        top: unset;
        bottom: 0;
        width: 100%;
        height: 300px;
    }
    .about-quote {
        margin-left: 5%;
        margin-top: -50px;
    }
    .about-quote p {
        font-size: 24px;
    }
}
@media only screen and (max-width: 768px) {
    .about-section {
        padding: 50px 0;
    }
    .about2 {
        margin-top: 50px;
    }

}
@media only screen and (max-width: 575px) {
    .about-quote p {
        font-size: 18px;
        padding: 25px;
    }
}