.image-banner {
  margin: 34px 35px;
}

.image-banner.mb-0 {
  margin-bottom: 0;
}

.image-banner__cover {
  background: #daedfa;
  padding: 39px 85px;
  border-radius: 24px;
}

@media screen and (max-width: 768px) {
  .image-banner__cover {
    padding: 14px 41px;
  }

  .image-banner {
    margin-right: unset;
    margin-left: unset;
  }
}
