@media screen and (max-width:568px) {
    .big-red-rose {
        font-size: 26px;
        font-family: var(--main-font);
        font-weight: 400;
    }

    .small-red-rose {
        font-size: 16px;
        font-family: var(--main-font);
    }

}

@media screen and (min-width:992px) {

    .download-btn {
        justify-content: space-around !important;
    }

}

@media screen and (min-width:768px) {}

@media screen and (max-width:767.98px) {
    .resp-info-section {
        position: relative;
        top: -81px;
    }

    .hero-section {
        height: 90vh;
    }
}

@media screen and (max-width:991.98px) {
    .download-btn {
        justify-content: space-between !important;
    }

}