* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

.block-post-feed__container {
  max-width: 1300px;
  margin: 0px auto;
  padding: 80px 20px;
}
@media (max-width: 800px) {
  .block-post-feed__container {
    padding: 60px 20px;
  }
}
.block-post-feed__title {
  color: #111111;
  font-family: "Work Sans", sans-serif;
  font-size: 54px;
  line-height: 64px;
  font-weight: 600;
  color: #C6460C;
  text-align: center;
}
@media (max-width: 800px) {
  .block-post-feed__title {
    font-size: 50px;
    line-height: 55px;
  }
}
.block-post-feed__description {
  color: #111111;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  margin: 14px auto 0px;
  max-width: 880px;
  text-align: center;
}
@media (max-width: 800px) {
  .block-post-feed__description {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 800px) {
  .block-post-feed__description {
    font-size: 20px;
    line-height: 28px;
  }
}
.block-post-feed__posts {
  display: flex;
  gap: 60px;
  margin-top: 50px;
}
@media (max-width: 800px) {
  .block-post-feed__posts {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
}
.block-post-feed__posts.--single {
  justify-content: center;
  text-align: center;
}
.block-post-feed__featured-post {
  flex-basis: 50%;
  text-decoration: unset;
}
.block-post-feed__featured-post:hover {
  transform: scale(1.025);
}
.block-post-feed__featured-post__image {
  width: 100%;
  border-radius: 20px 20px 0px 20px;
  aspect-ratio: 4/2.5;
  object-fit: cover;
}
.block-post-feed__featured-post__title {
  color: #111111;
  font-family: "Work Sans", sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
  margin-top: 40px;
  color: #C6460C;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 800px) {
  .block-post-feed__featured-post__title {
    margin-top: 25px;
  }
}
.block-post-feed__featured-post__description {
  color: #111111;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 800px) {
  .block-post-feed__featured-post__description {
    font-size: 15px;
    line-height: 20px;
  }
}
.block-post-feed__featured-post__date {
  color: #111111;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  margin-top: 15px;
}
@media (max-width: 800px) {
  .block-post-feed__featured-post__date {
    font-size: 15px;
    line-height: 20px;
  }
}
.block-post-feed__featured-post__tags {
  list-style: none;
  padding: unset;
  display: flex;
  gap: 12px;
}
@media (max-width: 800px) {
  .block-post-feed__featured-post__tags {
    justify-content: center;
  }
}
.block-post-feed__featured-post__tag__link {
  color: #111111;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-size: 16px;
  color: #5A5A5A;
}
@media (max-width: 800px) {
  .block-post-feed__featured-post__tag__link {
    font-size: 15px;
    line-height: 20px;
  }
}
.block-post-feed__secondary-posts {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.block-post-feed__secondary-post {
  display: flex;
  gap: 34px;
  text-decoration: unset;
  align-items: flex-start;
}
@media (max-width: 800px) {
  .block-post-feed__secondary-post {
    align-items: center;
    gap: 20px;
    text-align: left;
  }
}
.block-post-feed__secondary-post:hover {
  transform: scale(1.065);
}
.block-post-feed__secondary-post__image {
  max-width: 200px !important;
  width: 100%;
  border-radius: 20px 20px 0px 20px;
  aspect-ratio: 4/2.75;
  object-fit: cover;
}
@media (max-width: 800px) {
  .block-post-feed__secondary-post__image {
    max-width: 150px !important;
  }
}
.block-post-feed__secondary-post__title {
  color: #111111;
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #C6460C;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 800px) {
  .block-post-feed__secondary-post__title {
    font-size: 18px;
    line-height: 20px;
  }
}
.block-post-feed__secondary-post__description {
  color: #111111;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 800px) {
  .block-post-feed__secondary-post__description {
    font-size: 15px;
    line-height: 20px;
  }
}
.block-post-feed__secondary-post__date {
  color: #111111;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  margin-top: 5px;
}
@media (max-width: 800px) {
  .block-post-feed__secondary-post__date {
    font-size: 15px;
    line-height: 20px;
  }
}
.block-post-feed__secondary-post__tags {
  list-style: none;
  padding: unset;
  display: flex;
  gap: 12px;
}
.block-post-feed__secondary-post__tag__link {
  color: #111111;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-size: 16px;
  color: #5A5A5A;
}
@media (max-width: 800px) {
  .block-post-feed__secondary-post__tag__link {
    font-size: 15px;
    line-height: 20px;
  }
}
.block-post-feed__cta-container {
  width: 100%;
  margin: 45px auto 0px;
  display: flex;
  justify-content: center;
}
.block-post-feed__cta {
  color: #111111;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border: 3px solid #FFC20E;
  color: #0E4C67;
  border-radius: 100px;
  padding: 20px 50px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
}
@media (max-width: 800px) {
  .block-post-feed__cta {
    width: 100%;
  }
}
.block-post-feed__cta.--full {
  width: 100%;
}
.block-post-feed__cta:hover {
  transform: scale(1.1);
  background-color: #FFC20E;
}

/*# sourceMappingURL=/wp-content/themes/mm-jvs/assets/post-feed.css.map */