body, html {
  font-family: 'Geist', 'Segoe UI', Arial, sans-serif;
}

.hero-section {
  min-height: 350px;
  position: relative;
  font-size: 7.5rem;
  font-style: normal;
  font-weight: 400;
}

.hero-bg-img {
  object-fit: cover;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.hero-bg-img.img-overlay {
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4));
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-row {
  /*height: 350px;*/
}

@media (min-width: 768px) {
  .hero-bg-img {
    height: 100vh;
  }
}

@media (min-width: 768px) {
  .hero-row {
    height: 100vh;
  }
}

.studenti-img {
  max-height: 500px;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 768px) {
  .studenti-img {
    /*max-height: 450px;*/
  }
}

.btn {
  border-radius: 30px;
  line-height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn-primary {
  background-color: #2566a6;
}

.h5 {
  /*font-size: 2rem;*/
  /*margin-top: 30px;*/
  /*margin-bottom: 20px;*/
}

.list-unstyled li {
  margin-top: 0.5rem;
}

.section-title {
  line-height: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

@media (max-width: 575px) {
  .hero-title {
    line-height: 1;
    margin-top: 10px;
    font-weight: 400;
    font-size: 2.2rem;
  }
}

@media (min-width: 576px) {
  .hero-title {
    line-height: 1.1;
    margin-top: 40px;
    font-weight: 400;
  }
}

html {
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .columns-two {
    column-count: 2;
  }
}

