.cc__list {
  margin-bottom: 50px;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 1280px) {
  .cc__list {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 991px) {
  .cc__list {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cc__list {
    margin: 0 -22px 50px -15px;
  }
}
.cc__list .slick-track {
  display: flex !important;
}
.cc__list .slick-slide {
  height: inherit !important;
}
.cc__list .slick-dots {
  position: absolute;
  bottom: -32px;
  width: 100%;
  left: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .cc__list .slick-dots {
    bottom: -22px;
  }
}
.cc__item {
  padding: 0 12px;
}
.cc__card {
  background-color: #101E61;
  background-image: url(../../images/blue-bg-with-curve.svg);
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  color: #FFF;
  padding: 38px 25px 30px 17px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .cc__card {
    max-width: 230px;
    padding: 27px 16px 16px;
  }
}
.cc__card__heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.24px;
  margin: 0 0 16px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cc__card__heading {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.36px;
    margin: 0 0 8px;
  }
}
.cc__card__heading::before {
  display: block;
  content: "";
  width: 17px;
  height: 1.5px;
  background: #F04E45;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.cc__card__description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
}
@media only screen and (max-width: 767px) {
  .cc__card__description {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.14px;
  }
}/*# sourceMappingURL=career-cards.css.map */