.course-info h3 {
  width: 80px;
  height: 50px;
  display: flex;
  align-items: center;
  line-height: 25.08px;
  font-weight: 700;
  color: rgba(7, 117, 239, 1);
  font-size: 1.8rem;
}
.enroll-course-btn {
  background-color: rgba(7, 117, 239, 1);
  width: 343px;
  height: 38px;
  color: rgba(255, 255, 255, 1);
  border: none;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.024rem;
}
.course-card {
  width: 343px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 4px 8px rgba(12, 12, 13, 0.1);
}
.course-card img {
  width: 343px;
  height: 261px;
}
.explore-section {
  padding: 50px 50px;
}
.search-bar input {
  border: none;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 31.35px;
  background-color: rgba(255, 255, 255, 1);
  width: 343px;
  color: rgba(170, 170, 170, 1);
  padding: 12px 16px;
  border-radius: 72px;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 52px;
  background-color: rgba(234, 243, 254, 1);
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(12, 12, 13, 0.1);
}
.modal {
  left: -6rem;
}

.cardcolor {
  min-width: 40vw !important;
}
