
.card_content {
  background-image: linear-gradient(135deg, rgba(19, 136, 67, 2), rgba(92, 131, 115, 0));
  color: #1d2945;
  min-height: 750px;
  max-width: 600px;
}

.content_img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border: 5px solid white;
}

.container-icon-change {
  min-height: 100px !important;
}

.service-description {
  text-align: justify;
}

@media (max-width: 800px) {
  .content_img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 5px solid white;
  }

}


