.department-icon {
  font-size: 35px;
  margin-bottom: 25px;
}

.card {
  background-color: rgba(42,58,87,0.08);
  max-height: 300px;
  color: #000000;
  transition-duration: 0.6s;
  box-shadow: 1px 2px 5px 0px;
}

.card:hover {
  background-color: #15355e;
  color: #dfdfdf;
}

.department-button {
  background-color: rgba(255,255,255,0.43);
  font-size: large;
}

.department-button:hover {
  background-color: var(--bs-body-bg);
  color: #011d54;
}

.top-social-meida {
  padding-right: 15px;
}

.top-social-meida svg {
  color: #fff;
  font-size: larger;
}

.fashion-course-1 {
  max-width: 100%;
  background: url("../../assets/img/Images/Fashion_Design.webp") center / cover;
  height: 49em;
  background-image: url("../../assets/img/Images/Fashion-Designing-3.webp");
  background-position: center;
  background-size: cover;
}

