
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 996px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 536px;
}

.bg-gradient-about {
    background: radial-gradient(ellipse 64.87% 29.46% at 80.31% 20.46%, var(--active-color,#C6FFD7) 0%, white 100%);
}

.othe-grad{
  background: radial-gradient(ellipse 64.87% 29.46% at 80.31% 20.46%, #C6FFD7 0%, #F4F2FF 100%);
}