.item-wrap{
    display: flex;
    text-align: center;
    height: 180px;
    line-height: 180px;;
    padding: 0 15%;
}

.item-wrap>a {
    margin: auto;
}

.rsp-breadcrumb-wrap {
    display: none;
}

h1 {
    color: #24272E;
    font-weight: 900;
}

p {
    line-height: 1.6;
}

.img-responsive {
    margin: auto;
    mix-blend-mode: multiply;
    max-height: 150px;
    max-width: 150px;
}


#blue-bg {
    background-color: #0096FF;
    height: 15%;
    width: 100%;
    margin-top: -40px;
    position: absolute;
    z-index: 1;
}

#customers-overlay {
    flex-direction: row;
    width: 1170px;
    margin: auto;
    margin-top: 40px;
}

#customers-img {
    background-image: url('/resources/images/cms/customers-bg.png');
    background-size: cover;
    position: absolute;
    width: 800px;
    height: 500px;
    z-index: 4;
}

#text-overlay {
    display: flex;
    z-index: 5;
}

#overlay-left {
    flex: 5;
}

#overlay-right {
    flex: 4;
    margin-top: 80px;
    padding: 50px;
    z-index: inherit;
    background-color: white;
    box-shadow: 0px 0.9px 2px #00000040;
}

#customers-container {
    background-color: #F7F9FC;
    padding-top: 300px;
    padding-bottom: 25px;
    margin-top: -200px;
    z-index: 1;
}

#you-and-us {
    display: flex;
    flex-direction: row;
    padding: 80px 0;
}

#we-text {
    padding: 80px 25px 80px 0;
    font-size: 14px;
}

#we-img {
    background-image: url('/resources/images/cms/your-design-here.png');
    background-size: cover;
    width: 100%;
    height: auto;
}

@media (max-width: 1200px) {

    h1 {
        font-size: 36px;
    }

    #customers-overlay {
        flex-direction: column;
        width: auto;
    }

    #customers-img {
        margin: 25px 25px 0 25px;
        width: auto;
        height: 200px;
        position: relative;
    }

    #text-overlay {
        width: auto;
    }

    #overlay-left {
        flex: none;
    }

    #overlay-right {
        width: auto;
        padding: 25px;
        margin: 0 25px;
    }

    #customers-container {
        padding-top: 280px;
        margin-top: -280px;

    }

    #you-and-us {
        flex-direction: column-reverse;
        padding-top: 40px;
        padding-bottom: 0;
    }

    #we-text {
        padding: 25px 0;
    }

    #we-img {
        width: auto;
        height: 200px;
        background-size: cover;
        background-position: center;
    }
}

@media (max-width: 1200px) {
    #blue-bg {
        height: 20%;
    }
}

@media (max-width: 991px) {
    #contact-tab {
        padding: 0 25px;
        background-color: white;
    }

    #blue-bg {
        height: 15%;
    }
}

@media (max-width: 424px){

    .item-wrap img{
        width: 100%;
    }

}
