.tb {
  padding: 64px 0;
  background: #fff;
  font-family: "Public Sans", sans-serif;
}

.tb .container {
  max-width: 1280px;
}

.tb__wrapper {
  display: flex;
  align-items: center;
  row-gap: 24px;
  width: 100%;
}

.tb__title {
  font-family: "Tusker", sans-serif;
  line-height: 64px;
  font-size: 48px;
  min-width: 410px;
  color: rgb(23 114 183);
  text-transform: uppercase;
}

.tb__text {
  font-size: 18px;
  line-height: 28px;
  color: rgb(10 66 104);
}

@media (width <=991px) {
  .tb__wrapper {
    flex-flow: column;
    align-items: start;
  }

  .tb__title {
    font-size: 36px;
    line-height: 1.2;
    min-width: unset;
  }