﻿.certificates-section {
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.certificates-section .certificates-section-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 992px) {
  .certificates-section .certificates-section-wrapper {
    align-items: center;
    flex-wrap: nowrap;
    padding: 55px 0;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .certificates-section .certificates-section-wrapper {
    margin-bottom: 0;
  }
}
.certificates-section strong,
.certificates-section .certificates-section-title {
  color: #565656;
}
.certificates-section .certificates-section-title {
  text-transform: none;
  font-size: 24px;
  font-weight: normal;
}
.certificates-section .certificate-image {
  width: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.certificates-section .certificates-note {
  font-family: LatoLight;
  display: block;
  font-size: 0.8em;
  font-weight: 400;
  margin-top: 24px;
}
.certificates-section .diploma-image-container {
  max-width: 402px;
  max-height: 190px;
  margin: 50px 0 0 0;
}
@media (min-width: 992px) {
  .certificates-section .diploma-image-container {
    margin: 0 0 0 96px;
  }
}
.certificates-section .diploma-image-container img {
  width: 100%;
  height: 100%;
}