.abhishek-cta-section {
  margin: 200px 80px;
}
.abhishek-cta {
  background-image: url("/img/press-release/abhishekAgarwal/bgImg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 50px;
  box-shadow: #9a3efa4d 0px 7px 29px 0px;
  border-radius: 15px;
}

.abhishek-cta p {
  font-weight: 300;
  font-size: 22px;
  line-height: 180%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
}
.hero-img {
  height: 70%;
  width: 70%;
  object-fit: contain;
}
@media (max-width: 992px) {
  .abhishek-cta-section {
    margin: 100px;
  }
  .abhishek-cta {
    padding: 40px 30px;
  }
  .abhishek-cta p {
    font-size: 14px;
  }
  .cta-icon{
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .abhishek-cta-section {
    margin: 40px 20px;
  }
  .abhishek-cta {
    margin-top: 120px;
    padding: 40px 30px;
  }
  .abhishek-cta p {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .abhishek-cta-section {
    margin: 20px 15px;
  }
  .abhishek-cta {
    padding: 40px 30px;
  }
  .abhishek-cta p {
    font-size: 14px;
  }
  .cta-icon{
    width: 40px;
    height: 40px;
  }
}
