.section {
  padding: 60px 40px;
}

.section__title {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}

.section_collapsed_top {
  padding-top: 0;
}

.section_left .section__title {
  text-align: left;
}

@media only screen and (max-width : 480px) {
  .section {
    padding: 40px 20px;
  }

  .section__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}