.custom-module-content_heading h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 124%;
  color: #333;
  margin: 10px 0;
}
.custom-module-content_repeater {
  margin-bottom: 12px;
}
.custom-module-content_repeater ul {
  padding: unset;
  margin: unset;
}
.custom-module-content_repeater li {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #333;
  list-style: none;
  margin: 8px 0;
  display: flex;
  align-items: center;
}
.custom-module-content_repeater li img,
.custom-module-content_repeater li span {
  width: 1rem;
  margin-right: 8px;
  display: flex;
}
.custom-module-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* .custom-module_continer {
  background-image: url(https://26716552.fs1.hubspotusercontent-eu1.net/hubfs/26716552/1-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 2rem;
  display: flex;
  align-items: center;
  height: 16rem;
} */

.custom-module {
  position: relative;
  width: 100%;
}
.custom-module_continer {
  padding: 1.5rem 1.5rem;
  background-color: #fff;
  border-radius: .5rem;
  width: 100%;
}
.custom-module_continer:before {
  content: url('https://26716552.fs1.hubspotusercontent-eu1.net/hubfs/26716552/Ellipse%205.svg');
  position: absolute;
  top: -8px;
  left: 2rem;
}
.custom-module_continer:after {
  content: url('https://26716552.fs1.hubspotusercontent-eu1.net/hubfs/26716552/Ellipse%206%20(1).svg');
  position: absolute;
  bottom: -2rem;
  right: 2rem;
}
@media screen and (max-width: 922px) {
  .custom-module_continer {
    background-position: bottom;
  }
)



