h1.entry-title {
    margin-bottom: 30px;
}

.entry-content h4 {
    margin-bottom: 30px;
}

.entry-content p {
    margin-bottom: 25px;
}

#secondary img {
    max-height: 100%;
}

#cta {
    margin-top: 80px;
}

#cta .buckets-wrap {
    display: flex;
    justify-content: space-between;
}

#cta .buckets-wrap .bucket-item {
    margin-right: 30px;
    flex: 1;
    background: rgba(45, 45, 45, 0.1);
    padding: 48px 0;
    text-align: center;
}

#cta .buckets-wrap .bucket-item:last-child {
    margin: 0;
}

#cta .buckets-wrap .bucket-text,
#cta .buckets-wrap .bucket-text a {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.5em;
    text-align: center;
    color: #000000;
    margin-top: 20px;
}

.entry-content h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.entry-content p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6em;
}

#secondary img {
    border-radius: 5px;
}

#main {
    margin-top: 20px;
}

section.brands {
    margin-top: 80px;
}

.title-wrap h2 {
    font-size: 46px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    background: #FFFFFF;
    margin: 0;
    padding-right: 42px;
    position: relative;
    z-index: 10;
}


.brands-wrapper .slick-slider {
    margin-bottom: 0;
}

/* MEDIA */

@media only screen and (max-width: 1400px) {
    h1.entry-title {
        font-size: 42px;
    }

    .entry-content h4 {
        font-size: 16px;
        margin-bottom: 22px;
    }

    .entry-content h2 {
        font-size: 16px;
        margin: 15px 0 22px 0;
    }

    .entry-content p {
        font-size: 12px;
        margin-bottom: 18px
    }

    #cta .buckets-wrap .bucket-text,
    #cta .buckets-wrap .bucket-text a {
        font-size: 19px;
        margin-top: 15px;
    }

    #cta .buckets-wrap .bucket-item {
        padding: 36px 15px;
        margin-right: 25px;
    }

    .bucket-image {
        height: 75px;
    }

    .bucket-image img {
        max-height: 100%;
    }

    #cta {
        margin-top: 70px;
    }

    .brands-slider {
        margin-top: 37px;
    }

    .breadcrumbs span,
    .breadcrumbs a,
    .breadcrumbs a span {
        font-size: 12px;
    }

    .breadcrumbs .sep {
        margin: 0 14px;
    }

    .breadcrumbs .sep::before {
        content: '';
        width: 4px;
        height: 4px;
    }

    section.brands .section-title {
        font-size: 34px;
    }

    section.brands .title-wrap::before {
        top: 20px;
    }
}

/* ( < 1400 ) */


@media only screen and (max-width: 1200px) {
    .main-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .main-content header {
        order: 1;
        margin-bottom: 25px;
        width: 100%;
    }

    .main-content #secondary {
        order: 2;
        width: 100%;
        max-width: 410px;
        max-height: 410px;
        margin: 0;
        text-align: center;
    }

    .title-mobile {
        width: 100%;
    }

    h1.entry-title {
        font-size: 26px;
        text-align: center;
        margin-bottom: 20px;
    }

    section.brands .section-title {
        font-size: 26px;
    }

    section.brands .title-wrap::before {
        top: 15px;
    }

    section.brands .slick-prev,
    section.brands .slick-next {
        top: -50px;
        width: 35px;
        height: 35px;
    }

    section.brands .title-wrap.slider-buttons::after {
        width: 150px;
    }

    .main-content article {
        order: 3;
        width: 100%;
    }

    section.brands {
        margin-top: 30px;
    }

    .entry-content {
        text-align: center;
        margin-top: 25px;
    }

    .entry-content h2 {
        margin-top: 0;
        font-size: 18px;
    }

    .entry-content p {
        font-size: 14px;
    }

    #cta {
        margin-top: 35px;
    }

    #cta .buckets-wrap {
        flex-wrap: wrap;
    }

    #cta .buckets-wrap .bucket-item {
        min-width: calc(50% - 12px);
        max-width: 180px;
        margin-right: 24px;
        margin-bottom: 24px;
    }

    #cta .buckets-wrap .bucket-item:nth-child(even) {
        margin-right: 0;
        margin-bottom: 24px;
    }

    #cta .buckets-wrap .bucket-text,
    #cta .buckets-wrap .bucket-text a {
        font-size: 14px;
    }

    footer {
        margin-top: 50px;
    }

    .read-more-btn {
        display: inline-block;
        margin-top: 15px;
        padding: 13px 32px;
        color: #FFFFFF;
        background: #D0152A;
        border: 1px solid #D0152A;
        border-radius: 5px;
    }

    .read-more-btn:hover,
    .read-more-btn:focus {
        color: #FFFFFF;
        opacity: 1;
    }
}


@media only screen and (max-width: 768px) {
    .title-mobile .entry-title {
        padding: 0 30px;
    }

    .title-mobile .entry-title span {
        white-space: nowrap;
    }
}
