.accreditationsAndCertificates {
  width: 100%;
  margin-top: 54px;
  margin-bottom: 54px;
  font-size: var(--fontSize--normal); }
  .accreditationsAndCertificates .row {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: row; }
    @media only screen and (min-width: 768px) {
      .accreditationsAndCertificates .row {
        flex-direction: row;
        justify-content: flex-start; } }
  .accreditationsAndCertificates article.item {
    border: 1px #353535 solid;
    border-radius: 20px;
    background-color: #292929;
    overflow: hidden;
    flex-basis: 100%; }
    @media only screen and (min-width: 768px) {
      .accreditationsAndCertificates article.item {
        flex-basis: calc((100 / 2) * 1% - 20px); } }
    @media only screen and (min-width: 992px) {
      .accreditationsAndCertificates article.item {
        flex-basis: calc((100 / 3) * 1% - 20px); } }
    .accreditationsAndCertificates article.item .item__title {
      margin-bottom: 20px;
      font-size: 3rem;
      text-decoration: none;
      font-weight: bold;
      color: #fff; }
    .accreditationsAndCertificates article.item .item__image {
      position: relative;
      min-height: 265px;
      background-color: #fff;
      display: block;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 41px; }
    .accreditationsAndCertificates article.item .item__content {
      padding: 30px; }
    .accreditationsAndCertificates article.item .item__link {
      color: #03ABAB;
      font-size: 1.4rem;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMzU1OTYgMi4zNTA1OUwxMi43NTAyIDcuNDk5Nkw3LjM1NTk2IDEyLjY0ODYiIHN0cm9rZT0iIzAzQUJBQiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTIuNzQ5OSA3LjVMMi4yNSA3LjUiIHN0cm9rZT0iIzAzQUJBQiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
      background-repeat: no-repeat;
      background-position: right center;
      padding-right: 20px;
      font-weight: 700; }
    .accreditationsAndCertificates article.item .item__description {
      font-size: var(--fontSize--m);
      font-weight: 200;
      margin-bottom: 20px; }
