.block-text-image-rows .row:last-child .box-2 {
    position: relative;
    text-align: center !important;
}

.block-text-image-rows .row:last-child .box-2 .card-room__title {
    background-position: center 100% !important;
}

.block-text-image-rows .row:last-child .box-2 > div {
    position: relative;
    display: inline-block;
    width: 450px;
    max-width: calc(100% - 70px);
    text-align: center;
    padding: 32px !important;
    margin: 35px;
    border: 4px solid #231f20;
}

.block-text-image-rows .row:last-child .box-2 > div:before {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    border: 2px solid #231f20;
    content: "";
    z-index: -1;
}

@media screen and (min-width: 1200px) {

    .block-text-image-rows .row:last-child .box-2 > div {
        margin: 75px;
        max-width: calc(100% - 150px);
    }
}

@media only screen and (min-width: 820px) {

    .block-text-image-rows .row:nth-child(odd) .box-2 .card-room__boxed {
        padding-right: 28%;
    }

    .block-text-image-rows .row:nth-child(even) .box-2 .card-room__boxed {
        padding-left: 28%;
    }
}

@media only screen and (max-width: 639px) {
/* Boxes go full width at this point */
}