
@media screen and (max-width: 992px) {

.image-text {
    top: 35%;
    left: 42%;
    opacity: 1;
    position: absolute;
    font-size: 25px !important;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    transition: all 0.5s;
    }}

@media screen and (max-width: 574px) {

.image-text {
    left: 20%!important;
    font-size: 25px!important;
    margin-left: -60px;
    margin-top: -40px;
}