.df_membership {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.df_membership-picto {
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 1.875rem;
}

.df_membership-title {
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .df_membership-title {
    margin-bottom: 1.875rem;
  }
}

.df_membership-text {
  margin-bottom: 1.875rem;
}
