.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 .johnsons-banner-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.johnsons-banner {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.johnsons-banner__img {
    max-width: 100%;
    height: auto;
}

.johnsons .johnsons-col {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.johnsons-baby-sec {
    margin-bottom: 50px;
}

.johnsons-baby-sec-title {
    margin-bottom: 40px;
    position: relative;
    font-family: 'Rotonda Bold', sans-serif;
    font-size: 28px;
    color: #5e574c;
}

.johnsons-baby-sec-title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
    margin: auto;
}

.johnsons-baby-sec-title__item {
    position: relative;
    z-index: 2;
    padding-right: 18px;
    background: #fff;
}

.johnsons-box {
    height: 320px;
    border-radius: 16px;
    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;
    background-size: cover;
}
.johnsons-box__content--bg-1 {
    background-image: url('../img/johnsons-baby-a-1-min.png');
}
.johnsons-box__content--bg-2 {
    background-image: url('../img/johnsons-baby-a-2-min.png');
}
.johnsons-box__content--bg-3 {
    background-image: url('../img/johnsons-baby-a-3-min.png');
}
.johnsons-box__content--bg-4 {
    background-image: url('../img/johnsons-baby-a-4-min.png');
}
.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__img {
    width: 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.johnsons-box__img--1 {
    background-image: url('../img/johnsons-baby-a-m-1-min.png');
}
.johnsons-box__img--2 {
    background-image: url('../img/johnsons-baby-a-m-2-min.png');
}
.johnsons-box__img--3 {
    background-image: url('../img/johnsons-baby-a-m-3-min.png');
}
.johnsons-box__img--4 {
    background-image: url('../img/johnsons-baby-a-m-4-min.png');
}
.johnsons-baby-cat-box {
    height: 310px;
    padding: 0 10px 20px;
    background-image: url('../img/johnsons-baby-c-bg-min.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    border-radius: 16px;
}
.johnsons-baby-cat-box__img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.johnsons-baby-cat-box__title {
    text-align: center;
    margin-top: 20px;
    font-family: 'Rotonda Bold', sans-serif;
    font-size: 20px;
    color: #fff;
}
.johnsons-baby-cat-box__img--type-1 {
    margin-bottom: 30px;
}
.johnsons-baby-cat-box__img--type-2 {
    margin-bottom: 20px;
}

@media (max-width: 930px) {
    .johnsons-box {
        height: 160px;
        flex-flow: column;
    }
    .johnsons-box__content {
        padding: 0;
        justify-content: center;
        height: 37.5%;
        order: 2;
        width: 100%;
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .johnsons-box__title {
        margin: 0;
        font-size: 16px;
        text-align: center;
    }
    .johnsons-box__more {
        display: none;
    }
    .johnsons-box__img {
        order: 1;
        height: 62.5%;
        width: 100%;
        background-position: 50% 30%;
    }
}

@media (max-width: 768px) {
    .johnsons-baby-cat-box {
        padding-bottom: 10px;
        height: 160px;
    }
    .johnsons-baby-cat-box__title {
        margin-top: 5px;
        font-size: 18px;
    }
    .johnsons-baby-cat-box__img {
        max-height: 90px;
    }
    .johnsons-baby-cat-box__img--type-1 {
        margin-bottom: 5px;
        max-width: 85px;
    }
    .johnsons-baby-cat-box__img--type-2 {
        margin-bottom: 10px;
        max-width: 115px;
    }
    .johnsons-box__img {
        background-position: 50% 50%;
    }
    .johnsons-box__img--1 {
        background-image: url('../img/johnsons-baby-a-m-mob-1-min.png');
    }
    .johnsons-box__img--2 {
        background-image: url('../img/johnsons-baby-a-m-mob-2-min.png');
    }
    .johnsons-box__img--3 {
        background-image: url('../img/johnsons-baby-a-m-mob-3-min.png');
    }
    .johnsons-box__img--4 {
        background-image: url('../img/johnsons-baby-a-m-mob-4-min.png');
    }
}

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

    .johnsons-banner__img {
        display: none;
    }
}