.top-articles{
    position: absolute;
    display: flex;
    top: 3200px;
    margin-left: -30px;
    width: 100%;
    
}
@media only screen and (max-width: 575px) {
         
    .top-articles{
       top: 2600px;
    }
}
