.csi-body-3 {
  padding: 1.5rem 5%;
}
.csi-body-3 .card-image {
  min-height: 390px;
  border-radius: 0.5rem;
  box-shadow: 20px 5px 43px 0 rgba(37, 49, 55, 0.53);
}
.csi-body-3 .body-content{
    padding: 1rem 0rem 1rem 3rem;
}
.csi-body-3 .order-1 .body-content{
    padding: 1rem 3rem 1rem 0rem;
}
.csi-body-3 .body-content h4{
  font-family: var(--primary-font, "Open Sans", sans-serif);
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--primary-font-color, #253137);
  margin-bottom: 1rem;
}
.csi-body-3 .body-content p{
   color: var(--secondary-font-color, #000);
  font-family: var(--secondary-font, "Open Sans", sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1200px) {
    .csi-body-3 .body-content{
        padding: 1rem 0rem 1rem 1.5rem;
    }
}

@media (max-width: 992px) {
    .csi-body-3 .body-content{
        padding: 2.25rem 0rem 0rem;
        text-align: center;
    }
    .csi-body-3 .card-image {
       min-height: 284px;
    }
    .csi-body-3 .body-content h4{
        font-size: 1.875rem;
    }
}