#human-trafficing-hero {
  background: var(--MRTGradient);
  padding: 60px 0;
  position: relative;
  margin-top: 60px;
}
#human-trafficing-hero .decription {
  font-size: 20px !important;
  line-height: 140% !important;
}
#human-trafficing-hero .decription span {
  font-weight: 700;
}
#human-trafficing-hero .subheading {
  font-size: 24px !important;
  line-height: 120% !important;
  font-weight: 700 !important;
}
#human-trafficing-hero img {
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50px, -60px);
}
#human-trafficing-hero .card {
  border: 10px;
  padding: 30px;
  height: 175px;
}

#human-traffic-slider {
  padding-top: 60px;
}

#human-trafficking-cards {
  padding-top: 60px;
  margin-bottom: 60px;
}
#human-trafficking-cards .row {
  align-items: stretch;
}
#human-trafficking-cards .col-12 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #human-trafficking-cards .row > [class*=col-]:first-child {
    padding-left: 0;
  }
  #human-trafficking-cards .row > [class*=col-]:last-child {
    padding-right: 0;
  }
}
#human-trafficking-cards .icon-wrapper {
  padding: 20px;
  border-radius: 50px;
  background-color: var(--White);
  margin-bottom: 30px;
  width: -moz-fit-content;
  width: fit-content;
}
#human-trafficking-cards .icon-wrapper svg {
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
}
#human-trafficking-cards .card {
  background: var(--LightPink);
  padding: 30px;
  border: unset;
  box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1 0 auto;
}
#human-trafficking-cards .card .py-3:last-child {
  margin-top: auto;
}

@media (min-width: 992px) {
  #index-solutions-trainings-section .solutions-training-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
#cta-section {
  padding: 60px 0;
}
#cta-section .title {
  font-size: 34px !important;
  line-height: 125% !important;
  font-weight: 500 !important;
  margin-bottom: 2rem;
}
#cta-section .description {
  font-size: 24px !important;
  line-height: 125% !important;
  font-weight: 400 !important;
}
#cta-section .description .bold {
  font-weight: 700;
}