section.certificates-showcase {
  padding: 40px 0;
  background: #FFF;
}
@media (min-width: 768px) {
  section.certificates-showcase {
    padding: 185px 0;
  }
}
section.certificates-showcase h1 {
  font-size: 50px;
}
@media (max-width: 767.98px) {
  section.certificates-showcase h1 {
    text-align: center;
  }
}
section.certificates-showcase h2 {
  font-size: 30px;
}
@media (max-width: 767.98px) {
  section.certificates-showcase h2 {
    text-align: center;
  }
}
section.certificates-showcase .row-showcase img {
  width: 100%;
}
section.certificates-showcase .row-showcase .certificate-thumb {
  border: solid 2px #FFF;
  cursor: pointer;
  opacity: 0.7;
}
section.certificates-showcase .row-showcase .certificate-thumb:hover {
  opacity: 1;
}
section.certificates-showcase .row-showcase .certificate-thumb.selected {
  transition: all 300ms ease;
  opacity: 1;
  border: solid 2px #4433FF;
}
section.certificates-showcase #certificate-large-preview {
  background: lime;
  border-radius: 4px;
  width: 100%;
}
@media (min-width: 768px) {
  section.certificates-showcase #certificate-large-preview {
    box-shadow: var(--shadow-elevation-high);
  }
}

/*# sourceMappingURL=style.css.map */
