@media screen and (min-width: 992px) and (max-width: 1199px) {
    .home-parallax-content-section {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}