header .navbar {
    background-color: #284D9A !important;
}
.htop-in.bg-success .relative .white h1 {
    font-size: 3vw;
}

.list-videos {
    padding: 2vw 8.928vw 0vw 8.928vw;
    width: 100%;
}

/*===================== RESPONSIVE OF SECTION SERVICE ===========================*/

@media (max-width: 768px) {
    
    .mobile-header.scrolled {
        background-color: #284D9A !important;
        /* background-color: #284D9A;  */
        box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    }
  
    .htop-in.bg-success .relative .white h1 {
        font-size: 6vw;
        line-height: 10vw;
        font-weight: 600;
    }

    .videos-rest {
        padding: 0vw 7vw;
    }
    

}