@media screen and (min-width: 1680px) {
    .main-intro-block {
        height: 70vh;
        gap: 30px;
    }
}
@media screen and (min-width: 1919px) {
    .main-intro-block {
        height: 75vh;
        gap: 30px;
    }
}
@media screen and (min-width: 1441px) {
    .twit-text{
        font-size: 1vw;
    }
}
@media screen and (min-width: 1300px) {
    .content-title{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;
    }
}
@media screen and (max-width: 1120px) {
    .under-post-image {
        padding: 6px 10px;
    }
    .div-button {
        align-items: center;
        padding: 10px;
    }
    .legion-support-container {
        height: 150px;
    }
    .articles-news-container {
        height: 730px;
    }
    .twitter-container {
        height: 500px;
    }
    .content-title{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
    }
}
@media screen and (min-width: 641px) {
    .descktop-none {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .mobile-none {
        display: none;
    }
    .div-button {
        padding: 16px 20px;
    }
    .main-intro-block{
        height: 100vh;
        gap: 40px;
    }
    .main-intro-block img{
        width: 50%;
    }
    .main-intro-block h1{
        font-size: 9vw;
        line-height: 150%;
        text-align: center;
    }
    .main-content-container {
        width: 95%;
        margin: 0 2.5%;
        flex-direction: column;
        gap: 0px;
        margin-top: 30px;
    }
    .left-content-container {
        width: 100%;
    }
    .right-content-container {
        width: 100%;
    }
    .content-title{
        font-size: 5vw;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .legion-support-container{
        font-size: 4vw;
        padding: 20px;
    }
    .articles-news-container{
        padding: 10px;
    }
    .news-item {
        width: 100%;
    }
    .articles-news-container{
        height: 80vh;
    }
    .post-info{
        margin-top: 10px;
    }
    .post-category{
        padding: 10px 20px;
        font-size: 5vw;
    }
    .post-date{
        font-size: 5vw;
    }
    .post-text{
        margin-top: 20px;
        font-size: 4vw;
        padding: 0 10px 10px;
    }
    .articles-news-container::-webkit-scrollbar {
        width: 15px; 
    }
    .twitter-container::-webkit-scrollbar {
        width: 15px; 
    }

    .news-item {
        border-radius: 28px;
    }


    .twitter-container{
        height: 80vh;
        gap: 50px;
    }
    .avatar {
        width: 20%;
    }
    .user-info {
        width: 70%;
        margin-left: 3%;
    }
    .user-name {
        font-size: 4vw;
        margin-top: 20px;
        display: flex;
        align-items: center;
    }
    .user-name img{
        width: 8%;
        margin-left: 5%;
    }
    .user-company {
        font-size: 3vw;
        margin-top: 20px;
    }
    .twit-delete {
        width: 8%;
        transition: 0.3s all;
    }
    .twit-text{
        width: 75%;
        margin-left: 23%;
        line-height: 150%;
        font-size: 3vw;
        margin-top: 8px;
    }
    .twit-text a{
        color: #4D7CFF;
    }
    .twit-image {
        width: 75%;
        margin-left: 23%;
        margin-top: 16px;
    }
    .comment-like-twit {
        width: 75%;
        margin-left: 23%;
        margin-top: 12px;
        display: flex;
        justify-content: space-between;
    }
    .comment-like-twit img{
        width: 50px;
    }
    .comment-like {
        display: flex;
        width: 55%;
        justify-content: space-between;
    }
    .comment {
        display: flex;
        align-items: center;
        font-size: 3.5vw;
        color: rgba(255, 255, 255, 0.80);
        gap: 2px;
        font-weight: 100;
    }
    .comment img{
        width: 50px;
    }
    .like img{
        width: 50px;
    }
    .like {
        display: flex;
        align-items: center;
        font-size: 3.5vw;
        color: rgba(255, 255, 255, 0.80);
        gap: 2px;
        font-weight: 100;
    }




    footer{
        padding: 40px 30px;
        width: 95%;
        margin: 0 2.5%;
        margin-top: 50px;
    }
    .main-footer-container{
        flex-direction: column-reverse;

    }
    .footer-nav{
        width: 100%;
    }
    .foot-spec {
        display: flex;
        flex-direction: column;
    }

    .footer-nav p{
        color: rgba(255, 255, 255, 0.8);
        font-size: 4vw;
        display: flex;
        gap: 6px;
        align-items: center;
        margin-top: 10px;
    }
    .footer-nav img{
        width: 150px;
        margin: auto;
        margin-bottom: 100px;
        margin-top: 40px;
    }
    .footer-title{
        color: #CE0D0D;
        font-size: 6vw;
        text-align: center;
        text-transform: uppercase;
        margin-top: 40px;
    }
    .footer-links{
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .footer-links a{
        text-align: center;
        font-size: 4vw;
    }
    



}






@media screen and (max-width: 480px) {
    .user-name {
        margin-top: 10px;
    }
    .comment-like-twit img{
        width: 30px;
    }
    .comment img{
        width: 30px;
    }
    .like img{
        width: 30px;
    }
}