@media screen and (max-width: 1260px) and (min-width: 768px) {
  body.page-template-page-reseller #main .api-pricing {
    padding-top: 96px;
  }
  .section1 .container .video-thumbnail .video_button img {
    height: 96px !important;
    width: 96px !important;
  }
  #main .left-right {
    overflow: hidden;
  }
  #main .buttons-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: center;
  }
  #main .buttons-container .button_container {
    margin-top: 0;
  }
  #main .horizontal-blocks .horizontal-blocks__item-desc {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
  }
  .scroll-container {
    padding-top: 64px;
  }
  .scroll-container:not(.white_bg) h2 {
    font-size: 64px;
    line-height: 80px;
    color: #fff;
    margin-bottom: 64px;
  }
}
