.container {
    max-width: 1440px;
}

.About_hero_bg {
    background: url('./img/page-header.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
    .About_hero_bg {
        background: url('./img/page-header-mobile.png');
        background-size: 100%;
        background-repeat: no-repeat;
    }
}

.About_hero_headline {
    font-family: Playfair Display;
    font-size: 60px;
    font-weight: 700;
    line-height: 79.98px;
    text-align: left;
    color: #B98A34;
    padding: 200px 0px;
}

@media screen and (max-width:768px) {
    .About_hero_headline {
        font-family: Playfair Display;
        font-size: 24px;
        font-weight: 700;
        line-height: 31.99px;
        text-align: left;
        padding: 90px 0px;
    }
}

.About_hr_line {
    color: #B98A34;
    width: 10%;
    opacity: 1;
    border-width: 2px;
}

@media screen and (max-width:768px) {
    .About_hr_line {
        color: #B98A34;
        width: 30%;
        opacity: 1;
        border-width: 2px;
    }
}


.About_desc2 {
    font-family: Outfit;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: #AEAEAE;
    margin-top: 30px;

    text-transform: capitalize;
}

@media screen and (max-width:768px) {
    .About_desc2 {
        font-family: Outfit;
        font-size: 12px;
        font-weight: 400;
        line-height: 15.12px;
        text-align: left;
        margin-top: 0px;
    }
}


/* ---------------------------------- Mission Section 3 ------------------------------------------- */
.About_sec3_heading {
    font-family: Playfair Display;
    font-size: 44px;
    font-weight: 700;
    line-height: 58.65px;
    text-align: left;
    color: white;

    margin-top: 5px;
    margin-left: 15px;
}

.sec3_spacing {
    padding: 70px 0px 0px 0px;
}

@media screen and (max-width:768px) {
    .About_sec3_heading {
        font-family: Playfair Display;
        font-size: 18px;
        font-weight: 700;
        line-height: 23.99px;
        text-align: left;
        margin-left: 5px;
        margin-top: 0px;
    }

    .sec3_spacing {
        padding: 0px 0px 0px 0px;
    }
}

.About_sec3_desc {
    font-family: Outfit;
    font-size: 19px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: #AEAEAE;

    text-transform: capitalize;
    margin-top: 10px;
}

.About_sec3_om2 {
    margin-top: 120px;
}

@media screen and (max-width:768px) {
    .About_sec3_desc {
        font-family: Outfit;
        font-size: 12px;
        font-weight: 400;
        line-height: 15.12px;
        text-align: left;
    }

    .About_sec3_icon {
        width: 45px;
    }

    .About_sec3_om2 {
        margin-top: 0px;
    }
}