h2 {
    font-size: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    text-wrap: balance;
}

h3 {
    color: #24272E;
    font-size: 20px;
    padding: 0;
    margin: 0;
    text-wrap: balance;
}

.exs {
    display: none;
    padding-top: 0;
    padding-bottom: 56px;
}

a.button {
    height: 60px;
    line-height: 60px;
    background-color: #FC5609;
    color: white;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    display: block;
    max-width: 340px;
    margin: auto;
    border-radius: 4px;
}

.exs img {
    border-radius: 8px;
}

@media (min-width: 992px) {

    h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .exs {
        display: flex;
    }

    .exs .col-4:nth-child(2) img:last-child {
        margin-top: 27px;
    }
}

@media (min-width: 1200px) {
    .exs .col-4:nth-child(2) img:last-child {
        margin-top: 33px;
    }
}

@media (min-width: 1400px) {
    .exs .col-4:nth-child(2) img:last-child {
        margin-top: 39px;
    }
}