#image-post-block {
    background: #F4F4F4;
    padding: 60px 34px;
    margin-bottom: 254px;
    overflow: hidden;
    display:flex;
    gap:20px;
}
#image-post-block a {
  text-decoration: unset;
}
#image-post-block h4 {
    font-family: "Uncut Sans";
font-weight: 700;    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
}
#image-post-block .subtitulo {
    font-family: "Uncut Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
    text-transform: none;
}
#image-post-block a:hover {
    color: black;
}
#image-post-block img {
    display: block;
    width: 100%;
    height: auto;
}
#image-post-block .swiper-container, #image-post-block .last-post {
  width: 50%;
}
#image-post-block .swiper-container {
    overflow: hidden;
}
@media (max-width: 768px) {
    #image-post-block {
      padding: 50px 15px;
      margin-bottom: 100px;
      flex-direction: column;
      height: auto;
    }
  
    #image-post-block .img-block,
    #image-post-block .swiper-container,
    #image-post-block .last-post {
      width: 100%;
    }
  
    #image-post-block .img-block:first-child {
      margin-right: 0;
      margin-bottom: 30px;
    }
  }  