@import url("https://fonts.googleapis.com/css?family=Sintony:300,400,700");

      :root {
        --font: Sintony;
        --alt-font: Sintony;
        --accent-color: #cf2b1f;
        --secondary-color: #3c3c3c;
        --link-color: #a9a9a9;
        --accent-highlight-color: #8c1d15;
        --accent-highlight-background-color: #f9dcda;
        --accent-tinted-color-70: #f1bfbc;
        --accent-tinted-color-80: #f5d5d2;
        --accent-tinted-color-90: #faeae9;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #e24a3f;
        --secondary-hover-color: #565656;
        --secondary-contrast-color: #fff;
        --link-hover-color: #767676;
      }
      

.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_v4/v1/course-uploads/a74315bd-d98d-40e9-9930-bdd1091d5651/zkdewnhube0u-WDU-Logo-Horizontal.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
a {
  color: #2397b1;
 }
.home .hero {
  margin-bottom: 0;
}

.home .hero .hero__caption {
  background: none;
  width: 35%;
  left: 10%;
}
.home .hero .hero__caption .hero__title,
.home .hero .hero__caption .h4 {
  color: rgb(5, 0, 0);
}
.home .hero .hero__caption .hero__title {
  font-weight: 700;
  line-height: 1;
}
.home .hero .hero__caption .h4 {
  display: block;
  margin-bottom: 1rem;
}
.home .hero .hero__caption .btn {
  margin: 0;
}