.channel {
  background: url("../../img/channel.png");
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media (max-width: 414px) {
  .channel {
    height: 130vh;
  }
}

.channel .quote {
  color: white;
}

.channel .quote h1 {
  width: 50%;
  font-size: 52px;
}

.channel .quote p {
  width: 40%;
}

@media (max-width: 414px) {
  .channel .quote h1 {
    width: 100%;
    font-size: 48px;
  }
  .channel .quote p {
    width: 100%;
  }
}

.channel .d-flex {
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 5rem;
}

.channel .d-flex iframe {
  width: 24%;
}

@media (max-width: 414px) {
  .channel .d-flex iframe {
    width: 45%;
    margin-bottom: 1rem;
  }
}
