.tcl-hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}
@media (max-width: 1359px) {
  .tcl-hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tcl-hero__wrapper > .container {
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  height: 100%;
}
@media (max-width: 1359px) {
  .tcl-hero__wrapper > .container {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.tcl-hero__wrapper > .container > .row, .tcl-hero__wrapper > .container > .row > div {
  height: 100%;
}
.tcl-hero__image {
  margin-left: auto;
  margin-right: 0;
  width: 50%;
}
@media (max-width: 1359px) {
  .tcl-hero__image {
    width: 100%;
  }
}
@media (max-width: 1359px) {
  .tcl-hero__image img {
    border-radius: 0;
  }
}
.tcl-hero__text {
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media (max-width: 1359px) {
  .tcl-hero__text {
    padding: 40px 0;
  }
}
.tcl-hero__heading {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .tcl-hero__heading {
    font-size: 24px;
  }
}
@media (max-width: 1359px) {
  .tcl-hero__heading {
    margin-bottom: 20px;
  }
}