@charset "UTF-8";
/* ----------- *Conditions ------------ */

.conditions__list {
  margin-top: 50px;
}
.conditions__item:not(:last-child) {
  margin-bottom: 30px;
}

/* ================ Media ================ */

@media only screen and (max-width : 767px) {
  .conditions__list {
    margin-top: 25px;
  }
  .conditions__item:not(:last-child) {
    margin-bottom: 15px;
  } 
}