@media screen and (max-width: 1260px) and (min-width: 768px) {
  .fixed-section-with-media .fixed-section {
    padding: 158px 0 120px;
  }
  .fixed-section-with-media .fixed-section .featured_by {
    margin-top: 20px;
    gap: 40px;
  }
  .fixed-section-with-media .small-sub-title {
    font-size: 18px;
    line-height: 28px;
  }
  .fixed-section-with-media .media-section .white {
    padding-bottom: 120px;
  }
  .fixed-section-with-media .media-section .white .media-wrapper {
    padding: 40px 24px;
    justify-content: space-between;
    flex-direction: column;
  }
  .fixed-section-with-media .media-section .white .media-wrapper .media-arcade .media {
    box-sizing: border-box;
    overflow: hidden;
    width: 720px;
    height: 357px;
  }
  .fixed-section-with-media .media-section .white .media-wrapper .media-content .media-header {
    margin-bottom: 40px;
  }
  .fixed-section-with-media .media-section .white .media-wrapper .media-content .media-header .subheader {
    color: #3339F0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .fixed-section-with-media .media-section .white .media-wrapper .media-content .media-header .main-header {
    font-size: 38px;
    font-weight: 800;
    line-height: 60px;
    color: #FFFFFF;
  }
  .fixed-section-with-media .media-section .white .media-wrapper .media-content .media-list {
    margin-bottom: 40px;
    display: block;
  }
  .fixed-section-with-media .media-section .white .media-wrapper .media-content .media-list ul {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .fixed-section-with-media .media-section .white .media-wrapper .media-content .media-list ul li {
    color: rgba(255, 255, 255, 0.5);
  }
  .fixed-section-with-media .media-section .white .media-wrapper .media-content .media-list ul li .texts {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
  .fixed-section-with-media .media-section .white .media-wrapper .media-content .media-list ul li .list-header, .fixed-section-with-media .media-section .white .media-wrapper .media-content .media-list ul li .list_header_two {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-left: 24px;
  }
  .fixed-section-with-media .media-section .white .media-wrapper .media-content .media-list ul li .list-subheader, .fixed-section-with-media .media-section .white .media-wrapper .media-content .media-list ul li .list_subheader_two {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-left: 24px;
  }
  .fixed-section-with-media .media-section .white .media-wrapper .media-content .media-list #navList li {
    position: relative;
    cursor: pointer;
    padding-left: 10px;
  }
  .fixed-section-with-media .media-section .white .media-wrapper .media-content .media-list #navList li:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .fixed-section-with-media .media-section .white .media-wrapper .media-content .media-list .scroll-background {
    display: none;
  }
  .fixed-section-with-media .media-section .white .media-wrapper .media-content .media-list .scroll-indicator {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    background-color: rgb(51, 57, 240);
    height: 0;
    transition: height 0.5s;
    z-index: 2;
  }
  .fixed-section-with-media .media-section .white .media-wrapper .media-content .media-list #navList li.active .scroll-background {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    height: 100%;
    border-radius: 6px;
    z-index: 1;
  }
  .fixed-section-with-media .media-section .white .media-wrapper .media-content .media-list #navList li.active .scroll-indicator {
    height: 5px;
    border-radius: 6px;
  }
  .fixed-section-with-media .media-section .white .media-wrapper .media-content .media-list #navList li.active {
    color: rgb(255, 255, 255);
  }
  .fixed-section-with-media .media-section .white .media-wrapper .media-content .generate-your-website .generate-your-website__container {
    justify-content: center;
  }
  .fixed-section-with-media .media-section .white .media-wrapper .media {
    right: -20px;
    border: 10px solid rgba(255, 255, 255, 0.5);
  }
  .fixed-section-with-media .media-section .websites_created_container {
    margin: 50px 0 20px;
  }
  .fixed-section-with-media .media-section .websites_created_container .trustpilot-widget {
    padding: 22px 25px 18px;
  }
  .fixed-section-with-media .media-section .bottom-description {
    font-size: 22px;
    line-height: 36px;
  }
}
