@media (max-width: 1200px) {
    .overlay-text h1 {
        font-size: 2rem;
    }

    .overlay-text p {
        font-size: 1.2rem;
    }
}

@media (max-width: 1024px) {

    .custom-video {
        height: 500px;
    }

}
@media (max-width: 992px) {
    .overlay-text h1 {
        font-size: 1.8rem;
    }

    .overlay-text p {
        font-size: 1rem;
    }

    .custom-video {
        height: 400px;
    }

}
@media only screen and (max-width: 991px) {
/* 
    .reg-img{
        width: 99% !important;
    } */
}

@media (max-width: 768px) {
    .overlay-text h1 {
        font-size: 1.5rem;
    }

    .overlay-text p {
        font-size: 0.9rem;
    }

    .recent-topic-index {
        justify-content: normal !important;
    }

    .recent-topic-index .badge {
        padding: 0 !important;
    }
}

@media (max-width: 576px) {
    .overlay-text h1 {
        font-size: 1.2rem;
    }

    .overlay-text p {
        font-size: 0.8rem;
    }
}