

@media screen and (max-width: 1490px){
    .custom-block-promotion div p {
        left: 265px;
    }
}

@media screen and (max-width: 1200px){
    .custom-block-promotion div p {
        left: 186px;
    }
}

@media screen and (max-width: 992px){
    .custom-block-promotion div p {
        top: 180px;
        left: 88px;
    }
}

@media screen and (max-width: 768px){
    .custom-block-promotion div p {
        top: 180px;
        left: 108px;
    }
    .c-fancyTiles__tile {
        min-height: 570px;
    }
}