.primary-text-color {
  color: #173833;
}

.secondary-text-color {
  color: #4b4394;
}

.white-text-color {
  color: rgba(255, 255, 255, 0.8);
}

.gray-text-color {
  color: #ece9de;
}

.primary-bg-color {
  background-color: #173833;
}

.secondary-bg-color {
  background-color: #4b4394;
}

.lemon-bg-color {
  background-color: #e9e668;
}

.image-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

@media (width <= 1024px) {
  body {
    background-color: #163920;
  }
  .text-container {
    padding-left: 3rem;
  }
  .logo-container {
    max-width: 270px;
  }
}
@media (width >= 1025px) {
  body {
    background-color: #00914c;
    max-height: 100vh;
    overflow: hidden;
  }
  .text-container {
    padding-left: 2rem;
  }
  .logo-container {
    max-width: 270px;
  }
  .img-fluid {
    margin-left: 0;
  }
}
.main .row {
  align-items: center;
}

body * {
  font-family: "Inter", sans-serif;
}

.fw-200 {
  font-weight: 200;
}

.fw-800 {
  font-weight: 800;
}

h1 span, h2 span {
  display: block;
}

@media (width >= 200px) {
  h1 {
    font-size: 1.25rem !important;
  }
}
@media (width >= 320px) {
  h1 {
    font-size: 1.25rem !important;
  }
}
@media (width >= 414px) {
  h1 {
    font-size: 1.25rem !important;
  }
}
@media (width >= 540px) {
  h1 {
    font-size: 1rem !important;
  }
}
@media (width >= 768px) {
  h1 {
    font-size: 2.5rem !important;
  }
}
@media (width >= 1200px) {
  h1 {
    font-size: 1.5rem !important;
  }
}
@media (width >= 1600px) {
  h1 {
    font-size: 2.5rem !important;
  }
}

@media (width >= 200px) {
  h2 {
    font-size: 1rem !important;
  }
}
@media (width >= 320px) {
  h2 {
    font-size: 1rem !important;
  }
}
@media (width >= 540px) {
  h2 {
    font-size: 0.75rem !important;
  }
}
@media (width >= 768px) {
  h2 {
    font-size: 1.25rem !important;
  }
}
@media (width >= 1200px) {
  h2 {
    font-size: 1rem !important;
  }
}
@media (width >= 1600px) {
  h2 {
    font-size: 1.5rem !important;
  }
}

body, ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main {
  max-width: 2200px;
  margin: auto;
}

a {
  text-decoration: none;
}/*# sourceMappingURL=main.css.map */