.single-cta {
  margin: 40px 0;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 33px;
  height: 402px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.single-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(64, 83, 99, 0.8) 0%,
    rgba(64, 83, 99, 0.8) 100%
  );
}

.single-cta__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.single-cta__title {
  color: #fff;
  font-family: "EB-Garamond";
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.single-cta__text {
  color: #fff;
  font-family: "EB-Garamond";
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.single-cta .block_form {
  padding: 0;
  background-color: inherit;
  width: 100%;
  max-width: 320px;
}

.single-cta .block_form_title,
.single-cta .block_form_socials {
  display: none;
}

@media (max-width: 700px) {
  .single-cta {
    margin: 40px 0;
    padding: 40px 20px 40px 25px;
    height: auto;
    flex-direction: column;
    gap: 40px;
  }
}
