.accreditationRow_image {
  object-fit: contain;
}
.accreditationRow {
  background-color: #ffffff;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.accreditationRow_content {
  flex-shrink: 1;
  background-color: #f2f2f2;
  padding: 18px 33px 11px 25px;
  font-family: 'Arial', sans-serif;
}
.accreditationRow_content a {
  color: #34b0f0;
  font-weight: bold;
}
.accreditationRow_imageGroupWrapper {
  flex-shrink: 0;
  display: none;
  justify-content: space-around;
}
.accreditationRow_imageGroup1 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.accreditationRow_imageGroup2 {
  display: none;
}
/* ============================================ *
 * MAX WIDTH QUERIES
* ============================================ */
/* ============================================ *
 * MIN WIDTH QUERIES
 * ============================================ */
@media (min-width: 980px) {
  .accreditationRow_imageGroupWrapper {
    display: flex;
    margin-left: 8%;
  }
  .accreditationRow_content {
    min-height: 280px;
    width: 60%;
    background-color: #ffffff;
  }
  .accreditationRow {
    padding: 70px 100px 70px 90px;
    background-color: #f2f2f2;
  }
}
@media (min-width: 1200px) {
  .accreditationRow_imageGroup2 {
    display: block;
    align-self: center;
  }
  .accreditationRow_imageGroup1 {
    margin-right: 50px;
  }
  .accreditationRow_content {
    width: 50%;
  }
}
