/**
 * @file
 * Visual styles for Corporate+'s contact info block.
 */
.container-fluid .call-to-action {
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
}
.call-to-action h2.title {
  font-size: 24px;
  margin: 0;
  text-transform: none;
  font-weight: 400;
  margin: 35px 0 25px;
}
.call-to-action h5 {
  font-weight: 400;
}
.node--type-mt-product .call-to-action {
  margin-bottom: 100px;
}
.call-to-action h2 {
  color: #656565;
}
.region--shade-background .call-to-action h2,
.region--colored-background .call-to-action h2,
.region--dark-colored-background .call-to-action h2,
.region--dark-background .call-to-action h2 {
  color: #ffffff;
}
.call-to-action a.button {
  margin: 0 0 35px 0;
}
@media (min-width: 992px) { 
  .call-to-action h2 {
    margin: 35px 0;
  }
  .call-to-action a.button {
    margin: 25px 0;
  }
}
@media (max-width: 575px) {
  .call-to-action h2.title {
    font-size: 48px;
  }
}
