.page-template-blog p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  color: #59575D;
  margin-bottom: 0;
}
.page-template-blog p a {
  color: #C92626;
}
.page-template-blog p a:hover {
  text-decoration: underline;
}
.page-template-blog .text-block {
  margin-bottom: 40px;
}
.filter-search-blog {
  padding: 65px 0;
}
.filter-search-blog-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.filter-list {
  display: flex;
  list-style-type: none;
  margin: 0;
}
.filter-list li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 0 15px 23px 25px;
  color: #BABABA;
}
.filter-list li.active a {
  color: #C42624;
  font-weight: 700;
  border-bottom: solid 1px #C42624;
}
.filter-list li a:hover {
  border-bottom: solid 1px #C42624;
  color: #C42624;
}
.hero-banner {
  margin-bottom: 185px;
}
.hero-banner-wrapp {
  display: flex;
  gap: 85px;
}
.hero-banner-wrapp .left-block img {
  max-height: 400px;
  width: 100%;
  object-fit: cover;
}
.h1-custom {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  color: #212121;
  margin: 0 0 17px;
  max-width: 545px;
  letter-spacing: -3px
}
.published {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #BABABA;
  margin-bottom: 30px;
}
.left-block {
  flex: 0 0 40%;
}
.right-block {
  max-width: 687px;
  width: 50%;
}
.see-all a {
  color: #B3B3B3;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
}
.see-all a:hover {
  color: #C92626;
}
.page-template-blog {
  background-color: #FFFFFF;
}
.blog-block-wrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-blog-search {
  position: relative;
  border-bottom: 1px solid #BABABA;
  max-width: 155px;
}
.form-blog-search:hover,
.form-blog-search:focus-visible {
  border: none;
  outline: transparent;
  border-bottom: 1px solid #BABABA;
}
#blog-search {
  padding: 15px 20px;
  border: none;
}
#blog-search::placeholder {
  font-size: 16px;
  line-height: 19px;
  color: #BABABA;
}
#blog-search:hover,
#blog-search:focus-visible {
  border: none;
  outline: transparent;
}
.btn-search-blog {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.blog-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 30%;
  margin-bottom: 6%;
}
.blog-block img {
  height: 340px;
  margin-bottom: 25px;
  border-radius: 5px;
  width: 100%;
  object-fit: cover;
}
.blog-block .published {
  margin-bottom: 40px;
}
.blog-block p {
  font-size: 20px;
  line-height: 1.7;
  color: #979797;
  margin-bottom: 30px;
}
.blog-h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  color: #212121;
}
.view-more a {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: #212121;
}
.view-more a:hover {
  color: #C92626;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 75px;
  align-items: center;
}
.blog-pagination ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  gap: 20px;
  margin: 0 28px;
  padding: 0;
}
.blog-pagination a, .blog-pagination span {
  color: #979797;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.blog-pagination a.prev {
  margin-right: 25px;
}
.blog-pagination a.next {
  margin-right: 0;
  margin-left: 25px;
}
.blog-pagination a:hover, .blog-pagination span {
  color: #212121;
}
.updates-wrapp {
  background-color: #F2F2F2;
  padding: 100px 0 75px;
  text-align: center;
  margin-bottom: 50px;
}
.updates-wrapp .h2-updates {
  font-weight: 700;
  font-size: 62px;
  line-height: 120%;
  text-transform: capitalize;
  color: #212121;
  margin: 0;
  letter-spacing: -3px;

}
.updates-wrapp .subtitle {
  font-size: 20px;
  line-height: 140%;
  color: rgba(33, 33, 33, 0.7);
  margin-bottom: 30px;
}
.red {
  color: #C92626;
}
.form-email {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#blog-subscribe {
  width: 408px;
  border-radius: 50px;
  padding: 17px 33px;
  margin-right: 25px;
  border: none;
}
#blog-subscribe::placeholder {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.055em;
  color: #212121;
}
#blog-subscribe:hover,
#blog-subscribe:focus-visible {
  border: none;
  outline: transparent;
}
.btn-form {
  background: #C92626;
  border-radius: 30px;
  padding: 14px 35px;
  border: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: #F9F9F9;
  cursor: pointer;
}
@media(max-width: 1600px) {
  .hero-banner {
    margin-bottom: 100px;
  }
  .blog-block img {
    height: 265px;
  }
  .page-template-blog p, .published {
    font-size: 16px;
  }
  .blog-h2 {
    font-size: 28px;
  }
}
@media(max-width: 1440px)  {
  .blog-block img {
    height: 230px;
  }
}
@media (max-width: 1199px) {
  .hero-banner-wrapp {
    flex-direction: column;
  }
  .h1-custom,
  .right-block {
    max-width: 100%;
    width: 100%;
  }
  .filter-search-blog {
    justify-content: space-around;
  }
  .filter-list {
    flex-direction: column;
  }
  .filter-list li {
    padding: 13px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
  .blog-block {
    flex: 0 0 48%;
  }
}
@media (max-width: 767px) {
  #blog-subscribe {
    width: 100%;
    margin: 0 20px 20px;
  }
  .blog-h2 {
    margin: 0 0 15px;
  }
  .blog-block {
    flex: 0 0 100%;
    margin-bottom: 70px;
  }
  .blog-block p, .blog-block .published {
    margin-bottom: 10px;
  }
  .h1-custom, .right-block {
    font-size: 40px;
  }
  .page-template-blog .text-block {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.6;
  }
  .updates-wrapp .h2-updates {
    font-size: 32px;
    margin: 0 0 20px;
  }
  .updates-wrapp {
    padding: 50px 15px;
  }
}
@media (max-width: 423px) {
  .filter-search-blog {
    flex-direction: column-reverse;
  }
  .search-blog form {
    margin: auto;
    margin-bottom: 20px;
  }
  .filter-list {
    text-align: center;
  }
}
