.embed-section h2{
  font-size: clamp(4.2rem, 2.5em + 0.625vw, 5.2rem);
  font-weight: 700;
  line-height: 1;
  color: #287294;
  padding: 5% 0 3%;
}

.embed-section h2 span{
  display: block;
  margin-top: 15px;
}
.embed-section span{
  color: #c48f1a;
}

.embed-section .embed-container{
  padding: initial;
  height: initial;
}

