.sc-page-blocks .section-text {
  color: #000;
  font-size: 21px;
  margin-bottom: 32px;
  text-align: center;
}

.sc-page-blocks .blog__list {
  align-items: stretch;
  justify-content: flex-start;
  gap: 3.5%;
}

.sc-page-blocks .blog-post {
  width: 22.5%;
  min-width: 280px;
  max-width: 340px;
}

.sc-page-blocks .image-text-block {
  width: 100%;
  height: 340px;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 10px;
}

.sc-page-blocks .image-text-block img {
  position: absolute;
  height: auto;
  width: auto;
  min-width: 100%;
  max-width: 150%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sc-page-blocks .image-text-block a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.sc-page-blocks .image-text-block:hover img {
  transform: scale(1.1) translate(-50%, -50%);
}

.sc-page-blocks .blog-post-title {
  margin: 22px 0 16px;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.sc-page-blocks .blog-post-title a {
  color: #B61E23;
}

.sc-page-blocks .blog-post-title a:hover {
  color: #0551BE;
}

@media screen and (max-width: 1699px) {
  .sc-page-blocks .blog__list {
    gap: 32px 2.5%;
    justify-content: space-around;
  }
}

@media screen and (max-width: 1299px) {
  .sc-page-blocks .blog-post {
    min-width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .sc-page-blocks .blog-post {
    min-width: 240px;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px #ccc solid;
  }
}
