.page-content {
  max-width: 1920px;
  margin: 0 auto;
}
.page-content .header {
  text-align: center;
  margin: 55px 96px;
}
@media (max-width: 900px) {
  .page-content .header {
    margin: auto 20px;
  }
}
.page-content .header .headline-2 {
  text-align: center;
  color: #19462C;
  margin-bottom: 15px;
}
.page-content .header .subtitle-2 {
  text-align: center;
  color: #64748B;
}
.page-content .certificate-banner {
  width: 99vw;
  max-width: 1920px;
  margin: 0 auto;
  height: 600px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 800px) {
  .page-content .certificate-banner {
    height: 350px;
  }
}
.page-content .content {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1440px) {
  .page-content .content {
    flex-direction: column;
  }
}
.page-content .content .text h1 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.25px;
}
@media (max-width: 800px) {
  .page-content .content .text h1 {
    font-size: 24px;
  }
}
.page-content .content .text h1 {
  position: relative;
  padding-bottom: 15px;
}
.page-content .content .text h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url("/images/web/icons/lines-content.png");
  width: 96px;
  height: 3px;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-content .content .text p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.25px;
}
@media (max-width: 800px) {
  .page-content .content .text p {
    font-size: 16px;
  }
}
.page-content .content .full {
  width: 90%;
  margin: 0 auto;
}
.page-content .content .full h1 {
  margin-top: 50px;
}
@media (max-width: 900px) {
  .page-content .content .full {
    margin: auto 20px;
  }
}
.page-content .content .half {
  max-width: 50%;
  margin-left: 96px;
  margin-right: 25px;
}
@media (max-width: 1440px) {
  .page-content .content .half {
    max-width: 100%;
    margin: auto 96px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) and (max-width: 900px) {
  .page-content .content .half {
    margin: auto 20px;
  }
}
.page-content .content img {
  width: 100%;
  max-width: 944px;
  max-height: 603px;
  margin: 0 auto;
}
.page-content .content .video-image {
  height: 603px;
  max-width: 944px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .page-content .content .video-image {
    height: 350px;
  }
}
.page-content .content .image-gallery-container {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  margin: 50px 20px;
  justify-content: center;
}
@media (max-width: 900px) {
  .page-content .content .image-gallery-container {
    flex-direction: column;
  }
}
.page-content .content .image-gallery-container a {
  width: 370px;
  height: 300px;
  background-position: center;
  background-size: contain;
}
.page-content .content .image-gallery-container img {
  width: 100%;
  height: 100%;
}
.page-content .content-certificate {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-content .content-certificate .text h1 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.25px;
}
@media (max-width: 800px) {
  .page-content .content-certificate .text h1 {
    font-size: 24px;
  }
}
.page-content .content-certificate .text h1 {
  position: relative;
  padding-bottom: 15px;
}
.page-content .content-certificate .text h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url("/images/web/icons/lines-content.png");
  width: 96px;
  height: 3px;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-content .content-certificate .text p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.25px;
}
@media (max-width: 800px) {
  .page-content .content-certificate .text p {
    font-size: 16px;
  }
}
.page-content .content-certificate .full {
  width: 90%;
  margin: 0 auto;
}
.page-content .content-certificate .full h1 {
  margin-top: 50px;
}
@media (max-width: 900px) {
  .page-content .content-certificate .full {
    margin: auto 20px;
  }
}
.page-content .content-certificate .half {
  max-width: 50%;
  margin-left: 96px;
  margin-right: 25px;
}
@media (max-width: 1440px) {
  .page-content .content-certificate .half {
    max-width: 100%;
    margin: auto 96px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) and (max-width: 900px) {
  .page-content .content-certificate .half {
    margin: auto 20px;
  }
}
.page-content .content-certificate img {
  width: 100%;
  max-width: 944px;
  max-height: 603px;
  margin: 0 auto;
}
.page-content .content-certificate .video-image {
  height: 603px;
  max-width: 944px;
  margin: 50px auto;
}
@media (max-width: 900px) {
  .page-content .content-certificate .video-image {
    height: 350px;
  }
}
.page-content .content-certificate .image-gallery-container {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  margin: 50px 20px;
  justify-content: center;
}
@media (max-width: 900px) {
  .page-content .content-certificate .image-gallery-container {
    flex-direction: column;
  }
}
.page-content .content-certificate .image-gallery-container a {
  width: 370px;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-content .content-certificate .image-gallery-container img {
  width: 100%;
  height: 100%;
}
@media (max-width: 500px) {
  .page-content .content-certificate .image-gallery-container {
    flex-direction: column;
  }
  .page-content .content-certificate .image-gallery-container a {
    width: 100%;
    height: 300px;
  }
}
.page-content .faq-category {
  margin: 0%;
}
