/****************************************
*****************************************
Youtube Section
*****************************************
****************************************/

.youtube-section {
  margin: 50px;
}
.youtube-section img {
  width: 50vw;
  max-width: 700px;
  min-width: 500px;
  height: auto;
  border-radius: 15px;
  margin: 0px auto;
  display: block;
}

.form-footer-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-footer-text p {
  font-weight: 700;
}

@media (max-width: 768px) {
  .form-footer-text {
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }
}
