﻿.section-box.shop-template {
    padding: 24px 18px;
}

.shop-template .container {
    margin: 0 auto;
    max-width: 1283px;
    padding: 0;
}

    .shop-template .container * {
        color: #191919;
    }

    .shop-template .container .page_title {
        color: #707070 !important;
        font-weight: 400;
        font-size: 0.875rem;
        margin-bottom: 20px;
    }

.shop-template .page_title a {
    color: #191919 !important;
}

.shop-template h2 {
    font-size: 1.4rem;
}



.bg-AboutHeaderImg {
    background-image: url(../imgs/page/aboutus/aboutusHeader.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: center;
    height: 407px;
    background-color: #F7F7F7;
}

.NgTopFix {
    position: relative;
    top: -150px;
}

.aboutusSection3 {
    background-color: #C1E7CC;
}


.aboutBoxContent mark {
    font-size: 50px !important;
    font-weight: 900 !important;
    background-color: #FBBC05;
    line-height: 64px;
}

.aboutBoxContent h4 {
    font-size: 28px !important;
    font-weight: 700 !important;
}

.aboutBoxContent a {
    background-color: #191919;
    color: #FFFFFF !important;
    border-radius: 6px;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
}

.aboutBoxContent .container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.aboutCustomerSay {
    background-color: #191919;
    border-radius: 6px;
}

    .aboutCustomerSay h3 {
        color: #FFFFFF !important;
    }

.aboutCustomborder {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: solid 1px #707070;
    border-radius: 6px;
    background-color: #383838;
}

    .aboutCustomborder p {
        color: #F7F7F7 !important;
    }

    .aboutCustomborder strong {
        color: #F7F7F7 !important;
    }

.review-card {
    display: flex;
    align-items: center;
    margin-top:auto;
}

    .review-card img {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 10px;
    }

.stars {
    color: #F4B244 !important;
}

.row {
    display: flex;
    flex-wrap: wrap; /* Ensures items wrap to a new row if necessary */
}

.col-md-3 {
    display: flex;
    flex-direction: column;
}

@media (max-width:480px) {
    .aboutBoxContent img {
        width: 250px !important;
    }

    .aboutBoxContent .container img {
        height: auto;
    }

    .NgTopFix {
        top: -85px;
    }

    .aboutBoxContent .container {
        display: block;
        text-align: center;
    }

    .aboutBoxContent mark {
        font-size: 35px !important;
        line-height: 55px;
    }

    .aboutBoxContent h4 {
        font-size: 20px !important;
    }
}
