/* 
  ##Screen > B/w 1025px
*/
@media (min-width: 1025px) {
    .display-1 {
        width: 50%;
    }
}