@media only screen and (max-width: 1023px) {
    .hamburger-menu {
        display: flex;
    }
    .nav-items{
        display: none;
    }
    .hamburger-item {
        font-size: 17px !important;
    }
}
@media (min-width: 1536px){
    .container {
        max-width: 1436px!important;
    }
}
@media only screen and (max-width: 767px) {
    .search-input input {
        width: auto;
    }
}
@media only screen and (max-width: 526px) {
    .legislation-container {
        flex-direction: column-reverse;
    }
    .legislation-title h4 {
        font-size: 40px !important;
    }
}
@media only screen and (max-width: 500px) {
    .search-input input {
        width: 170px;
    }
}
@media only screen and (max-width: 436px) {
    .accounting-container {
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 400px) {
    .social-icons {
        width: 100%;
    }
}
@media only screen and (max-width: 331px) {
 .about-title h4 {
     font-size: 50px !important;
 }
}
