/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.node-school-other-schools {
  padding: 30px 0;
  background-color: #ddd;
}
@media (min-width: 992px) {
  .node-school-other-schools {
    padding: 60px 0;
  }
}
.node-school-other-schools .node-school-full__field-other-schools {
  display: flex;
  overflow-x: auto;
}
.node-school-other-schools .node-school-full__field-other-schools-item {
  min-width: 287px;
}
.node-school-other-schools .node-school-full__field-other-schools-item:not(:last-of-type) {
  margin-right: 15px;
}
@media (min-width: 992px) {
  .node-school-other-schools .node-school-full__field-other-schools-item:not(:last-of-type) {
    margin-right: 30px;
  }
}
.node-school-other-schools .node-school-full__field-other-schools::-webkit-scrollbar {
  display: none;
}
.node-school-other-schools h5 {
  position: relative;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #000;
}
@media (min-width: 992px) {
  .node-school-other-schools h5 {
    margin-bottom: 60px;
    font-size: 36px;
  }
}
.node-school-other-schools h5 > div {
  display: inline-block;
}
.node-school-other-schools__info > span {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0959A0;
}
.node-school-other-schools__item {
  width: 100%;
  max-width: 360px;
  border: 1px solid transparent;
  border-radius: 8px;
}
.node-school-other-schools__item > div {
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.0784313725);
}
.node-school-other-schools__item:hover {
  border: 1px solid #0046b4;
  border-radius: 8px;
}
.node-school-other-schools__item:hover .node-school-other-schools__field-hero-image::before {
  width: 100%;
  opacity: 0.5;
}
.node-school-other-schools__item:hover .node-school-other-schools__field-title {
  color: #0046b4;
}
.node-school-other-schools__item .node-city-city-name {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.node-school-other-schools__item .node-city-city-name::after {
  content: ",";
  position: absolute;
  top: 0;
  right: -3px;
}
.node-school-other-schools__field-hero-image {
  position: relative;
  height: 180px;
}
.node-school-other-schools__field-hero-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 180px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background-color: #0046b4;
}
.node-school-other-schools__field-hero-image * {
  height: 100%;
}
.node-school-other-schools__field-hero-image img {
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.node-school-other-schools__field-description {
  padding: 15px;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}
.node-school-other-schools__field-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.26px;
  color: #000;
}
.node-school-other-schools__field-city {
  margin-bottom: 10px;
  font-size: 13px;
  letter-spacing: -0.21px;
  color: #606060;
}
.node-school-other-schools__rating {
  position: relative;
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 15px;
}
.node-school-other-schools__rating::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url("../../../images/icons/solid-star.svg") center no-repeat;
  background-size: 14px;
  filter: brightness(0) saturate(100%) invert(35%) sepia(79%) saturate(622%) hue-rotate(175deg) brightness(91%) contrast(83%);
}
.node-school-other-schools__rating .score,
.node-school-other-schools__rating .mark {
  font-size: 14px;
  font-weight: 600;
  color: #336bc3;
}
.node-school-other-schools__rating .reviews {
  font-size: 13px;
  text-decoration: underline;
  color: #336bc3;
}
.node-school-other-schools__price {
  min-height: 41px;
}
.node-school-other-schools__price > p {
  margin-bottom: 0;
  font-size: 13px;
  color: #808080;
}
.node-school-other-schools__price .price {
  font-size: 16px;
  font-weight: 600;
  color: #202020;
}

/*# sourceMappingURL=other-schools.css.map */
