.two-buttons {
    background: #fff
}

@media screen and (max-width: 39.99875em) {
    .two-buttons .columns {
        padding: 0
    }
}

@media print,
screen and (min-width: 40em) {
    .two-buttons {
        padding: 0 1.625rem
    }
}

.two-buttons .section-header {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 2.5rem;
    margin-bottom: 0
}

@media print,
screen and (min-width: 40em) {
    .two-buttons .section-header {
        font-size: 3.125rem;
        padding-bottom: 2rem
    }
}

.two-buttons .row .columns:nth-child(2) .two-buttons-large {
    margin-top: .375rem
}

@media print,
screen and (min-width: 40em) {
    .two-buttons .row .columns:nth-child(2) .two-buttons-large {
        margin-top: 1rem
    }
}

@media print,
screen and (min-width: 64em) {
    .two-buttons .row .columns:nth-child(2) .two-buttons-large {
        margin-top: 0
    }
}

.two-buttons .row .columns:nth-child(1) .two-buttons-large {
    margin-bottom: .375rem
}

@media print,
screen and (min-width: 40em) {
    .two-buttons .row .columns:nth-child(1) .two-buttons-large {
        margin-bottom: 1rem
    }
}

@media print,
screen and (min-width: 64em) {
    .two-buttons .row .columns:nth-child(1) .two-buttons-large {
        margin-bottom: 0
    }
}

.two-buttons .two-buttons-large-title {
    color: #fff;
    font-family: "NNNittiGrotesk-Heading";
    font-size: 2.5rem;
    margin-bottom: 2.5rem
}

@media print,
screen and (min-width: 40em) {
    .two-buttons .two-buttons-large-title {
        font-size: 3.125rem;
        margin-bottom: 3.125rem
    }
}

@media print,
screen and (min-width: 64em) {
    .two-buttons .two-buttons-large-title {
        font-size: 3.125rem
    }
}

.two-buttons .img-wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.two-buttons .img-wrapper .img-responsive {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 16rem;
    background-position: center center;
    transition: all .2s ease-in-out;
    background-repeat: no-repeat;
    background-size: 100%
}

@media print,
screen and (min-width: 40em) {
    .two-buttons .img-wrapper .img-responsive {
        width: auto;
        border-radius: 3px;
        min-height: 17.25rem
    }
}

@media print,
screen and (min-width: 64em) {
    .two-buttons .img-wrapper .img-responsive {
        min-height: 43.75rem;
        width: auto;
        border-radius: 3px;
        background-size: 100% 100%
    }
}

.two-buttons .img-wrapper .img-responsive:hover {
    background-size: 110%
}

@media print,
screen and (min-width: 64em) {
    .two-buttons .img-wrapper .img-responsive:hover {
        background-size: 110% 110%
    }
}

.two-buttons .btn {
    font-family: "NNNittiGrotesk-TextRegular";
    font-size: 1.125rem;
    width: auto
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .two-buttons .img-responsive.ie-transform .btn {
        transform: scale(0.97)
    }

    .two-buttons .img-responsive.ie-transform:hover {
        transform: scale(1.06)
    }
}