@media (min-width:360px) and (max-width:640px) {
    .Couture h3::before {
        content: "";
        height: 1px;
        position: absolute;
        width: 52px !important;
        background: #000;
        left: 0px;
        top: 14px;
    }
    .Couture h3::after {
        content: "";
        height: 1px;
        position: absolute;
        width: 54px;
        background: #000;
        right: -2px;
        top: 14px;
    }
    .content {
        margin-top: 30px;
    }
    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #e3e9ea;
        border: 1px solid #e3e9ea;
        border-radius: .25rem;
        color: #fff !important;
        margin: 9px;
    }
    .navbar-toggler-icon {
        color: #fff !important;
    }
    ul.navbar-nav.home-navigation {
        margin-left: 20px;
    }
    .vission-bg {
        background-image: url(../images/gree.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 120vh !important;
    }
    .radision_vana {
        padding-bottom: 0.5rem !important;
    }
     
}