.image-block {
 padding: 60px 0 0 0;
}
.image-block_title {
  text-align: center;
  font-size: var(--h1-size-main, clamp(28px, 4vw, 42px));
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 40px;
  @media (max-width: 768px) {
    font-size: clamp(24px, 6vw, 32px);
    margin-bottom: 28px;
  }
}
.image-block_container {
    background: url(../img/BG.webp);
    width: 100%;
    border-radius: var(--border-radius);
    background-size: cover;
    overflow: hidden;
    aspect-ratio: 16/1;
}
