* {
  box-sizing: border-box; }

.media-text-block__wrapper, .edit-post-visual-editor .acf-block-preview .media-text-block__wrapper {
  padding: 3.75rem 1.125rem 3.78125rem; }

.media-text-block .row, .edit-post-visual-editor .acf-block-preview .media-text-block .row {
  position: relative;
  align-items: center;
  max-width: 80.3125rem;
  margin: 0 auto; }
  .media-text-block .row.img-right, .edit-post-visual-editor .acf-block-preview .media-text-block .row.img-right {
    flex-direction: row-reverse; }

.media-text-block a:not(.wp-block-button__link):after, .edit-post-visual-editor .acf-block-preview .media-text-block a:not(.wp-block-button__link):after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition: transform 0.3s; }

.media-text-block a:not(.wp-block-button__link):hover, .edit-post-visual-editor .acf-block-preview .media-text-block a:not(.wp-block-button__link):hover {
  text-decoration: none;
  opacity: 1; }
  .media-text-block a:not(.wp-block-button__link):hover:after, .edit-post-visual-editor .acf-block-preview .media-text-block a:not(.wp-block-button__link):hover:after {
    transform-origin: bottom right;
    transform: scaleX(0); }

.media-text-block .wp-block-buttons > .wp-block-button, .edit-post-visual-editor .acf-block-preview .media-text-block .wp-block-buttons > .wp-block-button {
  margin-right: 0.9375rem; }
  @media screen and (max-width: 768px) {
    .media-text-block .wp-block-buttons > .wp-block-button, .edit-post-visual-editor .acf-block-preview .media-text-block .wp-block-buttons > .wp-block-button {
      display: flex;
      width: 100%;
      margin-right: 0; } }
  .media-text-block .wp-block-buttons > .wp-block-button .has-black-background-color, .edit-post-visual-editor .acf-block-preview .media-text-block .wp-block-buttons > .wp-block-button .has-black-background-color {
    background-color: #2e2e2e; }
  .media-text-block .wp-block-buttons > .wp-block-button:last-of-type, .edit-post-visual-editor .acf-block-preview .media-text-block .wp-block-buttons > .wp-block-button:last-of-type {
    margin-right: 0; }

.media-text-block .acf-link, .edit-post-visual-editor .acf-block-preview .media-text-block .acf-link {
  margin: 0 auto 2.1875rem;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.84px;
  color: #fff;
  border-bottom: none !important; }
  @media screen and (max-width: 768px) {
    .media-text-block .acf-link, .edit-post-visual-editor .acf-block-preview .media-text-block .acf-link {
      padding-right: 1.5625rem;
      width: auto; } }

.media-text-block__image, .edit-post-visual-editor .acf-block-preview .media-text-block__image {
  text-align: center;
  width: auto;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .media-text-block__image, .edit-post-visual-editor .acf-block-preview .media-text-block__image {
      margin-bottom: 5px; } }
  .media-text-block__image img, .media-text-block__image figure, .edit-post-visual-editor .acf-block-preview .media-text-block__image img, .edit-post-visual-editor .acf-block-preview .media-text-block__image figure {
    width: auto;
    max-width: 100%;
    position: relative;
    z-index: 99; }

.media-text-block__description, .edit-post-visual-editor .acf-block-preview .media-text-block__description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.57; }
  @media screen and (min-width: 768px) {
    .media-text-block__description, .edit-post-visual-editor .acf-block-preview .media-text-block__description {
      font-size: 1.125rem; } }

.media-text-block .wp-block-buttons, .edit-post-visual-editor .acf-block-preview .media-text-block .wp-block-buttons {
  margin-top: 1.25rem; }
  @media screen and (min-width: 768px) {
    .media-text-block .wp-block-buttons, .edit-post-visual-editor .acf-block-preview .media-text-block .wp-block-buttons {
      margin-top: 1.75rem; } }

.media-text-block__right-side, .edit-post-visual-editor .acf-block-preview .media-text-block__right-side {
  width: 100%; }
  .media-text-block__right-side .breadcrumb-title, .edit-post-visual-editor .acf-block-preview .media-text-block__right-side .breadcrumb-title {
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0.875rem;
    position: relative; }
  .media-text-block__right-side .button, .edit-post-visual-editor .acf-block-preview .media-text-block__right-side .button {
    border-bottom: none !important; }
    .media-text-block__right-side .button:first-of-type, .edit-post-visual-editor .acf-block-preview .media-text-block__right-side .button:first-of-type {
      margin-right: 19px; }
  .media-text-block__right-side h5, .edit-post-visual-editor .acf-block-preview .media-text-block__right-side h5 {
    font-weight: 600; }
  .media-text-block__right-side ul, .edit-post-visual-editor .acf-block-preview .media-text-block__right-side ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2.5rem;
    margin-bottom: 0; }
    .media-text-block__right-side ul li::before, .edit-post-visual-editor .acf-block-preview .media-text-block__right-side ul li::before {
      display: none !important; }
    .media-text-block__right-side ul li, .edit-post-visual-editor .acf-block-preview .media-text-block__right-side ul li {
      margin-bottom: 1.25rem;
      padding-left: 2.5rem;
      position: relative; }
      .media-text-block__right-side ul li:before, .edit-post-visual-editor .acf-block-preview .media-text-block__right-side ul li:before {
        content: '\f00c';
        font-family: "Font Awesome 5 Pro";
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 21px;
        height: 21px;
        font-weight: 400;
        background: #2e2e2e;
        border-radius: 50%;
        border: none;
        font-size: 0.75rem;
        position: absolute;
        left: 0;
        top: 3px;
        margin-right: 1.125rem; }

.media-text-block__left-side, .edit-post-visual-editor .acf-block-preview .media-text-block__left-side {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.media-text-block .section-title, .edit-post-visual-editor .acf-block-preview .media-text-block .section-title {
  font-size: 1.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.367;
  margin-bottom: 1rem; }
  @media screen and (max-width: 768px) {
    .media-text-block .section-title br, .edit-post-visual-editor .acf-block-preview .media-text-block .section-title br {
      display: none; } }

@media screen and (min-width: 992px) {
  .media-text-block__wrapper, .edit-post-visual-editor .acf-block-preview .media-text-block__wrapper {
    padding: 5rem 0 5.34375rem; }
  .media-text-block__description, .edit-post-visual-editor .acf-block-preview .media-text-block__description {
    padding-bottom: 0; }
  .media-text-block .acf-link, .edit-post-visual-editor .acf-block-preview .media-text-block .acf-link {
    margin-top: 1.875rem;
    margin-bottom: 0; }
  .media-text-block__image, .edit-post-visual-editor .acf-block-preview .media-text-block__image {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0; }
  .media-text-block__right-side, .edit-post-visual-editor .acf-block-preview .media-text-block__right-side {
    width: 50%; }
    .media-text-block__right-side.wp-block-column, .edit-post-visual-editor .acf-block-preview .media-text-block__right-side.wp-block-column {
      padding: 1.125rem; }
    .media-text-block__right-side ul li, .edit-post-visual-editor .acf-block-preview .media-text-block__right-side ul li {
      padding-left: 3.8125rem; }
      .media-text-block__right-side ul li:before, .edit-post-visual-editor .acf-block-preview .media-text-block__right-side ul li:before {
        margin-right: 2.5rem; }
    .media-text-block__right-side + .media-text-block__left-side, .edit-post-visual-editor .acf-block-preview .media-text-block__right-side + .media-text-block__left-side {
      animation: fadeInRight;
      animation-duration: 2s; }
  .media-text-block__left-side, .edit-post-visual-editor .acf-block-preview .media-text-block__left-side {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    animation: fadeInLeft;
    animation-duration: 2s; }
    .media-text-block__left-side.wp-block-column:first-child, .edit-post-visual-editor .acf-block-preview .media-text-block__left-side.wp-block-column:first-child {
      padding-right: 2.375rem; }
    .media-text-block__left-side.wp-block-column:last-child, .edit-post-visual-editor .acf-block-preview .media-text-block__left-side.wp-block-column:last-child {
      padding-left: 2.375rem; } }
