/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.editor-styles-wrapper .block-editor-block-list__layout .section-become-sponsor, body.frontend .section-become-sponsor {
  position: relative;
  padding: 0 0 70px;
  background-image: linear-gradient(180deg, #f7f7f7 0%, #ffffff 100%);
}
.editor-styles-wrapper .block-editor-block-list__layout .section-become-sponsor__container, body.frontend .section-become-sponsor__container {
  margin-top: -15px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-become-sponsor__container, body.frontend .section-become-sponsor__container {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-become-sponsor__container, body.frontend .section-become-sponsor__container {
    margin-top: -80px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-become-sponsor__buttons, body.frontend .section-become-sponsor__buttons {
  margin-top: 30px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-become-sponsor__title, body.frontend .section-become-sponsor__title {
  text-align: center;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-become-sponsor__image, body.frontend .section-become-sponsor__image {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-become-sponsor__image, body.frontend .section-become-sponsor__image {
    margin-bottom: 0;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-become-sponsor__image img, body.frontend .section-become-sponsor__image img {
  max-width: 315px;
  width: 80%;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-become-sponsor__image img, body.frontend .section-become-sponsor__image img {
    width: 100%;
  }
}

/*# sourceMappingURL=block.css.map*/