.dealers_map_section {
    background-position: left center;
    background-size: cover;
    background-color: #F7F7F7;
    background-image: url(/assets/img/dealers-map-section/map.webp);
    color: #2D3443;


}
.dealers_map_section .row1 {
    padding: 115px 0 145px;
    margin: 0 0 0 auto;
    width: 40%;
    position: relative;
    z-index: 1;
}
.dealers_map_section .row1:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: calc(100% + 2em);
    background-color: #EEEEEE;
    transform-origin: 50% 100%;
    transform: skewX(-40deg);
    left: -25%;
    bottom: 0;
}
.dealers_map_section .row1 .sub_row1 {
    font-size: 4.375em;
    margin: 0 auto 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    color: #F15F22;
}
.dealers_map_section .row1 .sub_row2 {
    margin: 0 auto 1em;
    display: flex;
    align-items: flex-end;
}
.dealers_map_section .row1 .sub_row2 .column1 {
    text-transform: uppercase;
    margin: 0 1em 0 0;
    line-height: 0.8;
}
.dealers_map_section .row1 .sub_row2 .column1 .line1 {
    font-size: 6em;
    font-weight: 300;
}
.dealers_map_section .row1 .sub_row2 .column1 .line2 {
    font-size: 12.5em;
    font-weight: 700;
    margin: 0 0 0 -0.15em;
}
.dealers_map_section .row1 .sub_row2 .column2 {
    font-size: 3.375em;
}
.dealers_map_section .row1 .sub_row3 {
    font-size: 2.25em;
    margin: 0 auto 1.2em;
}
.dealers_map_section .row1 .sub_row4 {
    font-size: 1.125em;
}
.dealers_map_section .row1 .sub_row4 .orange_button {
    min-width: 23em;
}
@media(max-width: 1699px) {
    .dealers_map_section .row1 {
        font-size: 0.94vw;
    }
}
@media(max-width: 1199px) {
    .dealers_map_section .row1:before {
        left: -30%;
    }
}
@media(max-width: 767px) {
    .dealers_map_section {
        background-position: left top;
        background-size: auto 75%;
        background-image: url(/assets/img/dealers-map-section/map-mob.png);
background-image: none;
background: #F7F7F7;
    }
    .dealers_map_section .row1:before {
        left: -55%;
        width: calc(155% + (100vw - 100%));
    }
    .dealers_map_section .row1 {
        padding: 16em 0 4em;
        font-size: inherit;
        width: 300px;
    }
    .dealers_map_section .row1 .sub_row1 {
        font-size: 2.1em;
    }
    .dealers_map_section .row1 .sub_row2 {
        position: relative;
    }
    .dealers_map_section .row1 .sub_row2 .column1 {
        line-height: 1;
    }
    .dealers_map_section .row1 .sub_row2 .column1 .line1 {
        font-size: 5.5em;
    }
    .dealers_map_section .row1 .sub_row2 .column1 .line2 {
        font-size: 5.5em;
        margin: 0 auto;
    }
    .dealers_map_section .row1 .sub_row2 .column2 {
        margin: 0 0 0.75em -35%;
        font-size: 1.5em;
        font-weight: 700;
    }
    .dealers_map_section .row1 .sub_row3 {
        font-size: 1.3em;
    }
    .dealers_map_section .row1 .sub_row4 {
        font-size: 0.875em;
    }
    .dealers_map_section .row1 .sub_row4 .orange_button {
        min-width: 0;
        width: 100%;
        padding: 0.5em;
    }
}