/* Releases Section --------------------------------------------------------------------------------------------------------*/
.Releases-section {
  padding: 40px 0;
}

.releases-card {
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 300px;
  padding: 40px 20px;
  min-height: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.theme-dark .releases-card {
  background: #222222;
}

.releases-card-date {
  font-size: 1rem;
  font-weight: 700;
}

.releases-card-title {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #0069B4;
  padding: 20px 0 30px;
}

.releases-card-text {
  color: #73706E;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 20px;
  flex: 1 0 auto;
}

.releases-card-link {
  color: #DA2A80;
  text-decoration: underline;
  font-weight: 700;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) {
  .releases-slider {
    padding-top: 40px;
  }

  .Releases-section {
    padding: 60px 0 40px;
  }

  .releases-card {
    width: 340px;
  }
}
@media (min-width: 768px) {
  .releases-card {
    width: auto;
    padding: 50px;
  }
}

/*# sourceMappingURL=releases.css.map */