
.contact-us--give-us-call {
    background: var(--card-gradient, linear-gradient(90deg, rgba(248, 248, 250, 0.70) 0%, rgba(237, 237, 237, 0.90) 100%));
    backdrop-filter: blur(42px);
    border: 1px solid var(--stroke-gradient, #E9E9E9);
    height: 62px;
    padding-right: 30px;
    padding-left: 110px;
}
.contact-us--give-us-call img{
    left: -13px;
}
.contact-us--blue-circle,
.contact-us--yellow-circle {
  display: none;
}
@media screen and (min-width: 1870.98px) {
 .contact-us--blue-circle ,
 .contact-us--yellow-circle {
     display: block;
 }
  .contact-us--yellow-circle {
    top: -350px;
    left: -100px;
  }
  .contact-us--blue-circle {
    right: -250px;
    bottom: 0;
    transform: rotate(58.188deg);
    border-radius: 648.352px;
  }
}
@media screen and (max-width: 575.98px) {
  .contact-us--give-us-call {
    height: 50px;
    padding-right: 20px;
    padding-left: 80px;
  }
  .contact-us--give-us-call img {
    width: 80px;
    height: 80px;
    left: -10px;
  }
}
