﻿.certificates-main-container h1,
.certificates-main-container h2 {
  font-family: "Montserrat", "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #565656;
}
.certificates-main-container .profession-tabs-section {
  margin-top: 96px;
}
.section-text {
  font-family: Lato;
  font-weight: 400;
}
@media (max-width: 599px) {
  .certificates-section {
    padding-bottom: 30px;
  }
}
.google-certification-section {
  position: relative;
  background: #B2B2B2;
  margin-bottom: 96px;
}
@media (max-width: 599px) {
  .google-certification-section {
    margin-bottom: 0;
  }
}
.google-certification-section .row {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .google-certification-section .row {
    flex-direction: row;
  }
}
.google-certification-section .google-certification-section-wrapper {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 40px 0;
  color: #FFF;
}
.google-certification-section .google-certification-section-wrapper div:nth-child(2) {
  max-width: 215px;
  height: 145px;
  margin: 0 auto;
  z-index: 1;
}
.google-certification-section .google-certification-section-wrapper div:nth-child(2) img {
  width: 100%;
  height: 100%;
}
@media (max-width: 900px) {
  .google-certification-section .google-certification-section-wrapper {
    padding: 20px;
  }
}
.google-certification-section .google-certification-section-wrapper::before {
  content: url(/Content/images/certificates/dark-left-rect.png);
  position: absolute;
  left: 0;
  bottom: 4px;
}
.google-certification-section .google-certification-section-wrapper::after {
  content: url(/Content/images/certificates/dark-right-rect.png);
  position: absolute;
  right: 0;
  top: 12px;
}
.google-certification-section .google-certification-section-wrapper .redesign-p {
  padding: 10px 0;
  position: relative;
  z-index: 1;
}