.component-image-module__wrapper{
  padding: 30px 20px
}
.component-image-module__title {
  font-family: var(--kplr-std);
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 29px;
  text-align: center;
  color: #EB008B;
  margin: 0;
  margin-bottom:1rem;
}
.component-image-module__image{
  max-width:100%;
}
.component-image-module__image.center{
  margin:0 auto;
  display: block;
}