.card--service {
  background: var(--secondary-main);
  background-position: center;
  background-blend-mode: unset !important;
  width: 100%;
}

.case__tile--cards-service {
  color: var(--primary-dark);
  font-weight: 700;
  font-size: 1.5rem;
}

.case__tile--cards-service:first-letter{
  text-transform: uppercase;
} 
.case__description--cards-service {
  color: var(--primary-dark);
}

@media only screen and (min-width: 950px) {
  
  .card--service:nth-child(3n) {
    background-position-x: 150px;
    background-repeat: no-repeat;
  }
  .card--service:nth-child(3n) .case__description--cards-service {
    max-width: 24rem;
  }
}
