/**
 * 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);
 * }
 */
body.frontend .section-clinical-trials p {
	margin-bottom:30px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-clinical-trials, body.frontend .section-clinical-trials {
  padding: 52px 0 70px;
  background-color: #FFF;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-clinical-trials, body.frontend .section-clinical-trials {
    padding: 94px 0;
  }
}
@media only screen and (max-width: 575px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-clinical-trials .container, body.frontend .section-clinical-trials .container {
    padding: 0 20px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-clinical-trials .inner, body.frontend .section-clinical-trials .inner {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-clinical-trials .inner, body.frontend .section-clinical-trials .inner {
    display: flex;
  }
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-clinical-trials .inner .scrolling-wrapper, body.frontend .section-clinical-trials .inner .scrolling-wrapper {
    transform: rotate(270deg) translateX(-95%);
    transform-origin: left;
    position: absolute;
    left: 20px;
    top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-clinical-trials .inner .scrolling-wrapper, body.frontend .section-clinical-trials .inner .scrolling-wrapper {
    width: 26%;
    height: 100%;
    margin-left: -16%;
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-clinical-trials .inner .scrolling-wrapper, body.frontend .section-clinical-trials .inner .scrolling-wrapper {
    margin-left: -26%;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-clinical-trials .inner .scrolling-wrapper .scrolling-title, body.frontend .section-clinical-trials .inner .scrolling-wrapper .scrolling-title {
  margin-bottom: 0;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-clinical-trials .inner .scrolling-wrapper .scrolling-title, body.frontend .section-clinical-trials .inner .scrolling-wrapper .scrolling-title {
    transform: rotate(270deg) translateX(-45%);
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-clinical-trials .inner .scrolling-wrapper .scrolling-title:after, body.frontend .section-clinical-trials .inner .scrolling-wrapper .scrolling-title:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #458587;
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-clinical-trials .inner .scrolling-wrapper .scrolling-title:after, body.frontend .section-clinical-trials .inner .scrolling-wrapper .scrolling-title:after {
    bottom: -10px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-clinical-trials .inner .scrolling-wrapper .scrolling-title:after, body.frontend .section-clinical-trials .inner .scrolling-wrapper .scrolling-title:after {
    
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-clinical-trials .inner .scrolling-wrapper .scrolling-inner, body.frontend .section-clinical-trials .inner .scrolling-wrapper .scrolling-inner {
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-clinical-trials .inner .scrolling-wrapper .scrolling-inner.absoluted, body.frontend .section-clinical-trials .inner .scrolling-wrapper .scrolling-inner.absoluted {
  position: absolute !important;
  bottom: 0;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-clinical-trials .inner .contents-wrap, body.frontend .section-clinical-trials .inner .contents-wrap {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-clinical-trials .inner .contents-wrap, body.frontend .section-clinical-trials .inner .contents-wrap {
    width: 90%;
    margin-left: auto;
  }
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-clinical-trials .inner .contents-wrap .text-contents, body.frontend .section-clinical-trials .inner .contents-wrap .text-contents {
    padding-left: 66px;
  }
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-clinical-trials .inner .contents-wrap .text-contents .section-title br, body.frontend .section-clinical-trials .inner .contents-wrap .text-contents .section-title br {
    display: none;
  }
}
/*# sourceMappingURL=block.css.map*/