.ads .img .over .text {
    justify-content: end;
    text-align: center;
    line-height: 1.8;
   padding-bottom:1rem;
}
@media (max-width: 992px) {
    .ads .imgs .text p {
        font-size: 1rem;
    }
}
.landing-page-first-banner .object-cover {
    -o-object-fit: fill !important;
    object-fit: fill !important;
}