.self-credential {
  padding: 100px 50px;
  display: flex;
  color: #fff;
  font-family: proxima-nova;
  margin: 0px;
  box-sizing: border-box;
  justify-content: center;
}

.self-credential * {
  margin: 0px;
  box-sizing: border-box;
}

.self-credential > div {
  width: 620px;
  margin-right: 100px;
}

.self-credential > img {
  width: 400px;
  margin-top: 140px;
}

.self-credential h1 {
  font-size: 38px;
  margin-bottom: 30px;
}

.self-credential p {
  font-size: 24px;
  line-height: 28px;
}

.self-credential strong {
  font-weight: 900;
}

.self-credential .row {
  display: flex;
}

.self-credential .video {
  background: #D8D8D8;
  width: 310px;
  height: 192px;
  margin-right: 20px;
}

.self-credential .explainer-1 {
  margin-bottom: 20px;
}

.self-credential .explainer-2 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 46px;
  margin-top: 30px;
}

.self-credential button {
  width: 310px;
  height: 64px;
  border-radius: 5px;
  border: none;
  background: #3D00CE;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 900;
}

.self-credential .video-ct p {
  display: flex;
  margin-bottom: 22px;
  align-items: center;
}

.self-credential .video-ct p img {
  margin-right: 11px;
}

.mobile-text {
  display: none;
}

@media(max-width: 600px) {
  .mobile-text {
    display: block;
    color:#a792d8;
    font-weight: 900;
  }

  /* .desktop-btn {
    display: none;
  } */
  
  .self-credential {
    flex-direction: column;
    padding: 100px 20px;
  }

  .self-credential > div {
    max-width: 90vw;
  }

  .video-ct {
    flex-direction: column;
  }

  .video {
    margin-bottom: 30px;
  }

  .self-credential > img {
    margin-top: 50px;
    max-width: 90vw;
  }

  .self-credential h1 {
    font-size: 25px;
  }

  .self-credential p {
    font-size: 18px;
  }

}