.merak-youtube-section {
  padding: 2rem 0;
}
.merak-youtube-section .merak-container .youtube-video-content-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.merak-youtube-section .merak-container .youtube-video-content-container .youtube-video-title {
  font-size: 1.55rem;
  font-weight: 700;
  font-family: "Lato";
  color: #0077A8;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .merak-youtube-section .merak-container .youtube-video-content-container .youtube-video-title {
    font-size: 1.99rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-youtube-section .merak-container .youtube-video-content-container .youtube-video-title {
    font-size: 2rem;
  }
}
.merak-youtube-section .merak-container .youtube-video-content-container .youtube-video-description {
  font-size: 1.05rem;
  font-weight: 400;
  font-family: "Lato";
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .merak-youtube-section .merak-container .youtube-video-content-container .youtube-video-description {
    font-size: 1.09rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-youtube-section .merak-container .youtube-video-content-container .youtube-video-description {
    font-size: 1.125rem;
  }
}
.merak-youtube-section .merak-container .youtube-video-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.merak-youtube-section .merak-container .youtube-video-container .responsive-iframe-container {
  position: relative;
  width: 50%;
  padding-bottom: 28.125%; /* 16:9 Aspect Ratio (9/16 = 0.5625) * 50% width = 28.125% */
  height: 0;
  overflow: hidden;
}
.merak-youtube-section .merak-container .youtube-video-container .responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 1024px) {
  .merak-youtube-section .merak-container .youtube-video-container .responsive-iframe-container {
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio (9/16 = 0.5625) * 100% width = 56.25% */
  }
}
.merak-youtube-section .merak-container .youtube-video-container .youtube-video-button {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato";
  line-height: 1.5;
  padding: 0.75rem 1.5rem;
  border-radius: 1rem;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .merak-youtube-section .merak-container .youtube-video-container .youtube-video-button {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-youtube-section .merak-container .youtube-video-container .youtube-video-button {
    font-size: 1.2rem;
  }
}
