@media (min-width: 426px) {
  .banner .gradient-legend .step {
    flex-grow: 1;
    height: 26px;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    width: 25%;
    padding: 0px 10px;
  }

  .banner .abs-texts {
    padding: 5%;
  }

  .banner .line {
    width: 60px;
  }

  .banner .cover-image {
    width: 100%;
    background-image: url(../images/OVO-cover.jpg);
    background-repeat: no-repeat;
    background-size: 100% 376px;
    min-height: 376px;
  }

  .banner .main-title {
    font-size: 52px;
    line-height: 48px;
    margin-bottom: 15px;
  }

  .banner .sub-title {
    font-size: 13px;
    line-height: 18px;
  }

  .table-section {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table-section {
    padding: 30px 45px;
  }
}