.common-content-container {
  margin: 0 auto;
  width: 102.5rem /* 1640/16 */;
}
.common-info-big-title {
  font-size: 4.6875rem;
  font-weight: 700;
  text-align: left;
  color: #081420;
  font-family: Nunito;
}
.common-info-title {
  font-size: 3.125rem /* 50/16 */;
  color: #081420;
  margin-top: 0.625rem /* 10/16 */;
  font-weight: 700;
  font-family: Nunito;
}
.common-info-desc {
  font-size: 2.25rem /* 36/16 */;
  color: #081420;
  font-weight: 300;
  font-family: Quicksand;
}
.common-sub-title {
  font-size: 2rem!important;
  font-weight: 300;
  color: #70798b;
  font-family: Quicksand;
}
.common-info-desc-gray {
  color: #70798b;
  font-family: Quicksand;
  font-size: 24px;
  font-weight: 500;
}
.common-orange-title {
  color: #dd9e50;
  font-size: 1.25rem /* 20/16 */;
  font-weight: 700;
  font-family: Quicksand;
}
@media only screen and (max-width: 47.9375rem /* 767/16 */) {
  .common-content-container {
    width: auto;
    margin: 0 1.875rem /* 30/16 */;
  }
  .common-orange-title {
    font-size: 1.25rem /* 20/16 */;
  }
  .common-common-info-title {
    font-size: 4.6875rem /* 75/16 */;
    margin-top: 0;
  }
  .common-info-big-title {
    font-size: 4.6875rem /* 75/16 */;
  }
}
