.home-slider.slider {
  position: relative;
}

.home-slider .slider-item-content {}


#home-hall-of-fame .section-title{
  font-size: 38px;
}

.halloffame-item {
  padding: 30px;
  background: #FFFFFF;
}

.halloffame-item-inner {
  transition: all 500ms ease;
  padding: 10px;
}

.halloffame-item-inner:hover {
  cursor: pointer;
  scale: 1.2;
  background: #FFFFFF;
  box-shadow: -0.859849px 3.43939px 28.375px rgba(0, 0, 0, 0.09);
  border-radius: 16px;

}

.halloffame-item .title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.78);

}

.halloffame-item .box-image {
  text-align: right;
}

.halloffame-item .box-image img {
  width: 96%;

}

.halloffame-item .box-text {
  display: flex;
}

.halloffame-item .box-text .hall-title {
  width: 55%;
  flex: 1;
}



.halloffame-item .box-text .hall-title .title {

  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #4C4C4C;

}

.halloffame-item .box-text .hall-title .hall-school {


  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.55);
  flex-grow: 0;

}


.halloffame-item .box-text .hall-info {
  flex: 1;
  padding-left: 5px;
  display: flex;
  gap: 5px;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.halloffame-item .box-text .hall-info .hall-score {

  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  color: rgba(255, 6, 6, 0.79);
}

.halloffame-item .box-text .hall-info .hall-specialized {

  font-style: normal;
  font-weight: 600;
  font-size: 8px;
  line-height: 17px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.23);

}

.halloffame-item .box-text .hall-info .hall-specialized *{
  margin-bottom: 0;
}


@media(min-width: 576px) {
  #hall-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
  }

  .halloffame-item {
    width: 50%;
    padding: 10px 0px;
  }

  .halloffame-item .box-image img {
    width: 100%;
  }
}

@media(min-width: 768px) {
  .halloffame-item {
    width: 33.33%;
  }
}

@media(min-width: 992px) {
  .halloffame-item {
    width: 25%;
  }
}


@media(min-width: 1200px) {

  .halloffame-item {
    width: 20%;
  }

  .halloffame-item img {
    width: 100%;
  }
}