.section .yellow-btn {
  font-size: 28px;
  margin-bottom: 20px;
  text-transform: capitalize;
  padding-top: 14px;
  padding-bottom: 18px;
}
.section .yellow-btn:hover {
  background-color: #003974;
  color: #C7C7C7;
}
.section-no-img .Normal {
  padding: 0;
  font-size: inherit;
}
.section-no-img .Normal h1, .section-no-img .Normal h2 {
  text-shadow: none;
  font-size: 40px;
  color: #FAA62F;
}
@media (min-width: 1024px) {
  .section-no-img .Normal h1, .section-no-img .Normal h2 {
    font-size: 60px;
  }
}
.section-no-img .Normal p {
  text-shadow: none;
  font-size: calc(1.1rem + 1.40625vw);
  color: #000000;
  font-family: "acumin-pro";
  font-weight: 300;
  margin: 0;
  line-height: 1.55;
  padding: 47px 0 0;
}
@media (min-width: 1024px) {
  .section-no-img .Normal p {
    font-size: 2rem;
  }
}
.section-no-img .Normal p:last-child {
  padding: 0;
}
.section-no-img .Normal hr {
  height: 4px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FAA62F;
  border-top: none;
}
@media (min-width: 1024px) {
  .section-no-img .Normal hr {
    max-width: 855px;
  }
}
.section-no-img .section-col-container {
  padding: 0;
}

[class*=we-are-committed] .section-col-container {
  padding-bottom: 92px;
}
