.collaborate {
  margin-bottom: 91px; }
  .collaborate.no-margin {
    margin-bottom: 0; }
  .collaborate .container .row {
    margin-bottom: 44px; }
    .collaborate.no-margin .row {
      margin-bottom: 0; }
    .collaborate .container .row .left-content {
      max-width: 505px;
      width: 100%;
      align-self: center; }
    .collaborate .container .row .right-content {
      position: relative; }
  .collaborate .container .btn-container {
    display: flex;
    margin-top: 30px;
    justify-content: center; }

.association p {
  margin-bottom: 20px; }
.association ul li {
  margin-bottom: 20px; }
a {
    text-decoration: underline; }
a:hover {
  text-decoration: none; }

@media only screen and (max-width: 40em) {
  .collaborate {
    margin-bottom: 30px !important;
  }
  .collaborate .container .row .right-content {
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .collaborate.no-margin {
    padding-bottom: 20px;
  }
}