@media screen and (max-width: 767px) {
  .text-images .container {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
  }
  .text-images .section_description {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .text-images a.link {
    font-size: 14px;
    line-height: 24px;
  }
  .text-images .text-images__images {
    height: 100%;
  }
  .text-images .background {
    width: 525px;
    height: 296px;
    bottom: 0;
    left: -17px;
  }
  .text-images .website-domain {
    width: 400px;
    height: 113px;
    bottom: 167px;
    left: 106px;
  }
  .text-images .shop-background {
    width: 525px;
    height: 370px;
    bottom: 0;
    left: -20px;
  }
  .text-images .shirt {
    width: 150px;
    height: 150px;
    bottom: 30px;
    left: 0;
  }
  .text-images.domain {
    height: 630px;
    padding-top: 50px;
  }
  .text-images.domain .container {
    height: 581px;
  }
  .text-images.ecommerce {
    height: 641px;
  }
  .text-images.ecommerce .container {
    height: 591px;
  }
  .search-container {
    display: flex;
    align-items: center;
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
  .search-box {
    border: 2px solid #3339F1;
    width: 295px;
    border-radius: 6px;
    outline: none;
    padding: 15px 16px;
    box-sizing: border-box;
    line-height: 19px;
  }
  .search-box::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
