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

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

.b-content-images__image {
  position: relative;
}

.image-left .b-content-images__image img {
  clip-path: polygon(2.5rem 0, 100% 0, 100% 100%, 0 100%, 0 2.5rem, 2.5rem 2.5rem);
}

@media (min-width: 768px) {
  .image-left .b-content-images__image img {
    clip-path: polygon(6.25rem 0, 100% 0, 100% 100%, 0 100%, 0 6.25rem, 6.25rem 6.25rem);
  }
}

.image-left .b-content-images__image .accent-square-1 {
  content: '';
  background-color: #00aeef;
  position: absolute;
  top: -10px;
  right: auto;
  bottom: auto;
  left: -10px;
  height: 2.5rem;
  width: 2.5rem;
}

@media (min-width: 768px) {
  .image-left .b-content-images__image .accent-square-1 {
    content: '';
    background-color: #00aeef;
    position: absolute;
    top: -20px;
    right: auto;
    bottom: auto;
    left: -20px;
    height: 6.25rem;
    width: 6.25rem;
  }
}

@media (min-width: 768px) {
  .image-left .b-content-images__image .accent-square-2 {
    content: '';
    background-color: #00aeef;
    position: absolute;
    top: -60px;
    right: auto;
    bottom: auto;
    left: -60px;
    height: 2.5rem;
    width: 2.5rem;
  }
}

.image-right .b-content-images__image img {
  clip-path: polygon(0 0, calc(100% - 2.5rem) 0, calc(100% - 2.5rem) 2.5rem, 100% 2.5rem, 100% 100%, 0 100%);
}

@media (min-width: 768px) {
  .image-right .b-content-images__image img {
    clip-path: polygon(0 0, calc(100% - 6.25rem) 0, calc(100% - 6.25rem) 6.25rem, 100% 6.25rem, 100% 100%, 0 100%);
  }
}

.image-right .b-content-images__image .accent-square-1 {
  content: '';
  background-color: #00aeef;
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: auto;
  left: auto;
  height: 2.5rem;
  width: 2.5rem;
}

@media (min-width: 768px) {
  .image-right .b-content-images__image .accent-square-1 {
    content: '';
    background-color: #00aeef;
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: auto;
    left: auto;
    height: 6.25rem;
    width: 6.25rem;
  }
}

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