@media all and (max-width: 991px) {
  .findyourtc-footer__left-col {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.findyourtc-footer__title {
  color: #FBF9F6;
  font-weight: 400;
  font-size: 42px;
  line-height: 42px;
}

.findyourtc-footer__text {
  color: #FBF9F6;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

.findyourtc-footer__button-wrap {
  margin-top: 32px;
}

.findyourtc-footer__button {
  background-color: #FF5A58;
  color: #ffffff;
  border: 0;
  border-radius: 100px;
  gap: 8px;
  padding: 16px 24px;
  font-family: "Plus Jakarta Sans", "sans-serif";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.findyourtc-footer__button:focus, .findyourtc-footer__button:active, .findyourtc-footer__button:hover {
  background-color: #FF5A58;
}

@media all and (max-width: 767px) {
  .findyourtc-footer__title {
    line-height: 44px;
  }

  .findyourtc-footer__text {
    line-height: 24px;
  }

  .findyourtc-footer__button-wrap {
    margin-top: 20px;
  }
  .findyourtc-footer__button-wrap > .button-wrap {
    display: flex;
    justify-content: center;
  }
}

.findyourtc-bg {
  background-image: url('/media/vatk3dey/coral.jpg');
  background-size: cover;
}

span.findyourtc__arrow-icon {
  margin-left: 10px;
  margin-top: -3px;
}