.funnel2-head-section {
  /* height: 100%; */
  /* position: relative; */
  padding: 15px;
}

.funnel2-head-sec-footer {
  background: #46448d;
  backdrop-filter: blur(11.5px);
  font-weight: 500;
  font-size: 32px;
  text-align: justify;
  border-radius: 10;
}

.funnel2-form {
  /* width: 100%; */
  /* height: 100%; */
  background: linear-gradient(180deg, rgba(0, 167, 157, 0.67) 0%, #746fbf 100%);
  backdrop-filter: blur(23px);
  border-radius: 20px;
  align-self: center;
  justify-content: center;
}

.funnel2-cards-content {
  position: relative;
  width: 100%;
}

#funnel-img {
  /* background-color: black;
    padding: 20px;
     */
  /* filter: blur(2px); */
  border-radius: 3%;
}

#funnel-text {
  border-radius: 3%;

  z-index: 100;
  position: absolute;
  color: white;
  width: 100%;
  height: 100%;
  font-size: 24px;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.74) 0%,
      rgba(0, 0, 0, 0.06) 100%);
  font-weight: bold;
  top: 0;
  left: 0;
}

.funnel-desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 145.5%;
}

.funnel2-footer-sec {
  background-image: linear-gradient(359.93deg,
      rgba(70, 68, 141, 0.88) 0.04%,
      rgba(0, 167, 157, 0.35) 99.91%),
    url("../assests/crmfunnel/Funnel2/9.jpg");
  background-size: cover;
  width: 100vw;
  height: 750px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 50%; */
  /* backdrop-filter: blur(4.5px); */
}

.funnel2-footer-main-container {
  width: 868px;
  height: 474px;
  padding: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 7px solid #ffffff;
}

.funnel2-footer-content-container {
  width: 809px;
  height: 415px;
  font-weight: 700;
  line-height: 129%;
  text-transform: capitalize;
  color: #ffffff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.34);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.43) 0%,
      rgba(255, 255, 255, 0.16) 100%);
  backdrop-filter: blur(34px);
  display: flex;
  flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
}