/*  */
.certification {
  background: #f4f4f4;
  padding-bottom: 70px;
}

.certification .container {
  display: flex;
  min-height: 532px;
  border-radius: 28px;
  background: #fff;
  overflow: hidden;
}

.certification-left {
  position: relative;
  width: 616px;
}

.certification-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.certification-left-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.certification-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  flex: 1 0 0;
  padding-left: 91px;
  padding-right: 111px;
  padding-top: 78px;
  padding-bottom: 78px;
  column-gap: 40px;
  row-gap: 36px;
}
@media (max-width: 768px) {
  .certification .container {
    height: auto;
    flex-direction: column;
  }

  .certification-left {
    width: 100%;
  }

  .certification-right {
    padding-left: 16px;
    padding-right: 16px;
  }
}
