.col-4 {
    display: block;
    width: 33.333333%;
    float: left;
    padding: 0 15px;
}

.row .col-sm-9,
.row .col-sm-7,
.row .col-sm-5,
.row .col-sm-3 {
    float: left;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-7 {
    width: 58.333333%
}
.col-sm-5 {
    width: 41.666666%;
}
.col-sm-3 {
    width: 25%;
}
@media(max-width: 991px) {
    [class*=col-sm-]:not(.addon-title):not(.addon-price) {
        width: 100%!important;
    }
}

.col-lg-5 {
    width: 41.666666%;
}
.col-lg-2 {
    width: 16.666666%;
}
[class*='col-lg-'] {
    padding: 0 15px;
    float: left;
}
@media(max-width: 1199px) {
    [class*='col-lg-'] {
        width: 100%!important;
    }
}

.no-bootstrap-clear {
    clear: both;
}

.single-muscovy-career .col-sm-8 {
    float: left;
    width: 75%;
}

.single-muscovy-career .col-sm-4 {
    float: left;
    width: 25%;
}

/* THINGS TO DO */
.muscovy_block_area_information_container_row .listing-image {
    width: 100%;
    height: auto;
}

.col-sm-3.muscovy_block_area_information_container_single {
    margin: 1px;
    width: 24%;
}

.muscovy_block_area_information_container_single h3.heading {
    margin-top: 12px;
}

@media(min-width: 992px) {
    .muscovy_block_area_information_container_row .inner-box {
        height: 535px;
    }
    .muscovy_block_area_information_container_row .listing-image {
        width: auto;
        max-width: none;
        height: 150px;
    }
    .muscovy_block_area_information_container_row .image-box {
        display: flex;
        justify-content: center;
        overflow: hidden;
    }
}