.cat-container {
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
}

.cat-container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style-type: none;
}

.cat-container ul li {
  margin: 10px 5px;
  background-color: #46b487;
  border-radius: 5px;
  padding: 0 20px;
  color: white;
}

.cat-container ul li a {
  color: white !important;
  pointer-events: none;
}

.cat-container.cat-55 ul li {
  background-color: #FD9Cb3;
}

.cat-container.cat-66 ul li {
  background-color: #8fb0b5;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.news-landing {
  margin: 0 0 60px 0;
  width: 100%;
  background-color: #E3F4ED;
  position: relative;
}

.submit-form {
  width: 100%;
  justify-content: center;
  z-index: 4;
  gap: 1em;
  margin-bottom: 50px;
}

.submit-form button {
  appearance: none;
  border-radius: unset;
  background-color: #46b487;
  color: white;
  border: unset;
  cursor: pointer;
  font-size: min(2.08vw, 24px);
  font-weight: 700;
  padding: 6px clamp(16px, 3vw, 32px);
  transition: all .3s;
}

.submit-form button#btn-2 {
  background-color: #FD9Cb3;
}

.submit-form button#btn-3 {
  background-color: #8fb0b5;
}

.submit-form button#btn-4 {
  background-color: #b5a38f;
}

.submit-form button#reset {
  background-color: #808080;
}

@media (any-hover: hover) {
  .submit-form button#btn-2:hover {
    background-color: #d17d91;
  }

  .submit-form button#btn-3:hover {
    background-color: #749094;
  }

  .submit-form button#btn-4:hover {
    background-color: #837667;
  }

  .submit-form button#reset:hover {
    background-color: #727272;
  }

  .submit-form button:hover {
    background-color: #3a966f;
    color: #f5f5f5;
  }
}

.bloglist-area,
.featured-posts {
  justify-content: center;
  flex-wrap: wrap;
  width: 1200px;
  max-width: 80%;
  margin: 0 auto 0 auto;
  background-color: white;
}

.bloglist-area .post-card,
.featured-posts .post-card {
  width: 350px;
  max-width: 90%;
  min-height: 500px;
  background-color: #E2F4ED;
  margin: 15px;
}

.bloglist-area .post-card img,
.featured-posts .post-card img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  object-position: center;
  transition: all .3s;
}

.bloglist-area .post-card .card-headline,
.featured-posts .post-card .card-headline {
  font-size: min(5.33vw, 20px);
  font-weight: 700;
  margin: 0 12px;
}

.bloglist-area .post-card .continue-link,
.featured-posts .post-card .continue-link {
  align-self: flex-end;
  margin: 12px;
}

.bloglist-area .post-card p,
.featured-posts .post-card p {
  margin: 12px;
  text-align: justify;
}

.bloglist-area .post-card a,
.featured-posts .post-card a {
  color: #46b487;
  transition: all .3s;
}

.bloglist-area {
  margin-bottom: clamp(60px, 12vw, 120px);
}

.nav-elements {
  background-color: white;
  justify-content: space-between;
  padding: clamp(16px, 4vw, 42px) 0;
  position: relative;
  width: 1200px;
  max-width: 96%;
  margin: 0 auto clamp(60px, 12vw, 120px) auto;
  border-top: 2px solid #46b487;
  border-bottom: 2px solid #46b487;
  color: #46b487;
  font-size: min(5.33vw, 20px);
}

.nav-elements a:first-of-type {
  margin-left: 4%;
}

.nav-elements a:last-of-type {
  margin-right: 4%;
}

.nav-elements .return-btn {
  position: absolute;
  left: calc(50% - 20.5px);
  width: 41px;
  height: 30px;
}

.nav-elements a {
  color: #46b487;
  transition: all .3s;
}

@media (any-hover: hover) {

  .bloglist-area .post-card img:hover,
  .featured-posts .post-card img:hover {
    opacity: 0.8;
  }

  .bloglist-area .post-card a:hover,
  .featured-posts .post-card a:hover {
    color: #3a966f;
  }

  .nav-elements a:hover {
    color: #3a966f;
  }
}

@media screen and (max-width: 1000px) {
  .nav-elements {
    font-size: 16px;
  }

  .nav-elements .return-btn {
    height: 25px;
    width: 33px;
  }
}

@media screen and (max-width: 500px) {
  .nav-elements {
    font-size: 14px;
  }

  .nav-elements .return-btn {
    height: 20px;
    width: 26px;
  }
}

.single-main {
  background: url(../img/post-bg.svg);
  background-size: 100%;
}

.single-main .nav-elements {
  margin-bottom: 0;
}

.title-img {
  width: 1200px;
  max-width: 96%;
  margin: -10vw auto 0 auto;
  min-height: 10vw;
}

.title-img img {
  width: 100%;
}

.content-col {
  width: 1200px;
  max-width: 96%;
  margin: -10px auto 0 auto;
  align-items: center;
  padding: clamp(50px, 10vw, 100px) 0 0 0;
  background-color: white;
}

.content-col h1 {
  width: 100%;
  font-size: 60px;
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  border-bottom: 2px solid #46b487;
  padding-bottom: 50px;
  background-color: white;
}

.content-col .content-wrapper {
  padding: clamp(20px, 7vw, 70px) 0 clamp(70px, 14vw, 140px) 0;
  width: 100%;
  background-color: white;
}

.content-col .content-wrapper .contents {
  width: 92%;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .content-col h1 {
    font-size: 40px;
    padding: 15px 0;
  }
}

@media screen and (max-width: 800px) {
  .content-col h1 {
    font-size: min(6.4vw, 32px);
    padding: 10px 0;
  }
}

.featured-posts {
  padding-top: clamp(60px, 12vw, 120px);
  margin-bottom: clamp(60px, 12vw, 120px);
}

@media screen and (max-width:768px) {
  .submit-form {
    gap: 0.5em;
  }
  .submit-form button {
    font-size: min(3.73vw,16px);
    padding: 0.5em 1em;
  }
}