.fit-cover {
  object-fit: cover;
}

.nav-item {
  color: #204a39 !important;
  font-size: 20px;
  text-transform: uppercase;
  font-family: Alexandria, sans-serif;
}

h3 {
  /*font-size: 20px !important;*/
}

.row {
}

@media (max-width: 768px) {
  .h2, h2 {
    font-size: calc(1.325rem + .9vw) !Important;
  }
}

