.about-header {
    background-color: white;
    border-radius: 28px;
    margin: 31px auto 20px auto;
    padding: 60px 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: left;
    font-family: var(--font_type);

}

.about-header h1 {
    font-size: var(--title-font-size);
    font-weight: var(--title-font-weight);
}

.about-header p {
    font-size: 20px;
    font-weight: 400;
    color: #3B3B3B;
}

/* authorized section */
.authorized-dealer {
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 28px;
    margin-bottom: 30px;
}

.authorized-dealer-image {
    display: block;
    width: 100%;          
    max-height: 500px;    
    object-fit: cover;    
    margin: 0 auto 40px;  
    border-radius: 20px; 
}

.authorized-dealer-title {
    font-size: 36px;
    text-align: center;
    font-weight: bolder;
    max-width: 732px;
    margin-left: auto;
    margin-right: auto;
    line-height: 40px;
    margin-bottom: 50px;
}

.authorized-dealer-text {
    max-width: 1012px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 20px;
}

.authorized-dealer-logos {
    margin-top: 63px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 952px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.service-logo-container {
    border-radius: 17px;
    border: 3px solid #000000;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    width: 26.25%;
    height: 105px;
}

.service-logo-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.service-logo-container-3rd {
    background-color: #F1E300;
    border: unset;
    width: calc(100% - (52.5% + 40px));
    padding: 13px;
}

.service-logo-container.service-logo-container-3rd {
    display: flex;
}

.service-3rd-logo-content-txt {
    width: calc(100% - 79px);

}

.service-3rd-logo-content-txt .service-3rd-txt {
    font-size: 24px;
    line-height: 26.6px;
    padding-right: 10px;
    margin-bottom: 0;
    text-align: center;
}

.service-3rd-logo-content-txt .service-3rd-txt span {
    font-weight: bolder;

}

.service-3rd-logo-content {
    width: 79px;
    height: 79px;
    border-radius: 17px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-3rd-logo-content img {
    width: 59px;
}

@media (min-width: 1.98px) and (max-width: 991.98px) {
    .service-logo-container {
        width: 23.25%;
    }

    .service-logo-container-3rd {
        width: calc(100% - (46.5% + 40px));
    }

    .service-logo-container>img {
        max-width: 95%;
    }

    .service-3rd-logo-content {
        width: 74px;
        height: 74px;
    }

    .service-3rd-logo-content img {
        width: 54px;
    }

    .service-3rd-logo-content-txt {
        width: calc(100% - 74px);
    }

    .authorized-dealer-image {
        margin-bottom: 25px;
    }

    .authorized-dealer-title {
        margin-bottom: 25px;
    }

    .authorized-dealer-logos {
        margin-top: 42px;
    }

    .authorized-dealer-title {
        font-size: 33px;
        line-height: 38px;
    }
}

@media (min-width: 1.98px) and (max-width: 767.98px) {
    .service-logo-container {
        width: calc(50% - 12px);
    }

    .service-logo-container-3rd {
        width: 100%;
    }

    .service-3rd-logo-content {
        width: 79px;
        height: 79px;
    }

    .service-3rd-logo-content img {
        width: 59px;
    }

    .service-3rd-logo-content-txt {
        width: calc(100% - 79px);
    }

    .authorized-dealer-title {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (min-width: 1.98px) and (max-width: 575.98px) {

    .authorized-dealer-title {
        font-size: 28px;
        line-height: 35px;
    }

    .service-3rd-logo-content-txt .service-3rd-txt {
        font-size: 22px;
        line-height: 24.6px;
    }

    .service-3rd-logo-content {
        width: 74px;
        height: 74px;
    }

    .service-3rd-logo-content img {
        width: 54px;
    }

    .service-3rd-logo-content-txt {
        width: calc(100% - 74px);
    }
}

@media (min-width: 1.98px) and (max-width: 419.98px) {
    .service-logo-container {
        height: 88px;
    }

    .service-3rd-logo-content {
        width: 69px;
        height: 69px;
    }

    .service-3rd-logo-content img {
        width: 49px;
    }

    .service-3rd-logo-content-txt {
        width: calc(100% - 69px);
    }

    .service-3rd-logo-content-txt .service-3rd-txt {
        font-size: 20px;
        line-height: 23.5px;
    }

    .authorized-dealer-title {
        font-size: 25px;
        line-height: 30px;
    }
}