.is-style-square-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;

  img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  // &:after {
  //   position: absolute;
  //   top: 0;
  //   left: 0;
  //   width: 100%;
  //   height: 100%;
  //   background: linear-gradient(0deg,#132341cb 0%, hsla(218, 46%, 78%, 0.408) 100%);
  //   content: '';
  //   display: block;
  // }
}
/*# sourceMappingURL=style.css.map */