﻿/*Ghi đè CSS*/
h1, h2, h3, p {
    margin-bottom: 0;
}

.about-us-banner-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 400px;
    background: linear-gradient( 0deg, rgba(197, 165, 152, 0.9), rgba(243, 237, 234, 0.6) ), 
        url('../../Images/shared/aboutus/about-us-banner.png') center center / cover no-repeat;
}

.about-us-banner-heading,
.about-us-content-heading {
    color: #000;
    font-family: "Baloo 2";
    font-size: 42px;
}

.about-us-banner-heading {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 800;
    line-height: 42px;
}

.about-us-banner-heading-highlight {
    color: #FF2828;
}

.about-us-wrapper {
    display: flex;
    flex-direction: column
}

.about-us-content-wrapper {
    display: flex;
    column-gap: 120px;
    align-items: center;
}

.about-us-first-image {
    width: 400px;
    height: auto;
}

.about-us-first-content,
.about-us-second-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-us-second-image {
    width: 560px;
    height: auto;
}

.about-us-wrapper {
    padding: 40px 0;
}

.about-us-content-heading {
    text-align: justify;
    font-weight: 600;
    line-height: 52px;
}

.about-us-content-heading-highlight {
    color: #E84E0E;
}

.about-us-content-text {
    text-align: justify;
    color: #000;
    font-family: "Baloo 2";
    font-size: 18px;
    line-height: 26px;
}

.about-us-content-text-highlight {
    color: #000;
    font-family: "Baloo 2";
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.about-us-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
    padding: 60px 0;
    background: linear-gradient(0deg, rgba(232, 78, 14, 0.00) 0%, rgba(232, 78, 14, 0.10) 100%);
}

.about-us-card-heading {
    color: #E84E0E;
    font-family: "Baloo 2";
    font-size: 42px;
    font-weight: 600;
    line-height: 52px; 
}

.about-us-card-wrapper {
    display: flex;
    gap: 40px;
    max-width: 1320px;
    padding: 20px;
}

.about-us-card,
.about-us-card-item-title {
    font-family: "Baloo 2";
}

.about-us-card-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    text-align: center;

    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.about-us-card-item img {
    width: 60px;
}

.about-us-card-item-title {
    color: #FF2828;
    font-family: "Baloo 2";
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.about-us-card-item-content {
    color: #000;
    font-family: "Baloo 2";
    font-size: 18px;
    line-height: 26px;
}

@media screen and (max-width: 1199px) {
    .about-us-content-wrapper {
        column-gap: 40px;
    }

    .about-us-content-wrapper:first-child {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .about-us {
        padding-top: 101px;
    }

    .about-us-content-wrapper {
        flex-direction: column;
        row-gap: 20px;
    }

    .about-us-first-image {
        width: 100%;
    }

    .about-us-second-image {
        width: 100%;
    }

    .about-us-content-wrapper:first-child {
        padding-bottom: 20px;
    }

    .about-us-card-wrapper {
        flex-direction: column;
        row-gap: 20px;
    }
}
