.text-section-six { 
  padding-bottom: 60px;
}

.text-section-six__title {
  font-size: 64px;
  max-width: 500px;
  width: 100%;
  font-weight: 300;
  color: rgba(0, 46, 69, 1);
  line-height: 1.15;
  margin: 0;
}

.text-section-six__text p {
  font-size: 24px; 
  color: rgba(0, 46, 69, 1);
  line-height: 1.4;
  margin: 0 0 32px 0;
}

.text-section-six__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #048ec9;
  color: #fff;
  font-weight: 700 !important;
  font-size: 18px;
  padding: 16px 28px;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  transition: background-color 0.2s ease;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
}

.text-section-six__btn:hover {
  background-color: #24b1ed;
  color: #fff;
}

.text-section-six__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.text-section-six__col--right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Планшеты и маленькие ноутбуки */
@media (max-width: 1199px) {
  .text-section-six {
    padding: 60px 0 50px 0;
  }

  .text-section-six__title {
    font-size: 52px;
    max-width: 400px;
  }

  .text-section-six__text p {
    font-size: 20px;
  }

  .text-section-six__btn {
    font-size: 16px;
    padding: 14px 24px;
  }
}

/* Планшеты вертикальные */
@media (max-width: 991px) {
  .text-section-six {
    padding: 50px 0 40px 0;
  }

  .text-section-six__title {
    font-size: 44px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 24px;
  }

  .text-section-six__text p {
    font-size: 18px;
    margin: 0 0 24px 0;
  }

  .text-section-six__btn {
    font-size: 15px;
    padding: 12px 22px;
  }
}

/* Мобильные устройства */
@media (max-width: 767px) {
  .text-section-six {
    padding: 40px 0 30px 0;
  }

  .text-section-six__title {
    font-size: 36px;
    width: 100%;
    max-width: 100%;
    line-height: 1.2;
  }

  .text-section-six__text p {
    font-size: 16px;
    margin: 0 0 20px 0;
  }

  .text-section-six__col--right {
    margin-top: 24px;
  }

  .text-section-six__btn {
    font-size: 14px;
    padding: 12px 20px;
    width: auto;
    max-width: 100%;
    white-space: normal;
    justify-content: center;
  }

  .text-section-six__icon {
    width: 14px;
    height: 14px;
  }
}

/* Маленькие мобильные */
@media (max-width: 480px) {
  .text-section-six {
    padding: 30px 0 24px 0;
  }

  .text-section-six__title {
    font-size: 28px;
  }

  .text-section-six__text p {
    font-size: 15px;
    margin: 0 0 16px 0;
  }

  .text-section-six__btn {
    font-size: 13px;
    padding: 10px 16px;
    width: 100%;
    justify-content: center;
    white-space: normal;
  }

  .text-section-six__icon {
    width: 12px;
    height: 12px;
  }
}

/* Очень большие экраны */
@media (min-width: 1920px) {
  .text-section-six {
    padding: 100px 0 80px 0;
  }

  .text-section-six__title {
    font-size: 64px;
    max-width: 600px;
  }

  .text-section-six__text p {
   
  }

  .text-section-six__btn {
    font-size: 20px;
    padding: 18px 36px;
  }
}
