.homepage-logo {
  max-height: 300px;
}

.home-year {
  font-size: 20px;
}

.homepage-header-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}

.homepage-title {
  font-size: 72px;
  color: var(--bs-main-blue);
}

.homepage-subtitle {
  font-size: 32px;
  color: var(--bs-main-blue);
}

.homepage-body {
  font-size: 16px;
}

.homepage-cta {
  font-size: 24px;
}

.home-wrap {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 0.25rem;
}

.homepage-prize-text {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .homepage-prize-text {
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  .homepage-prize-text {
    font-size: 36px;
  }
}

.no-wrap {
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .no-wrap {
    white-space: normal;
  }
}

.home-tiles .home-col {
  position: relative;
}

.home-tiles .tile-card {
  align-items: center !important;
}

.home-tiles .tile-card .homepage-title,
.home-tiles .tile-card .homepage-subtitle {
  text-align: center !important;
}

.home-tiles .tile-card .homepage-body {
  text-align: justify !important;
  text-justify: inter-word !important;
  width: 100%;
  hyphens: auto;
}

.home-tiles .tile-card ul {
  text-align: justify !important;
  padding-left: 2rem !important;
  margin-left: 0 !important;
  list-style-position: outside !important;
}

.home-tiles .tile-card ul li {
  padding-left: 0 !important;
  margin-left: 0 !important;

  text-align: justify !important;
}

.home-tiles .tile-card .homepage-body p,
.home-tiles .tile-card .homepage-body div {
  text-align: justify !important;
  text-justify: inter-word !important;
  hyphens: auto;
}

@media (min-width: 1200px) {
  .home-tiles .home-col + .home-col::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #159fc4;
  }
}

@media (max-width: 767.98px) {
  .home-tiles .home-col {
    position: relative;
  }
  .home-tiles .home-col::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    top: 0;
    height: 1px;
    background: #159fc4;
  }
  .home-tiles .home-col:first-child::after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .home-tiles .home-col {
    position: relative;
  }
  .home-tiles .home-col:nth-child(1) {
    border-right: 1px solid #159fc4;
  }
  .home-tiles .home-col:nth-child(2) {
    border-left: none;
  }
  .home-tiles .home-col h2.no-wrap {
    white-space: nowrap;
  }
}
