.about-container {
    max-width: 1640px;
}

section.image-header {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 585px;
    margin-top: -93px;
}

.image-header > div.container-fluid {
    background: rgba(0, 0, 0, 0.20);
}

.image-header > div.container-fluid h1 {
    font-size: 72px;
    font-family: Poppins, serif;
}

.image-header > div.container-fluid p {
    font-size: 23px;
}

header .nav .nav-link {
    color: var(--c-white);
}

.about-journey-description {
    font-weight: 600;
    line-height: 130%;
    padding-right: 70px;
}

.about-default-description,
.about-default-description li,
.about-journey-description {
    color: #565656e3;
}

.icon-text {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 20px;
}

.icon-text strong {
    font-size: 40px;
}

.icon-text span {
    color: #5D5D5D;
    font-size: 26px;
    display: flex;
    flex-direction: column;
}

.icon-text span:after {
    content: 'This Month';
    font-size: 13px;
}

.about-mission,
.about-details,
.offer-card {
    background-color: var(--c-white);
}

.about-subtitle,
.about-default-description,
.about-small-description,
.about-journey-description {
    font-family: Poppins, 'serif';
}

.about-subtitle {
    font-size: 48px;
    font-weight: bold;
}

.about-default-description,
.about-journey-description {
    font-size: 20px;
}

.about-small-description {
    font-size: 18px;
}

.detail-title {
    font-size: 28px;
    font-family: PoppinsBold, 'serif';
}

.about-details {
    padding: 100px 0 100px 0;
}

.row-detail {
    display: flex;
    justify-content: center;
}

.about .join-us,
.about .choose-us {
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose-us {
    background: #000;
    padding: 100px 0 100px 0;
}

div.choose-us p {
    color: var(--c-white);
}

.right-padding {
    padding-right: 5rem;
}

.left-padding {
    padding-left: 5rem;
}

.what-we-offer {
    padding: 50px 0;
    margin: 45px;
}

.offer-card {
    padding: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex: 1;
}

.offer-title {
    font-size: 40px;
}

.offer-icon {
    float: right;
    font-size: 24px;
}

.offer-icon img {
    transform: rotate(100deg);
}

.row-equal-height > .col-md-6 {
    display: flex;
    flex-direction: column;
}

div.container-fluid.about-mission > div > div {
    gap: 100px;
}

.about-journey {
    padding: 100px 0 100px 0;
}

.about-journey .img-fluid {
    height: 806px;
    object-fit: cover;
    object-position: center;
}

.about-serve {
    background-color: #2FC19C;
    padding: 50px 0;
}

.serve-card {
    background-color: var(--c-white);
    padding: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    flex: 1;
}

.row-equal-height > .col {
    display: flex;
    flex-direction: column;
}

.serve-icon {
    margin-bottom: 60px;
}

.serve-card p {
    text-align: left;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.serve-description p {
    color: #07392D;
}

@media screen and (max-width: 982px) {
    .about-journey-description {
        padding-right: 0;
    }

    .mission-image {
        order: 2;
    }

    .about > div.container-fluid.about-mission > div > div {
        gap: 0;
    }
}

@media screen and (max-width: 770px) {

    body > section.header.bgr-default > div > header > div.col-12.col-md-3.col-lg-3.header-account-menu-container {
        display: none;
    }

    .header-logo-menu-container {
        margin: 0;
    }

    section.image-header {
        margin-top: 0;
    }

    .right-padding {
        padding: 20px;
    }

    .left-padding {
        padding: 20px;
    }

    .about-details {
        padding: 40px 0 10px 0;
    }

    .serve-card {
        padding: 10px;
    }

    .serve-card > h4 {
        text-align: left;
    }

    .about-serve > div > div > div.col-md-6.align-self-center.text-start {
        text-align: center !important;
    }

    .about-journey .img-fluid {
        height: 380px;
    }

    .about-journey .icon-text {
        display: none;
    }

    .about-journey {
        padding: 50px 10px 50px 10px;
    }

    .about-subtitle {
        font-size: 39px;
        font-weight: 600;
        padding-bottom: 30px;
    }

    .about-journey-description {
        padding-right: 0;
        padding-bottom: 30px;
        font-size: 14.5px;
        line-height: 142%;
    }

    .journey-content > div > div > div > div.col-md-5 {
        padding: 0 25px 0 25px;

    }

    .about-default-description li {
        font-size: 16px;
        font-weight: 600;
        line-height: 142.245%;
    }

    p.about-default-description {
        font-size: 17px;
        font-weight: 600;
        line-height: 142.245%;
    }

    .mission-context > h6 {
        font-family: Poppins, serif;
        font-size: 30px;
        font-weight: 600;
        line-height: 130.245%;
    }

    div.choose-us p {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 135.245%;
        padding: 0 15px 0 15px;
    }

    .serve-description  h2 {
        font-size: 40px !important;
        font-weight: 700;
    }

    .serve-description  p {
        font-size: 17px;
        font-weight: 600;
        line-height: 135.245%;
        padding: 0 15px 0 15px;
    }

    .about-subtitle {
        margin-bottom: 0 !important;
    }

    .offer-title {
        font-size: 1.25rem !important;
    }

    ul.about-default-description li {
        color: #464646;
        font-size: 12px;
        font-weight: 500;
        line-height: 135%;
    }

    ul.about-default-description li strong {
        font-weight: bold;
    }

    .serve-card {
        padding-bottom: 1rem !important;
    }

    .serve-card .serve-title {
        font-size: 15px;
    }

    .serve-card p {
        font-size: 12px;
    }

    .serve-icon {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {

}

@media screen and (min-width: 990px) and (max-width: 1224px) {
    .mission-image {
        flex: 0 0 auto !important;
        width: 41.6% !important;
    }
}
