@media (max-width: 991px)
{
    .delivery-container .links{
        box-shadow: 0 0 10px 10px white;
    }
    .delivery-container{
        background-size: 144px;
        padding-top: 299px;
    }
}

@media (max-width: 860px)
{
    .delivery-container{
        background-size: 139px;
    }

    .main-banner-container {
        height: calc(100vh - 129px);
    }
}

@media (max-width: 767px)
{
    .main-banner-container {
        height: calc(100vh - 50px);
    }

    .main-banner-container .brown-rose{
        width: 15px;
    }

    .slider-header-description {
        margin-top: 30px !important;
    }

    .delivery-container{
        padding-top: 307px;
    }

    .delivery-container p {
        font-size: 0.7rem !important;
    }

    .delivery-container .font-weight-bold {
        font-weight: normal !important;
    }

    .delivery-container img.cargo {
        width: 50px !important;
    }

    .flowers-container .offer-card .top {
        height: 330px;
        overflow-y: hidden;
        background-image: url('../../../img/img-6.jpg');
        background-size: cover;
        /*border-top-left-radius: 15px;*/
        /*border-top-right-radius: 15px;*/
        background-position-x: left;
        background-position-y: top;
    }

    .flowers-container .more-offers {
        min-height: 102px;
    }

    .more-offers .font-weight-bold {
        font-weight: normal !important;
    }
}

@media (min-width: 575px) {
    .flowers-container .more-offers {
        min-height: 350px;
    }
}

@media (max-width: 575px) {
    .flowers-container .offer-card .bottom{
        margin-bottom: 30px;
    }
}

@media (max-width: 490px)
{
    .delivery-container{
        background-size: 133px;
        padding-top: 301px;
    }
    .delivery-container .cargo {
        /*width: 116px;*/
        width: 90px;
        height: auto;
        margin-right: 1rem!important;
    }
}

@media (max-width: 350px)
{
    .delivery-container{
        background-size: 132px;
    }
}

@media (max-width: 860px) {
    #delivery_label{
        font-size: 0.9rem !important;
    }
    #our_flowers_label {
        font-size: 1rem !important;
    }
}

@media (max-width: 767px) {
    #delivery_label{
        font-size: 0.8rem !important;
    }
    #our_flowers_label {
        font-size: 1rem !important;
    }
}

@media (max-width: 490px) {
    #delivery_label{
        font-size: 0.5rem !important;
    }
    #our_flowers_label {
        font-size: 1rem !important;
    }
}

@media (max-width: 350px) {
    #delivery_label{
        font-size: 0.3rem !important;
    }
    #our_flowers_label {
        font-size: 1rem !important;
    }
}
