/*
* ----------------------------------------------------------------------------
* Common
* ----------------------------------------------------------------------------
*/
.title__text-wrapper {
  border-bottom: #d5d5d5 solid 1px;
}
.title__text-wrapper .title--primary {
  font-size: 41px;
  letter-spacing: 0.08em;
  color: #d5d5d5;
  line-height: 1.3em;
  text-transform: capitalize;
  margin-top: 62px;
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .title__text-wrapper .title--primary {
    margin-top: 40px;
  }
}
@media screen and (max-width: 749px) {
  .title__text-wrapper .title--primary {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.title__text-wrapper .title--primary .custom-subtitle {
  font-size: 18px;
  color: #d5d5d5;
  margin-left: 18px;
  vertical-align: middle;
}
@media screen and (max-width: 749px) {
  .title__text-wrapper .title--primary .custom-subtitle {
    margin-left: 10px;
  }
}

.contact-custom .isolate {
  margin: 100px auto 0;
  max-width: 800px;
}