/*custom header for sites*/
.back-header {
    background: linear-gradient(131.16deg, #CB76D0 0%, #EB222C 100%);
    margin-bottom: 52px;
}

.header-img {
    position: absolute;
    right: 11%;
    bottom: 47px;
}

@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;
    }
}