.aboutUs-tv-spot {
    flex-direction: column;
    align-items: revert;
    margin-bottom: 50px;
}

.aboutUs-tv-spot .aboutUs-spot-img {
    border-radius: 10px;
}

.aboutUs-tv-spot h3 {
    font-weight: 700;
}

.aboutUs-tv-spot hr {
    margin: 30px 0 20px;
    border: 1.3px solid #004766;
}

@media (max-width: 992px) {
    .aboutUs-tv-spot {
        align-items: center;
    }
    .aboutUs-tv-spot .aboutUs-spot-img {
        width: 260px;
        height: 200px;
    }

    .aboutUs-tv-spot h3 {
        margin: 10px 0;
    }

    .aboutUs-tv-spot hr {
        margin: 20px 0 10px;
        width: 100%;
    }
}