@media only screen and (max-width: 1279px) {
    .title {
        width: 100%;
    }
}
@media only screen and (max-width: 1023px) {
    .pagination {
        width: 15%;
    }
    .hamburger-menu {
        display: flex;
    }
    .nav-items{
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    footer {
        position: inherit !important;
    }
}
@media only screen and (max-width: 639px) {
    .title,
    .pagination {
        width: 100%;
    }
    .title-block {
        flex-direction: column-reverse;
    }
    .pagination {
        margin: 20px 0;
        justify-content: flex-start !important;
    }
    .title-com {
        margin: 10px 0;
    }
    .input-design input {
        width: auto;
    }
}
@media only screen and (max-width: 400px) {
    .social-icons {
        width: 100%;
    }
}
@media only screen and (max-width: 365px) {
    .input-design input {
        width: 170px;
    }
}
@media only screen and (max-width: 350px) {
    .dropbtn,
    .dropdown,
    .news-button {
        width: 100%;
    }

}
@media only screen and (max-width: 322px) {
    .title-com h4 {
        font-size: 50px;
    }
}
@media (min-width: 1536px){
    .container {
        max-width: 1436px!important;
    }
}
@media (max-width: 645px){
    .dynamic-conatiner {
        margin-top: 60px;
    }
}
