@media screen and (max-width: 800px) {
    .page-sub-title {
        font-size: 3rem;
    }
    .sc__box {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .imgs {
        padding-top: 3rem;
        padding-bottom: 2rem;
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .imgs .col-xs-12 {
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .sc__box .text-box {
        padding: 5rem 3rem;
        margin-bottom: 3rem;
    }
    .sc__box .img-text-box {
        padding: 3rem;
        margin: -10rem 2rem 3rem;   
    }
}

@media screen and (max-width: 500px) {
    .sc__box .row .col-xs-6 {
        width: 100%;
    }
    .imgs table,
    .imgs tbody,
    .imgs tr,
    .imgs td {
        display: block;
    }
    .imgs .item {
        height: 0 !important;
        padding-bottom: 60% !important;
        margin-bottom: 1rem !important;
    }
}