.top-part-landing {
    margin:0 auto;
    width:1110px;
}
.image-wrap a {
    float:left;
    width:100%;
}
.eu-logo {
   align-items:center; 
}
.learn-more-news {
    width:100%;
    margin-left:0px;
}
.like-big-btn:before {
    top:1px;
    right:1px;
} 
.like-big-btn.green-btn:before {
    top:1px;
    right:1px;
}
.see-more-wrap  .pagination .page-item:first-child {
    background: none;
}
.see-more-wrap  .pagination .page-item:last-child {
    background: none;
}
.see-more-wrap span {
    display: inline-block;
    background: #232B31;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px;
    box-sizing: border-box;
}
.see-more-wrap .page-item:first-child span {
   transform:rotate(180deg) 
}
@media screen and (max-width: 1110px){
   .top-part-landing {
       width:100%;
       float:left;
   } 
}