.woman-img img {
  padding: 0 !important;
  border-radius: 8px;
}


.card._bordered {
  border-color: #ff7a00;
  padding: 25px 20px;
  margin-bottom: 35px;
}

.card._bordered .outerWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.figure-img {
  margin: 0 !important;
  padding-right: 10px;
  width: 120px;
}
.img-no-padding {
  padding: 0 !important;
  max-width: 100px;
}
.card {
  display: flex;
  flex-direction: column;
  background: var(--app-card-bg,#fff);
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.05);
  position: relative;
}
.enrollDetail {

  text-align: center;
}

.card._bordered .link {
  color: #654395;
  text-decoration: underline;
  font-family: gotham-medium,sans-serif;
  word-break: break-word;
}

.visionPoint-Btn {
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
}
.text-center {
  text-align: center;
}

.bg-gradient-resources {
  background: linear-gradient(360deg, rgba(255, 232, 192, 0.85) 0%, rgba(255, 255, 255, 0.85) 96.94%);
}
@media (max-width: 1199.98px){
  .enrollDetail {
      padding: 40px 0;
  }

  .mobile-center {
    text-align: center;
  }


  .figure-img {
    margin: 0 !important;
    padding-right: 10px;
    width: 60px !important;
  }

  .img-no-padding {
    padding: 0 !important;
    max-width: 50px;
  }

}


@media (min-width: 1200px){
  .d-xl-none {
      display: none!important;
  }

}