.guarantee_section {
    background-color: #2D3443;
    color: #ffffff;
}
.guarantee_section .row1 {
    display: flex;
    justify-content: space-between;
}
.guarantee_section .row1 .column1 {
    width: 30%;
}
.guarantee_section .row1 .column1 .image {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.guarantee_section .row1 .column2 {
    padding: 5em 0;
    width: 62%;
}
.guarantee_section .row1 .column2 .sub_row1 {
    margin: 0 auto 0.8em;
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
}
.guarantee_section .row1 .column2 .sub_row1 .orange {
    color: #F15F22;
}
.guarantee_section .row1 .column2 .sub_row2 {
    font-size: 1.125em;
    font-weight: 700;
}
.guarantee_section .row1 .column2 .sub_row2 .link {
    color: #F15F22;
    text-decoration-line: underline;
}
.guarantee_section .row1 .column2 .sub_row2 .link .icon {
    vertical-align: middle;
    margin: 0 0.5em 0 0;
}
.guarantee_section .row1 .column2 .sub_row2 .link:hover {
    text-decoration: none;
}
@media(max-width: 1699px) {
    .guarantee_section {
        font-size: 0.94vw;
    }
}
@media(max-width: 1199px) {
    .guarantee_section {
        font-size: 1.1vw;
    }
}
@media(max-width: 767px) {
    .guarantee_section {
        font-size: inherit;
        text-align: center;
    }
    .guarantee_section .row1 {
        display: block;
    }
    .guarantee_section .row1 .column1 {
        width: 100%;
    }
    .guarantee_section .row1 .column1 .image {
        max-height: 10em;
    }
    .guarantee_section .row1 .column2 {
        width: 100%;
        padding: 1em 0 5em;
    }
    .guarantee_section .row1 .column2 .sub_row1 {
        font-size: 1.5em;
    }
    .guarantee_section .row1 .column2 .sub_row2 {
        font-size: 0.75em;
    }
}