.features-card {
  border: 1px solid #e9ecef !important;
  margin-top: 4rem;
  margin-right: -1rem;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 1400px) {
  .features-card {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .features-card {
    height: 38rem;
  }
}
.features-card .features-heading h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 64px;
  color: #162243;
  padding-top: 0rem;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .features-card .features-heading h3 {
    font-size: 1.875rem;
  }
}
.features-card .features-heading p {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .features-card .features-heading p {
    font-size: 1rem;
  }
}
.features-card .list-unstyled {
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .features-card .list-unstyled {
    font-size: 12px;
  }
}
.features-card .list-unstyled .text-align {
  text-align: end;
}
.features-card .list-unstyled .padding-left {
  padding-left: 0;
}
.features-card .list-unstyled .padding-left .last-para {
  margin-bottom: 0;
}
.features-card .list-unstyled .feature-check {
  font-size: 1.5rem;
  color: #6c757d;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .features-card .list-unstyled .feature-check {
    font-size: 12px;
  }
}
.features-card .list-unstyled .last-list-item {
  margin-top: 1.3rem;
  margin-bottom: 0;
}
.features-card .media-card {
  padding: 2.25rem;
  border: 1px solid #e9ecef !important;
  width: 72%;
  margin: 0 auto;
  height: 27%;
  padding-top: 1.1rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1024px) {
  .features-card .media-card {
    width: 76%;
  }
}
@media only screen and (max-width: 768px) {
  .features-card .media-card {
    height: 22%;
  }
}
.features-card .media-card .media-flex {
  display: flex;
}
.features-card .media-card .media-flex .media-img {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  margin-right: 0.75rem;
}
.features-card .media-card .media-flex p {
  text-align: justify;
  font-size: 0.875rem;
  margin-bottom: 0.375rem !important;
}
@media only screen and (max-width: 1024px) {
  .features-card .media-card .media-flex p {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .features-card .media-card .media-flex p {
    font-size: 9px;
  }
}
.features-card .media-card .media-flex span {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .features-card .media-card .media-flex span {
    font-size: 8px;
  }
}/*# sourceMappingURL=instructor_signin.css.map */