.blog-section,
.blog-section h1,
.blog-section h2,
.blog-post-content h1,
.blog-post-content h2,
.blog-section h3,
.blog-section h4,
.blog-section h5,
.blog-section h6,
.blog-section .blog_h2,
.blog-post-content p,
.blog-section p {
  color: #101820;
  font-family: "Manrope", sans-serif;
}
.blog-section .blog_h2 {
  margin: 0 0 20px 0;
  font-size: 27px;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
}
.blog-section .button .btn.btn-primary {
    display: flex;
    text-align: center;
    justify-content: center;
    width: auto;
    padding: 8px 24px;
    align-items: center;
    border-radius: 50px;
    background-color: #FCC443;
    border: none;
    color: #101820;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    transition: all 0.3s;
    height: auto;
    height: 40px;
    width: 100%;
    min-width: unset;
    margin: 0 auto;
}
.blog-section .button .btn.btn-primary:hover, 
.blog-section .button .btn.btn-primary:active {
    background-color: #983E31;
    color: #fff !important;
}
.blog-list-new.blog-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
  margin: 0 0 20px 0;
}
.blog-list.blog-list-new .blog-post {
  padding: 0;
  border: none;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  align-items: stretch;
  flex-wrap: nowrap;
}
.blog-list.blog-list-new .blog-post .heading {
  margin: 0 0 12px 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  gap: 16px;
}
.blog-list.blog-list-new .blog-post .wrap-img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  margin: 0;
}
.blog-list.blog-list-new .blog-post .wrap-img img {
  width: 100%;
  height: 140px;
  max-height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.blog-list.blog-list-new .blog-post .text {
  width: 100%;
}
.blog-list.blog-list-new .blog-post .mark {
  padding: 2px 4px;
  background-color: #FFEECA;
  color: #983E31;
  text-transform: uppercase;
  margin: 0;
}
.blog-list.blog-list-new .blog-post .author,
.blog-list.blog-list-new .blog-post time {
  color: #747474;
}
.blog-list.blog-list-new .blog-post .title {
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.blog-list.blog-list-new .blog-post p {
  font-size: 15px;
  line-height: 24px;
}
.blog-post-content strong {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}
.blog-post-content p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 12px 0;
}
.blog-post-content a {
  color: #983E31;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-color: #983E31;
  text-decoration-thickness: 10%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}
.blog-post-content a:hover,
.blog-post-content a:active {
  color: #643633;
  text-decoration-color: #643633;
}
.blog-post-section.blog-post-section-new .text,
.blog-post-section.blog-post-section-new .holder {
  transform: none;
  position: static;
}
.blog-post-content.blog-post-content-top {
  margin: 20px auto 0 auto;
}
.blog-post-section.blog-post-section-new .text {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.blog-post-section.blog-post-section-new {
  margin: 0 0 60px 0;
}
.blog-post-section.blog-post-section-new .wrap-img {
  height: 175px;
}
.blog-post-section.blog-post-section-new .wrap-img img {
  display: block;
}
.blog-post-section.blog-post-section-new .mark,
.blog-list.blog-list-new .blog-post .mark {
  padding: 2px 4px;
  background-color: #FFEECA;
  color: #983E31;
  text-transform: uppercase;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
.blog-post-section-new .heading {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.blog-post-section.blog-post-section-new .title {
  color: #101820;
  font-family: "Manrope", sans-serif;
  letter-spacing: normal;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 12px;
  max-width: 100%;
}
.blog-post-section-new .heading .author,
.blog-post-section-new .heading time {
  color: #101820;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}
.blog-post-content.blog-post-content-new figure img {
  border-radius: 0;
}
.blog-post-content-top .blog-post-content-top__desc p,
.blog-post-content-top .blog-post-content-top__desc {
  color: #747474;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.blog-post-content.blog-post-content-new {
  margin: 0 auto 60px;
}
.share-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin-top: 32px;
}
.share-block .share-block__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
}
.new-icon.new-icon--btn-f {
  background-image: url('../img/facebook_icon_br.svg');
}
.new-icon.new-icon--btn-pint {
  background-image: url('../img/pinterest_icon_br.svg');
}
.new-icon.new-icon--btn-x {
  background-image: url('../img/x_icon_br.svg');
}
.share-block .share-block__btns {
  display: flex;
  gap: 24px;
}
.share-block .share-block__btns .btn-secondary {
  text-decoration: none;
}
.news-section.news-section-new .btn-secondary {
  padding: 4px 0;
}
@media (min-width: 768px) {
  .blog-post-section-new .heading {
    margin-bottom: 24px;
  }
  .blog-post-section.blog-post-section-new .wrap-img {
    height: 300px;
  }
  .blog-list.blog-list-new .blog-post .text {
    width: auto;
    flex-grow: 1;
  }
  .blog-list.blog-list-new .blog-post .wrap-img {
    width: 120px;
    height: 120px;
  }
  .blog-list.blog-list-new .blog-post .wrap-img img {
    height: 100%;
  }
  .blog-list.blog-list-new .blog-post {
    flex-direction: row;
    padding: 12px;
    align-items: center;
  }
  .blog-list-new.blog-list {
    gap: 32px;
  }
  .blog-section .button .btn.btn-primary {
    width: max-content;
  }
}