.tcl-cta__wrapper {
  background-size: cover;
  background-position: center center;
  padding-top: 70px;
  padding-bottom: 70px;
}
.tcl-cta__wrapper--background-disable {
  padding-top: 0px;
  padding-bottom: 0px;
}
.tcl-cta__heading {
  margin-bottom: 50px;
}
.tcl-cta__heading * {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 600;
  font-size: 40px;
  color: #001d18;
  text-align: center;
}
@media (max-width: 1199px) {
  .tcl-cta__heading * {
    font-size: 24px;
  }
}
.tcl-cta__content {
  text-align: center;
}
.tcl-cta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 575px) {
  .tcl-cta__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .tcl-cta__image {
    max-width: 320px;
    margin: 0 auto;
  }
}
.tcl-cta__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tcl-cta__phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tcl-cta__phone--email {
  margin-left: 50px;
}
@media (max-width: 575px) {
  .tcl-cta__phone--email {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}
.tcl-cta__phone-number {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 500;
  font-size: 21px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .tcl-cta__phone-number {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.tcl-cta__phone-button a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
  outline: none;
  border: 0;
  color: #ffffff;
  background-color: #8f000a;
  border-radius: 6px;
  padding: 10px 10px;
  padding: 10px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tcl-cta__phone-button a[disabled] {
  background: #dedede;
  color: #ffffff;
  cursor: no-drop;
}