@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");
}
.about-us {
  order: 1;
  padding-top: 40px;
}
.about-us .container {
  gap: 20px;
}
.about-us__content {
  width: 100%;
}
.about-us__content p {
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 22px;
  --line-height-rem: 1.375rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.about-us__content h2 {
  margin-bottom: 10px;
  color: #0149AC;
  font-family: "Roboto-Bold";
  --font-size: 35px;
  --font-size-rem: 2.1875rem;
  --line-height: 50px;
  --line-height-rem: 3.125rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.about-us__figure {
  position: relative;
  width: 100%;
  max-width: 550px;
}
.about-us__figure img {
  width: 100%;
}
.about-us__number-group {
  padding: 30px 0;
  background-color: rgba(150, 0, 72, 0.86);
}
.about-us__value {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto-Bold";
  --font-size: 30px;
  --font-size-rem: 1.875rem;
  --line-height: 40px;
  --line-height-rem: 2.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.about-us__label {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "RobotoSlab-Light";
  text-align: center;
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 20px;
  --line-height-rem: 1.25rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
@media screen and (min-width: 992px) {
  .about-us {
    order: 2;
    padding-top: 120px;
  }
  .about-us .container {
    flex-direction: row;
    align-items: flex-start;
  }
  .about-us__content {
    width: 50%;
  }
  .about-us__content h2 {
    --font-size: 60px;
    --font-size-rem: 3.75rem;
    --line-height: 90px;
    --line-height-rem: 5.625rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .about-us__figure {
    width: 45%;
  }
  .about-us__number-group {
    position: absolute;
    bottom: -20px;
    width: 172px;
    padding: 40px 0;
  }
  .about-us__value {
    --font-size: 40px;
    --font-size-rem: 2.5rem;
    --line-height: 60px;
    --line-height-rem: 3.75rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
@media screen and (min-width: 1200px) {
  .about-us__value {
    --font-size: 50px;
    --font-size-rem: 3.125rem;
    --line-height: 70px;
    --line-height-rem: 4.375rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
@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");
}
.banner {
  padding: 0;
}
.banner .container {
  position: absolute;
  justify-content: flex-end;
  height: 100%;
}
.banner__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 600px;
}
.banner__text {
  margin-bottom: 50px;
  padding: 10px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4705882353);
  font-family: "Roboto-Regular";
  --font-size: 15px;
  --font-size-rem: 0.9375rem;
  --line-height: 21px;
  --line-height-rem: 1.3125rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.banner__text p {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .banner__image {
    aspect-ratio: 5/2;
  }
  .banner__text {
    margin-bottom: 70px;
    --font-size: 19px;
    --font-size-rem: 1.1875rem;
    --line-height: 25px;
    --line-height-rem: 1.5625rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
@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");
}
.institutions {
  order: 3;
}
.institutions__title {
  margin-bottom: 10px;
  color: #0149AC;
  text-align: center;
  font-family: "Roboto-Bold";
  --font-size: 35px;
  --font-size-rem: 2.1875rem;
  --line-height: 50px;
  --line-height-rem: 3.125rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.institutions__background {
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 110px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.institutions__background:after {
  content: "";
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(90deg, rgb(11, 224, 192) 0%, rgb(0, 225, 250) 100%);
}
.institutions__items {
  z-index: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
}
.institutions__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  padding: 15px;
  gap: 20px;
  background-color: rgba(0, 0, 0, 0.19);
}
.institutions__box img {
  height: 80%;
}
.institutions__box h3 {
  color: #ffffff;
  text-align: center;
  font-family: "Poppins-Bold";
  --font-size: 15px;
  --font-size-rem: 0.9375rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.institutions__gallery {
  display: none;
}
@media screen and (min-width: 768px) {
  .institutions__background:after {
    opacity: 0.2;
  }
  .institutions__box {
    flex-direction: row;
    max-width: 320px;
    height: 170px;
  }
  .institutions__box img {
    height: 100%;
  }
  .institutions__box h3 {
    text-align: start;
  }
  .institutions__gallery {
    display: flex;
    margin-top: 70px;
  }
}
@media screen and (min-width: 992px) {
  .institutions__title {
    --font-size: 60px;
    --font-size-rem: 3.75rem;
    --line-height: 90px;
    --line-height-rem: 5.625rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .institutions__background {
    padding: 110px 40px;
  }
  .institutions__items {
    gap: 60px;
  }
  .institutions__box {
    max-width: 400px;
    gap: 40px;
  }
}
@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");
}
.projects {
  order: 5;
}
.projects__title {
  margin-bottom: 10px;
  color: #0149AC;
  text-align: center;
  font-family: "Roboto-Bold";
  --font-size: 35px;
  --font-size-rem: 2.1875rem;
  --line-height: 50px;
  --line-height-rem: 3.125rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.projects__slider {
  position: relative;
  width: 100%;
}
.projects__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  cursor: grab;
}
.projects__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
.projects__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
}
.projects__name {
  margin: 0;
  color: rgb(92, 92, 92);
  letter-spacing: 0;
  font-family: "Poppins-Bold";
  --font-size: 18px;
  --font-size-rem: 1.125rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.projects__text p {
  margin: 0;
  color: rgb(92, 92, 92);
  letter-spacing: 0;
  --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);
}
.projects__button {
  padding: 10px 24px;
  border-radius: 20px;
  color: #ffffff;
  background-color: #002F6C;
  text-transform: uppercase;
  text-align: center;
  font-family: "Poppins-Bold";
  letter-spacing: 0;
  --font-size: 12px;
  --font-size-rem: 0.75rem;
  --line-height: 19.2px;
  --line-height-rem: 1.2rem;
  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;
}
.projects__button:hover {
  background-color: #3377e6;
}
.projects .swiper-button {
  z-index: 1;
  opacity: 1;
  top: 50%;
  display: none;
  width: 40px;
  height: 40px;
  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;
}
.projects .swiper-button:hover {
  background-color: #000000;
}
.projects .swiper-button-prev {
  left: -15px;
  background-image: url("/assets/image/prev-icon.png");
}
.projects .swiper-button-prev::after {
  content: unset;
}
.projects .swiper-button-next {
  right: -15px;
  background-image: url("/assets/image/next-icon.png");
}
.projects .swiper-button-next::after {
  content: unset;
}
@media screen and (min-width: 768px) {
  .projects__slider {
    padding: 0 30px;
  }
  .projects__slide {
    flex-direction: row;
  }
  .projects__image {
    width: 50%;
    aspect-ratio: 1;
  }
  .projects__content {
    width: 45%;
  }
  .projects .swiper-button {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .projects__title {
    margin-bottom: 20px;
    --font-size: 60px;
    --font-size-rem: 3.75rem;
    --line-height: 90px;
    --line-height-rem: 5.625rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .projects__image {
    aspect-ratio: unset;
  }
  .projects__name {
    --font-size: 20px;
    --font-size-rem: 1.25rem;
    --line-height: 26px;
    --line-height-rem: 1.625rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
@media screen and (min-width: 1440px) {
  .projects__slider {
    padding: 0;
  }
  .projects .swiper-button-prev {
    left: -50px;
  }
  .projects .swiper-button-next {
    right: -50px;
  }
}
@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");
}
.stats {
  order: 2;
  padding: 0;
  flex-direction: column;
  align-items: stretch;
  font-family: "Roboto-Regular";
  color: #ffffff;
}
.stats__item {
  padding: 40px;
  width: 100%;
  background-color: #960048;
}
.stats__item:first-child {
  background-color: #002F6C;
}
.stats__item:last-child {
  background-color: #54565B;
}
.stats__container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  gap: 40px;
}
.stats__text p {
  text-align: center;
  --font-size: 18px;
  --font-size-rem: 1.125rem;
  --line-height: 30px;
  --line-height-rem: 1.875rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.stats__numbers {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
}
.stats__value {
  margin-bottom: 20px;
  text-align: center;
  font-family: "Roboto-Bold";
  --font-size: 30px;
  --font-size-rem: 1.875rem;
  --line-height: 40px;
  --line-height-rem: 2.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.stats__label {
  text-transform: uppercase;
  font-family: "RobotoSlab-Light";
  text-align: center;
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 20px;
  --line-height-rem: 1.25rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
@media screen and (min-width: 992px) {
  .stats {
    order: 1;
    flex-direction: row;
  }
  .stats__item {
    padding: 60px 40px 50px 40px;
    width: 33.3333333333%;
  }
  .stats__text p {
    --font-size: 24px;
    --font-size-rem: 1.5rem;
    --line-height: 34px;
    --line-height-rem: 2.125rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .stats__numbers {
    gap: 40px;
  }
  .stats__value {
    --font-size: 40px;
    --font-size-rem: 2.5rem;
    --line-height: 60px;
    --line-height-rem: 3.75rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
@media screen and (min-width: 1200px) {
  .stats__text p {
    --font-size: 30px;
    --font-size-rem: 1.875rem;
    --line-height: 40px;
    --line-height-rem: 2.5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .stats__value {
    --font-size: 50px;
    --font-size-rem: 3.125rem;
    --line-height: 70px;
    --line-height-rem: 4.375rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
@media screen and (min-width: 1440px) {
  .stats__item {
    padding: 80px 40px 50px 40px;
  }
  .stats__numbers {
    gap: 100px;
  }
}
@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");
}
.university {
  order: 4;
  justify-content: center;
  align-items: center;
  height: 460px;
  margin: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.university:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(120, 120, 120, 0.23);
}
.university .container {
  z-index: 1;
}
.university__title {
  margin-bottom: 30px;
  color: #ffffff;
  text-align: center;
  font-family: "Poppins-SemiBold";
  --font-size: 30px;
  --font-size-rem: 1.875rem;
  --line-height: 48px;
  --line-height-rem: 3rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.university__button {
  padding: 10px 20px;
  border-radius: 20px;
  color: #ffffff;
  background-color: #960048;
  text-transform: uppercase;
  text-align: center;
  font-family: "Poppins-SemiBold";
  --font-size: 15px;
  --font-size-rem: 0.9375rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  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;
}
.university__button:hover {
  background-color: #c90060;
}
@media screen and (min-width: 768px) {
  .university .container {
    align-items: flex-start;
  }
  .university__title {
    margin-bottom: 50px;
    text-align: start;
    --font-size: 35px;
    --font-size-rem: 2.1875rem;
    --line-height: 56px;
    --line-height-rem: 3.5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}