.image {
  padding: 0;
}
.image-wrapper p {
  text-align: start;
  margin-top: 50px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .image-wrapper p {
    width: 100%;
  }
}
.image-wrapper .ks-image-ratio-1x1 {
  height: 0;
  padding-bottom: calc(100%);
  position: relative;
}
.image-wrapper .ks-image-ratio-3x4 {
  height: 0;
  padding-bottom: calc(133.33333333%);
  position: relative;
}
.image-wrapper .ks-image-ratio-16x9 {
  height: 0;
  padding-bottom: calc(56.25%);
  position: relative;
}
.image-wrapper .ks-image-ratio-1x1 img,
.image-wrapper .ks-image-ratio-3x4 img,
.image-wrapper .ks-image-ratio-16x9 img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
