@media screen and (max-width: 1260px) and (min-width: 768px) {
  .text-images {
    padding-top: 100px;
  }
  .text-images .container {
    flex-direction: column;
    position: relative;
  }
  .text-images .section_description {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  .text-images a.link {
    font-size: 20px;
    line-height: 30px;
  }
  .text-images .text-images__images {
    height: 100%;
  }
  .text-images .background {
    bottom: 0;
    left: 125px;
    width: 799px;
    height: 452px;
  }
  .text-images .website-domain {
    width: 650px;
    height: 183px;
    bottom: 240px;
    left: 319px;
  }
  .text-images .shop-background {
    width: 968px;
    height: 685px;
    bottom: 0;
    left: -20px;
  }
  .text-images .shirt {
    width: 340px;
    height: 340px;
    bottom: 30px;
    left: 0;
  }
  .text-images.domain {
    height: 846px;
  }
  .text-images.domain .container {
    height: 746px;
  }
  .text-images.ecommerce {
    height: 1034px;
  }
  .text-images.ecommerce .container {
    height: 934px;
  }
  .search-container {
    gap: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px;
  }
  .search-container .tw_button {
    height: 60px;
    padding: 18px 24px;
  }
  .search-box {
    border: 2px solid #3339F1;
    width: 480px;
    border-radius: 6px;
    outline: none;
    padding: 16px 20px;
    box-sizing: border-box;
    line-height: 19px;
  }
  .search-box::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
