/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
.b-background-content-images__content-wrapper {
  margin-bottom: 1.875rem;
}

@media (min-width: 992px) {
  .b-background-content-images__content-wrapper {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .b-background-content-images__col.image-right, .b-background-content-images__col.content-right {
    margin-left: -25%;
  }
}

.b-background-content-images__col.image-right, .b-background-content-images__col.image-left {
  z-index: 1;
}

.b-background-content-images__col.content-right, .b-background-content-images__col.content-left {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.5rem), calc(100% - 2.5rem) calc(100% - 2.5rem), calc(100% - 2.5rem) 100%, 0 100%);
  z-index: 3;
  background-color: #c9db03;
  padding: 3.875rem 1.25rem 0;
}

@media (min-width: 768px) {
  .b-background-content-images__col.content-right, .b-background-content-images__col.content-left {
    padding: 3.875rem 3.875rem 1.875rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6.25rem), calc(100% - 6.25rem) calc(100% - 6.25rem), calc(100% - 6.25rem) 100%, 0 100%);
  }
}

.b-background-content-images__col img {
  height: auto;
  width: 100%;
}

.block-background-content-image--border-bottom {
  border-bottom: 0.0625rem solid #000;
}
