.flex-title {
  display: flex;
}
.flex-title h2 {
  font-size: 54px;
  font-family: "Bebas Neue";
  white-space: nowrap;
  color: #282828;
}
.flex-title .flex-vertical-separator {
  border-right: 10px solid #74bd32;
  height: 45px;
  margin-top: 11px;
  margin-left: 18px;
  margin-right: 18px;
}
.flex-title p {
  margin-top: 8px;
  font-family: "Georgia";
  color: #282828;
  margin-bottom: 0px;
}
.flex-title p .highlight {
  background: #ffff99;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .flex-title {
    display: inline-block;
    padding: 15px;
  }
  .flex-title h3, .flex-title p {
    display: inline-block;
    text-align: left;
    white-space: normal !important;
  }
  .flex-title h2 {
    white-space: normal !important;
  }
  .flex-title h3 {
    border-right: 10px solid #74bd32;
    padding-right: 15px;
    line-height: 50px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 40px !important;
  }
  .flex-title p {
    width: 100%;
  }
  .flex-title div {
    display: none;
  }
}
body {
  color: #282828;
  background-image: url("../images/light/carbon_crane_bg.jpg");
  background-position-y: 50px;
  background-repeat: no-repeat;
  background-color: white;
}

.carbon-navbar {
  margin-bottom: 100px !important;
}

.green-btn {
  background-color: #74bd32;
  color: #fff;
  font-size: 20px;
  padding: 14px 26px 14px 26px;
  border-radius: 5px;
  border: 0;
  display: inline-block;
  text-decoration: underline;
  font-family: "Georgia";
}

.green-btn:hover {
  color: #fff;
}

.top-head-content {
  background-image: url(../images/light/carbon_crane_email_monitor.png);
  background-repeat: no-repeat;
  background-position: 140% 41%;
  background-size: 75%;
  margin-top: 0px;
  margin-bottom: 30px;
}
.top-head-content h1 {
  font-size: 58px;
  line-height: 62px;
  font-family: "Bebas Neue";
  color: #282828;
}
.top-head-content h1 .title-highlight {
  color: white;
  background: #7dabc4;
  padding: 10px;
  padding-bottom: 0px;
  margin: 0px;
  line-height: 62px;
  font-size: 62px;
  display: inline-block;
  padding-top: 7px;
}
.top-head-content h1 sup {
  font-size: 20px;
  vertical-align: revert;
}
.top-head-content .subtitle {
  font-size: 31px;
  font-family: "Bebas Neue";
  color: #282828;
  line-height: 31px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.top-head-content .main-text {
  font-family: "Georgia";
  font-size: 17px;
  width: 310px;
  color: #282828;
}
.top-head-content .green-btn {
  margin-top: 40px;
}

.block-separator .bordered {
  border-bottom: 1px solid #c9c9c9;
}
.block-separator.zero-margin-top {
  margin-top: 0px !important;
}
.block-separator.zero-margin-top .bordered {
  font-size: 0px !important;
}

.website-carbon-block {
  margin-top: 25px;
}
.website-carbon-block img {
  width: 100%;
}
.website-carbon-block h2 {
  font-size: 62px;
  font-family: "Bebas Neue";
  color: #282828;
}
.website-carbon-block .main-text {
  font-family: "Georgia";
  font-size: 17px;
  color: #282828;
}
.website-carbon-block .main-title {
  margin-top: 25px;
}
.website-carbon-block .green-btn {
  margin-top: 20px;
}
.website-carbon-block .title-highlight sup {
  font-size: 20px !important;
  top: -35px;
}

.fourstep .fourstep-image {
  margin-top: 53px;
}
.fourstep .fourstep-title {
  font-size: 27px;
  line-height: 32px;
  margin-top: 26px;
  font-weight: bold;
  font-family: "Bebas Neue";
  text-align: center;
}
.fourstep .fourstep-text {
  font-size: 16px;
  line-height: 20px;
  margin-top: 26px;
  font-family: "Georgia";
  text-align: center;
}

@media (max-width: 767.98px) {
  [class*=col-] {
    padding-top: 26px;
  }
  .top-head-content {
    background-image: none;
  }
}
@media (max-width: 767.98px) {
  .top-head-content h1 .title-highlight {
    line-height: 38px !important;
  }
  .main-title, .main-title * {
    font-size: 40px !important;
  }
  .main-title sup, .main-title * sup {
    top: -20px !important;
    font-size: 20px !important;
  }
  .top-head-content sup {
    top: -5px !important;
  }
}
