/*custom header for sites*/
.back-header {
    background: linear-gradient(131.16deg, #F497FF 0%, #33ABE6 100%);
}
.header-img {
    position: absolute;
    right: 10%;
    bottom: -27px;
}
.custom-top {
    position: relative;
    z-index: 150;
    margin-top: -51px !important;
}
@media screen and (max-width: 450px) {
    .title-header {
        font-size: 29px;
    }
}
@media screen and (max-width: 1200px) {
    .header-img {
        display: none;
    }
}
@media screen and (max-width: 1500px) {
    .header-img {
        right: 5px;
    }
}
@media screen and (max-width: 1250px) {
    .custom-right-2, .custom-left-2 {
        width: 100% !important;
    }	
}