@media only screen and (min-width: 320px) and (max-width: 991px) {
    .home_cover_section {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .home_cover_section .short_desc {
        font-size: 16px;
        padding: 1rem 0;
        line-height: 1.4;
        text-align: justify;
    }
    .home_cover_section .cover_content {
        position: relative;
        top: unset;
        width: 100%;
        padding: 0 1.5rem;
        margin-top: 6rem;
        z-index: 99;
    }
    .home_cover_section .bg_shape_image {
        width: 175%;
        height: 315px;
        left: -70%;
        position: relative;
        margin-top: -10%;
    }
    .home_cover_section .bg_shape_image .cls-1 {
        display: none;
    }
}