/* breakpoints */
.title {
  background: transparent;
  font-family: Libre Franklin;
}

.title h1, .title .field-title a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  font-size: 24px;
  margin-bottom: 10px;
  color: #747474;
  line-height: normal;
  padding-bottom: 10px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.title h1:hover, .title .field-title a:hover {
  color: #878787;
}

.title .field-title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 32px;
  margin-top: 32px;
  font-weight: 900;
  font-family: Libre Franklin;
}

.tb-header-h1.field-title {
  font-size: 3.6rem !important;
  line-height: 4.4rem !important;
  color: #393939 !important;
  border: none !important;
  cursor: default !important;
  padding-bottom: 24px !important;
  margin: 0 !important;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .title .field-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 24px;
    margin-top: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .title .component-content {
    padding: 0 8px;
  }
  .title .field-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .tb-header-h1.field-title {
    padding-bottom: 16px !important;
  }
}
