/*custom header for sites*/
.back-header {
    background: linear-gradient(131.16deg, #04A9C2 0%, #D5DF24 100%);
}

.header-img {
    position: absolute;
    right: 15%;
    bottom: 50px;
}

@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;
    }
}