.carriers {
  margin-bottom: 4rem;
  padding-top: 4rem;
}
.carriers .tp-cta-bg {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  padding: 70px 40px;
}
.carriers .tp-section-title-lg {
  color: var(--plainclr);
}
.carriers p {
  color: var(--plainclr);
  text-align: center !important;
}

@media (max-width: 992px) {
  .carriers {
    margin-bottom: 1rem;
    margin-top: 0px;
  }
  .tp-section-title-lg {
    text-align: center !important;
  }
}/*# sourceMappingURL=careers.css.map */