/*your custom css goes here*/ 
.bg-sw { 
    background-color: #00082a;
}
.sw-height {
    height:130px;
    background-image: url('https://reverberate.info/public/uploads/silverwave/header-color.png');
    background-repeat: no-repeat;
    width: 100%;
}
.testie {
    padding: 40px 0;
}
@media (max-width: 576px) {
    .sw-height {
    height: 100%;
    width: 100%;
    background-image: url('https://reverberate.info/public/uploads/all/Yn5FZSpKFZDN4wBoOg6hlO01zrjQn4oQwaNZOZNb.png');
    background-repeat: no-repeat;
    background-size: contain;
    }
    .h-md-40px, .size-md-40px {
      height: 65px;
    }
}

@media (min-width: 768px) {
    .h-md-40px, .size-md-40px {
      height: 65px;
}
}