.spot > .row > .col-12 {
    padding-top: 28px;
    padding-bottom: 32px;
}

.spot > .row > .col-12:first-child {
    padding-bottom: 0;
}

.spot h2 {
    padding: 4px 0 12px 0;
    font-size: 32px;
    line-height: 32px;
}

.spot .links a {
    display: block;
    font-weight: bold;
}

.spot > .row > .col-12 img {
    width: 100%;
}

@media (min-width: 768px) {

    .spot h2 {
        padding: 8px 0 20px 0;
    }

    .spot .links a {
        display: inline-block;
    }

    .spot > .row > .col-12 {
        padding-top: 56px;
    }

    .spot > .row > .col-12:first-child {
        padding-top: 0;
        padding-bottom: 32px;
    }
}

@media (min-width: 992px) {

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

    .spot > .row > .col-12:first-child {
        padding-top: 56px;
    }

    .spot > .row > .col-12 img {
        border-radius: 8px;
    }

}