.services-archive-row .shape {
  transform: translateY(-50%) translateX(-50%) scaleX(-1);
  z-index: -1; }
  .services-archive-row .shape.reverse-shape {
    transform: translateY(-50%) translateX(50%) scaleX(1); }
.services-archive-row .img {
  background-color: #276df1;
  max-height: 350px; }
  .services-archive-row .img:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #276df1;
    z-index: 9; }
  .services-archive-row .img img {
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%); }
  .services-archive-row .img.secondary-theme {
    background-color: #fa4794; }
    .services-archive-row .img.secondary-theme:before {
      background-color: #fa4794; }
  .services-archive-row .img.success-theme {
    background-color: #2ad4a6; }
    .services-archive-row .img.success-theme:before {
      background-color: #2ad4a6; }
  .services-archive-row .img.warning-theme {
    background-color: #edac46; }
    .services-archive-row .img.warning-theme:before {
      background-color: #edac46; }
  .services-archive-row .img.third-theme {
    background-color: #8424d0; }
    .services-archive-row .img.third-theme:before {
      background-color: #8424d0; }
  .services-archive-row .img.info-theme {
    background-color: #24c2d0; }
    .services-archive-row .img.info-theme:before {
      background-color: #24c2d0; }

/*# sourceMappingURL=services-archive.css.map */
