.commitments {
  padding: 60px;
  background: #f5f5f5; }
  .commitments_title {
    color: #0087b4;
    text-align: center;
    font-size: 28px;
    margin-bottom: 70px;
    font-weight: 300; }
  @media (max-width: 960px) {
    .commitments {
      display: none; } }
  .commitments_container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap; }
  .commitments_block {
    width: 260px;
    max-width: calc(33% - 100px);
    margin: 0 50px 50px;
    text-align: center;
    box-sizing: border-box; }
    .commitments_block > * {
      width: 100%; }

/*# sourceMappingURL=commitments.css.map */
