section#twitter-section{
    background:  linear-gradient(to bottom, #fff 0%, #fff 50%, #2091d2 50%, #2091d2 100%);
}
section#twitter-section h1{
    color: #2091d2;
    text-align: center;
    font-size: 28px;
}
section#twitter-section h1 span{
    display: block;
    color: #000;
    font-size: 20px;
    margin-top: 20px;
}
section#twitter-section h1 span a{
    color: #000;
    transition: 0.3s;
}
section#twitter-section h1 span a:hover{
    color: #2091d2;
    text-decoration: none;
}

section#twitter-section .tweet-col{
    display: block;
    background: #fff; 
    text-decoration: none;
    word-break: break-word;
    border: 1px solid #888;
    transition: 0.3s;
}
section#twitter-section .tweet-col:hover{
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 30%);
    transform: translateY(-5px);
}
section#twitter-section .tweet-col .profile-col{
    font-size: 20px;
    color: #888;
    margin-bottom: 10px;
}
section#twitter-section .tweet-col .profile-col span{
    color: #293c62;
    display: block;
}
section#twitter-section .tweet-col .tweet{
    color: #888;
}
section#twitter-section .tweet-col .twitter-bg{
    background-size: cover;
    background-position: center;
    height: 250px;
}

@media(min-width: 768px){
    section#twitter-section h1{
    font-size: 36px;
    }
    section#twitter-section h1 span{
    font-size: 22px;
    }    
}

@media(min-width: 1024px){
    section#twitter-section{
    background: url(../img/twitter-bg.png) no-repeat 5% 20px/200px, linear-gradient(to bottom, #fff 0%, #fff 50%, #2091d2 50%, #2091d2 100%);
    }    
    section#twitter-section .tweet-col .twitter-bg{
    height: auto;
    }
    section#twitter-section h1{
    font-size: 42px;
    }
    section#twitter-section h1 span{
    font-size: 24px;
    }
    section#twitter-section .tweet-col .profile-col{
    font-size: 13px;
    }   
    section#twitter-section .tweet-col .tweet{
    font-size: 14px;
    }     
}
@media(min-width: 1280px){
    section#twitter-section{
    background: url(../img/twitter-bg.png) no-repeat 5% 20px/200px, url(../img/twitter-small.png) no-repeat 95% 90%/80px, linear-gradient(to bottom, #fff 0%, #fff 50%, #2091d2 50%, #2091d2 100%);
    }        
    section#twitter-section .tweet-col .profile-col{
    font-size: 17px;
    }
    section#twitter-section .tweet-col .tweet{
    font-size: 16px;
    }
}