@charset "UTF-8";

.certification section figure {
  width: 200px;
  float: left;
}

.certification section figure figcaption {
  font-size: 9px;
  inline-size: 0;
  margin-inline: auto;
  min-inline-size: fit-content;
}

.certification section .text {
  margin-left: 230px;
}

/* mobile */
@media (max-width: 720px) {

  .certification section figure,
  .certification section .text {
    float: none;
  }

  .certification section figure {
    margin: 0 auto 10px;
  }

  .certification section .text {
    width: 100%;
    margin-left: 0;
  }
}
