.offer {
    background: $red;
    color: $white;
    .container,
    .row { height: 100%; }
    .row {
        align-items: center;
    }
    &__content {
        color: $white;
        p {
            display: block;
            color: $white;
            margin: 3vh 0 5vh;
        }
        .btn {
            &.white {
                background: $white;
                color: $red;
            }
        }
    }
    @media (max-width: 1023px) {
        padding: 3vh 0;
    }
}
