@media (min-width: 485px) {
    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .border-md-start {
        border-left: 1px solid #e3e9ef !important
    }

}

@media (min-width: 768px) {
    .ecomprei-warning img{
        width:  290px !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }
}

@media (min-width: 600px) {
    .text-lg-breaking {
        max-width: 320px;
    }

    .margin-bottom-asked-questions {
        margin-bottom: -103px;
    }

    .margin-header-md-bottom {
        margin-bottom: -186px
    }

    .margin-how-to-buy-md {
        border-left: 82px solid #B3DBFA;
        margin-top: -39px
    }
}

@media (max-width: 991px) {
    .dropdown-menu{
        left: unset !important;
        right: -72px;
        box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgb(0 0 0 / 3%), 0 0.275rem 1.25rem -0.0625rem;
    }

    .border-mobile-0 {
        border: none !important;
    }

    .rounded-mobile-0 {
        border-radius: 0 !important;
    }
}

@media (min-width: 700px) and (max-width: 991px) {
    .img-banner {
        object-fit: cover !important;
        height: 113% !important;
    }

    .margin-header-md-bottom {
        margin-bottom: 0px !important;
    }

    .card-header-section-home {
        margin-top: 82px !important;
    }

    .banner-image-container {
        height: 434px !important;
    }

    .text-box-container {
        top: 354px !important;
    }

    .ps-md-5rem {
        padding-left: 5rem !important;
    }

    .margin-how-to-buy-md {
        margin-top: 3px;
    }

    .frame-about-section {
        height: 420px;
        margin-top: 10px;
    }

    .px-md-5rem {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .margin-bottom-asked-questions {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .first-order-mobile {
        order: -1;
    }
}

@media (max-width: 700px) {
    .text-box-container {
        position: absolute;
        width: 373px !important;
        margin: auto !important;
        height: 253px !important;
        top: 275px !important;
    }

    .border-blue-left {
        border-left: 30px solid #B3DBFA !important;
    }

    .benefits-icon {
        height: 9rem;
        width: 6.9375rem;
        background-size: 5rem !important;
    }

    .card-about-section {
        width: 100% !important;
    }

    .frame-help {
        width: 100% !important;
        height: 270px !important;
        border-radius: 15px
    }

    .img-banner {
        object-fit: unset !important;
        height: unset !important;
        width: unset !important;
    }
}