.johnsons-container {
    margin-bottom: 80px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.johnsons-container .johnsons-banner-wrapper {
    margin-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
}
.johnsons-banner {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}
.johnsons-banner__img {
    max-width: 100%;
    height: auto;
}
.johnsons-container .johnsons-col {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.johnsons-box {
    height: 320px;
    border-radius: 16px;
    border: 1px solid #ebebeb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Rotonda Bold', sans-serif;
    overflow: hidden;
    color: #fff;
}
.johnsons-box__content {
    padding: 0 0 75px 30px;
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
.johnsons-box__content--color-1 {
    background-color: #ffda65;
}
.johnsons-box__content--color-2 {
    background-color: #f5949f;
}
.johnsons-box__content--color-3 {
    background-color: #48c1ba;
}
.johnsons-box__content--color-4 {
    background-color: #967db7;
}
.johnsons-box__content--color-5 {
    background-color: #68aadc;
}
.johnsons-box__title {
    margin-bottom: 30px;
    font-size: 28px;
}
.johnsons-box__more {
    position: relative;
    font-size: 18px;
}
.johnsons-box__more-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.johnsons-box__more-icon:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 11px;
    width: 10px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.johnsons-box__more-icon:after {
    content: '';
    position: absolute;
    top: 18px;
    left: 11px;
    width: 10px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.johnsons-box-logos {
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.johnsons-box-logos__item {
    margin: 8px 0;
    max-height: 100%;
    height: auto;
}

@media (max-width: 960px) {
    .johnsons-box {
        height: 160px;
        flex-flow: column;
    }
    .johnsons-box__content {
        justify-content: center;
        height: 37.5%;
        order: 2;
        width: 100%;
        padding: 0 15px;
    }
    .johnsons-box__title {
        margin: 0;
        font-size: 16px;
        text-align: center;
    }
    .johnsons-box__more {
        display: none;
    }
    .johnsons-box-logos {
        order: 1;
        height: 62.5%;
        width: 100%;
        align-items: center;
    }
    .johnsons-box-logos--many-items {
        flex-flow: row wrap;
        justify-content: space-between;
        padding: 0 10px;
    }
    .johnsons-box-logos--many-items .johnsons-box-logos__item {
        margin: 5px;
    }
    .johnsons-box-logos__item-1 {
        max-width: 70px;
        order: 1;
    }
    .johnsons-box-logos__item-2 {
        max-width: 65px;
        order: 3;
    }
    .johnsons-box-logos__item-3 {
        max-width: 45px;
        order: 2;
    }
    .johnsons-box-logos__item-4 {
        max-width: 40px;
        order: 4;
    }
    .johnsons-box-logos__item-5 {
        max-width: 65px;
    }
    .johnsons-box-logos__item-6 {
        max-width: 50px;
    }
    .johnsons-box-logos__item-7 {
        max-width: 90px;
    }
    .johnsons-box-logos__item-8 {
        max-width: 85px;
    }
    .johnsons-box-logos__item-9 {
        max-width: 100px;
    }
    .johnsons-box-logos__item-10 {
        max-width: 85px;
    }
}

@media (max-width: 660px) {
    .johnsons .johnsons-banner-wrapper {
        margin-bottom: 40px;
    }
    .johnsons-banner {
        height: 150px;
        background-image: url('../img/johnsons-banner-mob-min.png');
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .johnsons-banner__img {
        display: none;
    }
}

@media (max-width: 374px) {
    .johnsons-box-logos--many-items .johnsons-box-logos__item {
        max-width: 45px;
    }
}