#information-dealer .section-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: max-content;
    text-align: center;
}
#information-dealer .section-heading h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 48px;
}

#information-dealer section:not(:last-of-type) {
    margin-bottom: 10rem;
}

#information-dealer .two-sides {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5rem;
}
#information-dealer .section-text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 2rem;
}
#information-dealer .section-image {
    align-self: center;
    position: relative;
    width: 760px;
    aspect-ratio: 1;
    overflow: hidden;
    box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1700px) {
    #information-dealer .section-image {
        width: 560px;
    }
}
@media screen and (max-width: 1536px) {
    #information-dealer .section-image {
        width: 460px;
    }
}
#information-dealer .section-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}
#information-dealer .section-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#information-dealer #about {
    position: relative;
    padding: 4rem 0;
    color: #ffffff;
    background: url(/image/catalog/designer/4.jpg) center center no-repeat;
    background-size: cover;
}
#information-dealer #about::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}
#information-dealer #about .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    z-index: 24;
}
#information-dealer #about .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    list-style: none;
}
@media screen and (max-width: 1280px) {
    #information-dealer #about .grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 768px) {
    #information-dealer #about .grid {
        grid-template-columns: 1fr;
    }
    .catalog-category-grid {
        margin-bottom: 12px;
    }
}
#information-dealer #about .grid li {
    align-self: center;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    #information-dealer #about .grid li {
        font-size: 20px;
    }
}

#information-dealer #promo .section-heading {
    margin: 0 auto;
    max-width: 1020px;
}

@media screen and (max-width: 1536px) {
    #information-dealer #catalog .catalog-category-grid {
        grid-template-rows: repeat(3, 397px);
    }
}
@media screen and (max-width: 768px) {
    #information-dealer #catalog .catalog-category-grid {
        grid-template-rows: repeat(5, 397px);
    }
}

#information-dealer #advantages .section-heading {
    margin: 0 auto;
}
#information-dealer #advantages .container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
#information-dealer #advantages .section-text h3 {
    margin-bottom: .5rem;
}
@media screen and (max-width: 1536px) {
    #information-dealer #advantages .section-text h3 {
        font-size: 1.5rem;
    }
}
#information-dealer #advantages .section-text p {
    font-size: 16px;
    font-weight: 400;
}
@media screen and (max-width: 1536px) {
    #information-dealer #advantages .section-text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px) {
    #information-dealer #advantages .two-sides:nth-child(2) .section-text {
        order: 1;
    }
}

#information-dealer #director .section-heading {
    margin: 0 auto;
    max-width: 850px;
}
#information-dealer #director .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
#information-dealer #director .photo {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 999px;
    box-shadow: 10px 10px 40px 0px #00000033;
}
#information-dealer #director blockquote {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
#information-dealer #director blockquote p {
    font-size: 20px;
    text-align: center;
    max-width: 1100px;
}
#information-dealer #director blockquote cite {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
    #information-dealer #director blockquote p {
        font-size: 14px;
    }
    #information-dealer #director blockquote cite {
        font-size: 16px;
    }
}

#information-dealer #reviews .section-heading {
    margin: 0 auto;
    margin-bottom: 3rem;
}
#information-dealer #reviews .reviews-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
@media screen and (max-width: 1024px){
    #information-dealer #reviews .reviews-container {
        grid-template-columns: 1fr;
    }
}
#information-dealer #reviews .review {
    padding: 1.5rem;
    box-shadow: 4px 4px 15px 0px #00000026;
}
#information-dealer #reviews .review .review-head {
    display: grid;
    grid-template-columns: 45px 1fr;
    column-gap: .75rem;
    margin-bottom: 1rem;
}
#information-dealer #reviews .review .review-head .user-icon {
    grid-column: 1;
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    background: #E3E3E3;
    border-radius: 99px;
}
#information-dealer #reviews .review .review-head span {
    font-size: 20px;
    line-height: 24px;
}
#information-dealer #reviews .review .review-head small {
    font-size: 14px;
    color: #C49319;
    text-decoration: underline 1px #C49319;
}

#information-dealer #checklist {
    position: relative;
    padding: 4rem 0;
    color: #ffffff;
    background: url('/image/catalog/designer/2.jpg') center center no-repeat;
    background-size: cover;
}
#information-dealer #checklist::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
#information-dealer #checklist .section-heading {
    margin: 0 auto;
    max-width: 1100px;
    margin-bottom: 3rem;
}
#information-dealer #checklist .container {
    position: relative;
    z-index: 2;
}
#information-dealer #checklist .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 4rem;
    list-style: none;
}
@media screen and (max-width: 1280px){
    #information-dealer #checklist .grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 768px){
    #information-dealer #checklist .grid {
        grid-template-columns: 1fr;
    }
}
#information-dealer #checklist .grid li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    text-align: center;
}
#information-dealer #checklist .grid li b {
    font-size: 64px;
    font-weight: 400;
}
#information-dealer #checklist .grid li p {
    font-size: 24px;
    text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
    #information-dealer #checklist .grid {
        row-gap: 2rem;
    }
    #information-dealer #checklist .grid li {
        gap: 1rem;
    }
    #information-dealer #checklist .grid li p {
        font-size: 20px;
    }
}

#information-dealer #contact-form .section-heading {
    text-align: left;
}
#information-dealer #contact-form b {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
}
#information-dealer #contact-form form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#information-dealer #contact-form a {
    color: #C49319;
    text-decoration: underline 1px #C49319;
}