.accordeons__title {
  margin-bottom: 4.5rem;
}

.accordeons .accordeonItem:last-child {
  border-bottom: 0;
}

@media screen and (min-width: 750px) {
  .accordeons__title {
    margin-bottom: 6rem;
  }
}