/* Converted Tailwind Config to scss */

@media (min-width: 1024px) {
  .button-primary.lg\:inline-block {
    display: inline-block !important;
  }
}

.posts {
  background: #f3f4f6;
}

.posts.posts--dark {
  background: #001742;
}

.posts.posts--dark .posts__title,
    .posts.posts--dark .posts__description {
  color: #fff !important;
}

.posts.posts--dark .button-outline {
  background: transparent;
  color: #b1daf0 !important;
  border: 1px solid #b1daf0;
}

.posts.posts--dark .button-outline:hover {
  color: #001742 !important;
  background: #b1daf0;
  text-decoration: none;
}

.posts .posts__wrapper {
  max-width: 1140px;
}

.posts .posts__wrapper .posts__header {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .posts .posts__wrapper .posts__header {
    margin-bottom: 56px;
  }
}

.posts .posts__wrapper .posts__header .posts__title {
  max-width: 33.75rem;
  margin-left: auto;
  margin-right: auto;
  font-family: NotoSerif, serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: -0.5px;
  text-align: center;
  color: #001742;
}

@media (min-width: 1024px) {
  .posts .posts__wrapper .posts__header .posts__title {
    font-family: NotoSerif, serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.19;
    text-align: center;
    color: #001742;
    height: 38px;
  }
}

.posts .posts__wrapper .posts__list {
  margin-bottom: 2.25rem;
  padding: 0.5rem;
}

@media (min-width: 1024px) {
  .posts .posts__wrapper .posts__list {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .posts .posts__wrapper .posts__list {
    padding: 0;
  }

  .posts .posts__wrapper .posts__list .mobile-flickity {
    display: none;
  }

  .posts .posts__wrapper .posts__list .grid-container {
    flex-wrap: nowrap;
  }

  .posts .posts__wrapper .posts__list .grid-container .posts__column .preview {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.posts .posts__cta {
  display: block;
  height: 3.125rem;
  width: 18rem;
  margin: 0 auto;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #de5833;
}

@media (min-width: 600px) {
  .posts .posts__cta {
    max-width: 18rem;
  }
}

.posts .posts__cta span {
  background: transparent;
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  border: 1px solid #de5833;
  color: #de5833;
  cursor: pointer;
}

.posts .posts__cta span:hover {
  background: #de5833;
  border: 1px solid #fff;
  color: #fff;
}

@media (min-width: 1024px) {
  .posts {
    padding: 6.25rem 0 6.25rem 0;
  }
}
