
.height-auto{
    height:auto !important;

}
.height-nineteen{
    height:19rem !important;

}
.height-align{
    height:20rem !important;
}
.menu-child{
    display: none;
    z-index: 300;
    width: 207%;
    background-color: #F8F8F8;
    position: absolute;
    right: -50%;
}
.menu-list{
    position: relative;
}
.menu-li{
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.menu-list:hover .menu-child{
    display: block;
}
.ml-20px{
    margin-left: 20px !important;
}
.wrap_c{
    height: 33rem !important;
    @media (max-width: 992px) {
        height: 13rem !important;
    }
}