.hiring-heading {
  font-weight: 500;
  color: #393f72;
  font-size: 36px;
}

.heading-desc {
  font-weight: 400;
  color: #393f72;
  font-size: 20px;
  margin-top: 10px;
}

.header-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.text-component {
  /*display: flex;*/
  flex-direction: row;
  align-items: center;
  position: relative;
}

.image-container {
  position: absolute;
  top: 0;
}
.text-component>p{display:inline-block;}

.mentors .card-v2,.mentorsmobile .card-v2{position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 400px;
    margin-bottom: 30px;}

.mentors .card-v2 img,.mentorsmobile .card-v2 img {
    display: block;
}

.mentors .card-v2__caption,.mentorsmobile .card-v2__caption {

  width: 100% !important;
    background: none !important;
    text-align: center;
    text-shadow: none !important;
    bottom: auto !important;
    background-blend-mode: normal !important;
    /* color: chocolate; */
    position: relative !important;
}
.mentors .card-v2__caption > .title,.mentorsmobile .card-v2__caption > .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #393F72;
}
.mentors .card-v2__caption > .sub_title,.mentorsmobile .card-v2__caption > .sub_title {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #9194B6;
}
 .btn--subtle {
  background: var(--color-bg-lighter);
  color: var(--color-primary);
  box-shadow: inset 0px 1px 0px hsla(var(--color-white-h), var(--color-white-s), var(--color-white-l), 0.1), 0px 0px 0px 1px hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.02), 0px 1px 3px -1px hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.2), var(--shadow-sm);
}
.btn--subtle:hover {
  background: var(--color-bg-light);
  box-shadow: inset 0px 1px 0px hsla(var(--color-white-h), var(--color-white-s), var(--color-white-l), 0.1), 0px 0px 0px 1px hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.02), 0px 1px 3px -1px hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.2), var(--shadow-xs);
}
.btn--subtle:focus {
  box-shadow: inset 0px 1px 0px hsla(var(--color-white-h), var(--color-white-s), var(--color-white-l), 0.1), 0px 0px 0px 1px hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.02), 0px 1px 3px -1px hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.2), var(--shadow-xs), 0px 0px 0px 2px var(--color-bg), 0px 0px 0px 4px var(--color-contrast-high);
}


      .title-text1{
        padding-left: 40px;
      }

      @media (min-width: 325px) and (max-width: 518px){
        .title-text1{
          padding-left: 25px;
        }
      }

    body{font-family: HKGroteskPro,sans-serif}
    .bg-secondary{background-color: #fdfdfd;}
    @font-face {
        font-display: swap;
    }

    .heroimage{max-width:120%;}

    /*h2{font-weight: 500; color: #393f72;}*/
    .stack-cards__item{height:510px;}
.text-center>p{
          line-height:25px;
          color: #9194b6;
          margin-top: 15px;
          margin-bottom: 20px;}
/*h3.sticky-feature__title{color:#393f72;}*/
.js-sticky-feature__content-item>p{line-height:25px;}
.company_list>li{width:120px;height:50px;}

 .order-1\@xs {
        order: 1
    }

    .order-2\@xs {
        order: 2
    }
/*.text-points__text h4{color:#393f72;}*/
/*.text-points__text p{color: #9194B6;line-height:25px;}*/
.testimonial-slideshow__profile-img{width:100px !important;height:100px !important;}
/*.bg-primary h2,.bg-primary h4{color:#fff;}*/
/*.bg-primary p{color: #d9e2ef;line-height:25px;}*/
.slideshow__item blockquote>p{font-size:20px;line-height:25px;}
@media(max-width:786px){
    li.slideshow__item.text-center.js-slideshow__item.slideshow__item--selected {
    --slideshow-height: 400px;
}
}
.js .text-anim--slide {
  --text-anim-duration: 0.5s;
  --text-anim-pause: 1.5s;
}