@font-face {
  font-family: "RobotoSlab-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/RobotoSlab-Light.woff2") format("woff2");
}
@font-face {
  font-family: "RobotoSlab-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/RobotoSlab-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Roboto-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/font/Roboto-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Roboto-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Roboto-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Poppins-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/font/Poppins-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Poppins-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Poppins-Bold.woff2") format("woff2");
}
.schools {
  padding-top: 50px;
}
.schools .container {
  gap: 30px;
}
.schools__bg {
  display: flex;
  width: 100%;
  background-color: #f8f8fb;
}
.schools__slider {
  position: relative;
  width: 100%;
}
.schools__slider:hover .swiper-button {
  display: flex;
}
.schools__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.schools__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 300px;
}
.schools__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.schools__title {
  margin-bottom: 20px;
  color: #5c5c5c;
  font-family: "Poppins-SemiBold";
  --font-size: 28px;
  --font-size-rem: 1.75rem;
  --line-height: 44.8px;
  --line-height-rem: 2.8rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.schools__text p {
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.schools .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  background: transparent;
}
.schools .swiper-pagination-bullet-active {
  background: #ffffff;
}
.schools .swiper-button {
  z-index: 1;
  opacity: 1;
  top: 50%;
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center center;
  transition-property: all 0.2s;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.schools .swiper-button:hover {
  background-color: #000000;
}
.schools .swiper-button-prev {
  left: 5px;
  background-image: url("/assets/image/prev-icon.png");
}
.schools .swiper-button-prev::after {
  content: unset;
}
.schools .swiper-button-next {
  right: 5px;
  background-image: url("/assets/image/next-icon.png");
}
.schools .swiper-button-next::after {
  content: unset;
}
.schools-list {
  padding: 0 0 60px 0;
}
.schools-list__items {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}
.schools-list__box {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(92, 92, 92, 0.3);
}
.schools-list__image {
  min-height: 200px;
  max-height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #f0f0f0;
}
.schools-list__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: center;
  height: 100%;
  padding: 20px;
  gap: 10px;
}
.schools-list__title {
  margin-bottom: 8px;
  color: #5c5c5c;
  font-family: "Poppins-SemiBold";
  letter-spacing: -0.03em;
  --font-size: 23px;
  --font-size-rem: 1.4375rem;
  --line-height: 30px;
  --line-height-rem: 1.875rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.schools-list__description p {
  color: #5c5c5c;
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.schools-list__buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: auto;
}
.schools-list__button {
  padding: 8px 20px;
  border-radius: 20px;
  color: #ffffff;
  background-color: #960047;
  text-transform: uppercase;
  text-align: center;
  font-family: "Poppins-SemiBold";
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 22.4px;
  --line-height-rem: 1.4rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.schools-list__button:hover {
  background-color: #c9005f;
}
@media screen and (min-width: 768px) {
  .schools__slide {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .schools .container {
    flex-direction: row;
    padding: 125px 20px;
    gap: 70px;
  }
  .schools__bg {
    background-image: url("/assets/image/blue-gray-bg-2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 58.67% 48.75%;
    background-attachment: fixed;
  }
  .schools__slider {
    width: 50%;
  }
  .schools__content {
    width: 50%;
  }
  .schools__title {
    margin-bottom: 30px;
  }
  .schools .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .schools .swiper-button {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .schools-list {
    padding: 0 0 100px 0;
  }
  .schools-list__box {
    flex-direction: row-reverse;
  }
  .schools-list__image {
    width: 33.3333333333%;
  }
  .schools-list__content {
    width: 66.6666666667%;
  }
}