body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

.text {
  color: #333232;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: sans-serif;
}

.row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  /* padding: 0px 0px 0px 5px; */
}

.video {
  width: 99.554%;
  /* height: 100%; */
  /* max-width: 100%; */
}

.img {
  width: 99.554%;

  /* height: 100%; */
}

.container {
  max-width: 1145px;
  margin: 0 auto;
  /* padding: 0px 40px; */
  text-align: center;
}

.main-title {
  text-align: center;
  text-decoration: none;
}

.certificate {
  width: 99.66%;
  height: 1500px;
}

.title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  font-family: sans-serif;
  color: #2c2b2b;
  margin-bottom: -5px;
}

@media (max-width: 768px) {
  .text {
    font-size: 28px;
  }

  .title {
    font-size: 30px;
  }

  .row {
    flex-direction: column;
    gap: 30px;
  }

  .certificate {
    height: 500px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .text {
    font-size: 22px;
  }

  .title {
    font-size: 24px;
  }

  .certificate {
    height: 400px;
    width: 100%;
  }
}
