@media screen and (min-width: 1261px) {
  #main
    .left-right
    .left-right-item-content
    .tab:first-child
    .icons
    img:last-child {
    height: 28px !important;
  }
  #main
    .left-right
    .left-right-item-content
    .tab:nth-child(2)
    .icons
    img:first-child,
  #main
    .left-right
    .left-right-item-content
    .tab:nth-child(2)
    .icons
    img:last-child {
    height: 32px !important;
  }
  #main .left-right .container .left-right-item__tabs {
    margin-top: 0;
  }
  .section1.center-aligned-hero {
    padding: 164px 0 88px 0;
  }
  .section1.center-aligned-hero.has-cards {
    padding-bottom: 96px;
  }
  .section1.center-aligned-hero > .container:not(.cards__container) {
    position: relative;
    align-items: center;
    display: flex;
    gap: 0 100px;
  }
  .section1.center-aligned-hero
    > .container:not(.cards__container)
    .section1_left {
    width: 650px;
    flex: 1 0 650px;
  }
  .section1.center-aligned-hero
    > .container:not(.cards__container)
    .section1_left
    .site-title {
    font-size: 52px;
  }
  .section1.center-aligned-hero
    > .container:not(.cards__container)
    .section1_right {
    position: relative;
    width: auto;
    height: auto;
    right: unset;
  }
  .section1.center-aligned-hero
    > .container:not(.cards__container)
    .section1_right
    .section1_img
    img {
    width: 720px;
    height: 480px;
  }
  .scroll-container.gray_bg .left-right.even {
    padding-top: 64px;
  }
}
