.workshop-first-section {
    padding-bottom: 90px;
}

.dealer__img img {
    max-width: 100%;
}

.dealer__name {
    font-size: 18px;
    font-weight: 700;
    color: #2B3430;
    margin-top: 20px;
    transition-duration: 500ms;
}

.dealer__item {
    text-align: center;
}

.dealer__item:hover .dealer__name {
    color: #009120;
    text-decoration: underline;
}

.dealer__section {
    padding: 70px 0 90px;
    background-color: #fff;
}

.dealer__title {
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 50px;
}

.dealer__title span {
    color: #009120;
}

.dealer__row {
    margin-top: 40px;
    row-gap: 40px;
}

.workshop-first-section-button-wrapper {
    gap: 30px;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .dealer__title {
        font-size: 22px;
        line-height: 1.4;
    }
    
    .dealer__row {
        margin-top: 20px;
        row-gap: 20px;
    }
    
    .dealer__section {
        padding: 40px 0 40px;
    }
}

.workshop-fifth-section-banner {
    word-break: normal;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .workshop-fifth-section-banner {
        line-height: 1.4;
        font-size: 32px;
    }
    
    .workshop-third-section-container {
        padding-right: 15px;
    }
    
    .workshop-fifth-section-number {
        font-size: 26px;
        line-height: 1.4;
    }
}

.dealer-adv__section {
    padding: 60px 0;
    background-color: #009120;
    color: #fff;
}

.dealer-adv__item {
    max-width: 350px;
    display: flex;
}

.dealer-adv__icon {
    width: 56px;
}

.dealer-adv__block {
    width: calc(100% - 56px);
}

.dealer-adv__row {
    row-gap: 20px;
}

.dealer-adv__text {
    font-weight: bold;
    font-size: 16px;
}

.dealer-adv__more {
    display: inline-block;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    margin-top: 8px;
    transition-duration: 500ms;
}
.dealer-adv__more svg {
    margin-left: 16px;
}

.dealer-adv__more:hover {
    text-decoration-color: transparent;
}

@media (max-width: 991px) {
    .dealer-adv__section {
        padding: 40px 0;
    }
}

.header-phone {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.header-phone__item a {
    text-decoration: underline;
    text-decoration-color: rgba(255,255,255,0);
    text-decoration-thickness: .3px;
    text-underline-offset: 3px;
    transition-duration: 500ms;
}

.header-phone__item a:hover {
    text-decoration-color: rgba(255,255,255,1);
}

@media (max-width: 1199px) {
    .header-phone {
        font-size: 12px;
    }
    
    .header-logo svg {
        max-width: 200px;
    }
}

@media (max-width: 991px) {
    .header-phone__text {
        display: none;
    }
}