
/* -------------------------  FEATURES-LIST & IMAGE  -------------------------- */

.features-n-img .img {
  height: 60vh;
}
.features-n-img .card {
  justify-content: center;
}
.features-n-img .list.right ul li {
  padding-left: 0;
  padding-right: 3em;
  background-position: 100% 50%;
  justify-content: right;
  text-align: right;
}


/* /////////////////////////////   RESPONSIVE   ///////////////////////////// */

@media only screen and (max-width: 880px)  { /*----------  Tablet  -------------*/
  .features-n-img.cards.col-3 > div { width:31.33%; }
  .features-n-img.no-margin.cards.col-3 > div { width:33.33%; }
}
@media only screen and (max-width: 768px)  { /*----------  MOBILE  -------------*/
  .features-n-img.cards, .features-n-img.cards.w-full{ padding:3%; }
  .features-n-img.cards > div{ margin: 3% !important; width:94% !important; }
  .features-n-img .img { order: 1; height:50vh; }
  .features-n-img .list { order: 2; }
  .features-n-img .list.right { margin-top: 0% !important; }
  .features-n-img .list.right ul li {
    padding-left: 3em;
    padding-right: 0em;
    background-position: 0% 50%;
    justify-content: left;
    text-align: left;
  }
}
