/* FIFTH SECTION */

.brand_section {
    background: right/cover;
    padding-bottom: 75px;
    background-size: 90%; 
    overflow: hidden;
}

.our_brand-box {
    display: flex;
}

.brand_section .heading_secondary {
    color:  var(--black);
}

.our_brand-box .nav_links {
    align-self: center;
}

.our_brand_heading-box {
    margin-top: 100px;
}

.our_brand_heading-box .heading_secondary.moved {
    margin-left: 215px;
}

.our_brand_heading-box .heading_secondary {
    line-height: 90px;
}

.our_brand_heading-box .heading_secondary:nth-child(4) {
    margin-top: 20px;
}

.our_brand-text-box {
    width: 238px;
    margin-top: 94px;
    margin-left: 220px;
}

.our_brand_heading-row {
    display: flex;
    justify-content: space-between;
}

.brand_polaroid {
    object-fit: contain;
    width: 501px;
    height: auto;
    margin-left: 102px;
    margin-right: 56px;
}

.brand_polaroid.tablet {
    display: none;
}

/* ADAPTIVE */

@media (max-width: 1919px) {
    .our_brand_heading-box {
        margin-top: 0px;
    }

    .brand_polaroid {
        width: 363px;
        margin-left: 22px;
    }

    .our_brand_heading-box .heading_secondary.moved {
        margin-left: 149px;
    }

    .our_brand_heading-box .heading_secondary {
        line-height: 75px;
    }
}

@media (max-width: 1280px) {
    .brand_section.loaded-bg {
        background-image: none !important;
    }

    .brand_polaroid {
        display: none;
    }

    .brand_polaroid.tablet {
        display: block;
        position: absolute;
        width: 160px;
        transform: rotate(-12deg);
        top: -80px;
        left: -250px;
    }

    .our_brand-box {
        position: relative;
        flex-direction: column-reverse;
    }

    .our_brand-info {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 40px;
        position: relative;
        z-index: 10;
    }
    
    .our_brand-text-box {
        margin: 0px;
        margin-left: 130px;
        position: relative;
    }

    .brand_section {
        padding-bottom: 100px;
        padding-top: 50px;
    }

    .our_brand_heading-box {
        max-width: 500px;
        width: 100%;
    }

    .our_brand_heading-box .heading_secondary.moved {
        margin-left: 120px;
        margin-top: 0px;
    }

    .our_brand_heading-box .heading_secondary {
        line-height: 55px;
    }
}

@media (max-width: 767px) {
    .brand_polaroid {
        display: block;
        position: static;
        width: 270px;
        transform: rotate(-30deg) scaleY(1);
        margin: 0 auto;
    }

    .brand_polaroid.tablet {
        display: none;
    }

    .our_brand-text-box {
        margin-left: 0px;
    }

    .brand_section{
        padding-top: 90px;
    }

    .our_brand-info {
        align-items: flex-start;
    }

    .our_brand_heading-box .heading_secondary.moved {
       margin-left: 0px;
       display: flex;
       justify-content: flex-end;
    }

    .our_brand_heading-box .heading_secondary {
        line-height: 100%;
    }

    .brand_box-caption {
        max-width: 193px;
        font-size: 14px;
        line-height: 18px;
    }

    .brand_box-heading {
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    .brand_box-caption {
        max-width: 184px;
        font-size: 12px;
    } 
}