.c-cards-info-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-cards-info-item {
    flex-direction: row;
  }
}
.c-cards-info-item__image {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  width: 100%;
}
@media (min-width: 768px) {
  .c-cards-info-item__image {
    margin-bottom: 0px;
    margin-bottom: 0;
    height: 100%;
    min-width: 282px;
    max-width: 282px;
  }
  .c-cards-info-item__image div {
    height: 100%;
  }
}
.c-cards-info-item__image img {
  width: 100%;
  max-height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .c-cards-info-item__image img {
    max-height: unset;
    height: 100%;
  }
}
.c-cards-info-item__main {
  padding: 24px;
  padding: 1.5rem;
}
.c-cards-info-item__icon {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .c-cards-info-item__icon {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
.c-cards-info-item__title {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  color: #FFFFFF;
}
.c-cards-info-item__text {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  color: #FFFFFF;
}
.c-cards-info-item--blue {
  background-color: #324DC4;
}
.c-cards-info-item--green {
  background-color: #37B575;
}
.c-cards-info-item--medium-blue {
  background-color: #3C5DEB;
}
.c-cards-info-item--medium-green {
  background-color: #42D98C;
}
.c-cards-info-item--light-green {
  background-color: #C0F2D9;
}
