/*! CSS Used from: http://quickdevs.com/demo/cargoy/css/stylesheet.css */
.about-careers h2 {
  margin-bottom: 15px;
}
.about-careers .signature {
  margin-top: 40px;
}
.careers-benefits {
  background-image: url("../images/career/mli-2.jpg");
  padding: 60px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.careers-benefits:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #09192A, #09192A);
  opacity: 0.8;
}
.benefits-box {
  text-align: center;
  padding: 25px 35px;
}
.benefits-box .benefit-icon {
  width: 60px;
  margin: auto;
}
.benefits-box h4 {
  color: #ffff;
  margin-top: 15px;
}
.benefits-box p {
  color: #ffff;
}
.position-box {
  padding: 30px 20px;
}
.op-icon {
  width: 60px;
}
.position-box h4 {
  margin: 20px 0px 15px;
  font-weight: 600;
}
.position-box h6 {
  color: var(--secundary-color);
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0px;
}
.position-box h6 a {
  text-decoration: none;
}
.signature {
  width: 200px;
  margin-top: 20px;
}
.call-action-wrapper {
  background-color: #E20613;
  padding: 50px 40px;
}
.ca-left-side h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
}
.ca-left-side p {
  color: #fff;
  margin-bottom: 0px;
}
.ca-right-side .btn-default {
  float: right;
  margin-top: 10px;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.ca-right-side .btn-default:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
/*! CSS Used from: http://quickdevs.com/demo/cargoy/css/responsive.css */
@media (max-width: 1200px) {
  .container {
    max-width: 95%;
  }
}
@media (max-width: 991px) {
  .ca-left-side p {
    margin: 5px 0px;
  }
}
@media (max-width: 767px) {
  .section-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .section-title {
    width: 90%;
  }
  .call-action-wrapper {
    padding: 50px 20px;
  }
}
@media (max-width: 480px) {
  .section-title {
    width: 95%;
  }
}