.cta-snd-bg {
  position: relative;
  overflow: hidden;
}

.cta-snd-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, rgba(0, 0, 0, 0.3) 50%);
  z-index: 0;
}

.cta-snd-bg .container {
  position: relative;
  z-index: 1;
}

.play-icon.second-cta {
  z-index: 2;
  position: relative;
  overflow: visible;
  background-color: #fff;
  width: 65px;
  height: 65px;
  margin: -27px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.play-icon.second-cta::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  animation: ripple 2.5s infinite ease-out;
  z-index: -1;
}

.play-icon.second-cta img {
  width: 30px;
  height: 30px;
}
