@media screen and (max-width:650px) {

/*NAVBAR*/

    .navbar {
        padding: 15px 15px;
    }
    
    .logo {
        height: 40px;
    }

    .logo img {
        max-height: 40px;
        height: auto;
      }

    .separator {
        display: none;
      }

    .line-break-span {
        display: block;
        margin-top: 7px;
    }

/*FILTER*/

    .hero {
        padding: 35px 10px;
    }

    .hero-content {
        margin-right: 8px;
        margin-left: 8px;
    }

    .line-break-div {
        width: 100%;
        height: 0;
        display: block;
        clear: both;
    }

}

@media screen and (max-width:820px) {
    .info-group {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}