.header-section-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  .header-section-block {
    gap: 10px;
    padding-bottom: 20px;
  }
}

.header-section-block__title {
  font-family: 'Tenor Sans';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 115% */
}

@media (max-width: 1024px) {
  .header-section-block__title {
    font-size: 32px;
    line-height: 36px; /* 112.5% */
  }
}

@media (max-width: 768px) {
  .header-section-block__title {
    font-size: 28px;
    line-height: 32px; /* 112.5% */
  }
}

@media (max-width: 480px) {
  .header-section-block__title {
    font-size: 24px;
    line-height: 28px; /* 112.5% */
  }
}

.header-section-block__subtitle {
  font-family: 'Manrope Regular';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}

@media (max-width: 1024px) {
  .header-section-block__subtitle {
    font-size: 18px;
    line-height: 26px; /* 112.5% */
  }
}

@media (max-width: 768px) {
  .header-section-block__subtitle {
    font-size: 16px;
    line-height: 24px; /* 112.5% */
  }
}

@media (max-width: 480px) {
  .header-section-block__subtitle {
    font-size: 16px;
    line-height: 22px; /* 112.5% */
  }
}
