*{
    font-family: 'Poppins', sans-serif;
}

.mt60{
    margin-top: 60px;
}
.mb60{
    margin-bottom: 60px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.bgr_rainbow_banner {
    width: 100%;
     height: 500px;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-position: 50% 50%;
    background-blend-mode: color;
    background-color: rgba(0, 0, 0, 0.35);
}

.bgr_rainbow_banner h1{
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif !important;
}
p.header-subtitle{
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    text-align: center;
    color: #FFFFFF;
}
.content-about-us{
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 60px;
    text-align: center;
    width: 75%;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #3F3333;
}
.icon-box{
    background: #FFFBF0;
    padding: 20px;
    margin-bottom: 20px;
}
.icon-box p{
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
}
.icon-box p.title-icons{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #3F3333;
}

img.separate{
    width: auto !important;
}
@media (max-width: 767px) {
    .content-about-us{
        width: 90%;
    }
    h2{
        font-size: 24px;
        line-height: 36px;
        /* identical to box height */

        text-align: center;
        letter-spacing: 0.02em;

        color: #3F3333;
    }
    .icon-box{
        text-align: center;
    }
}
