.faculty-details p {
  color: #323232;
  font-weight: 400;
}

.course-card-wrapper {
  position: relative;
  transition: 0.5s ease;
}

.course-card-wrapper:hover {
  position: relative;
}

.course-name {
  position: absolute;
  z-index: 1000;
  color: rgb(255, 255, 255);
  bottom: 0;
  /* From https://css.glass */
  background: rgba(11, 11, 11, 0.16);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
}

.course-image img {
  z-index: -1;
}

.btn-group button {
  border: none;
  width: 200px;
  padding: 12px;
  background-color: #f2f1f1;
  border-radius: 10px;
}

#courses {
  overflow: hidden;
}

#filters {
  display: flex;
  flex-direction: column;
}

.verification-section-wrapper {
  background-color: #323232;
  color: white;
  border-radius: 10px;
}

.verify-form {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.call-us-today {
  background-image: url(/images/student-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}

.call-us-today-sub-header {
  color: white;
}

.call-us-today-sub-header a {
  text-decoration: none;
  display: inline-block;
  background-color: red;
  padding: 13px 22px;
  color: white;
}

.about-tvec {
  cursor: help;
}

.about-tvec p {
  border: 2px solid rgb(17, 116, 159);
  display: inline-block;
  padding: 10px 25px;
  border-radius: 22px;
}
