.quick-contact {
  position: fixed;
  bottom: 100px;
  right: 15px;
  width: 60px;
  z-index: 9999;
}

.quick-contact img {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 50px;
  z-index: 9;
}

.contact-bottom__list__item__text {
  font-size: 15px;
  line-height: 25px;
}

@media (max-width: 991px) {
  .contact-bottom__inner {
    flex-direction: column;
    margin-bottom: 0;
    /* Add this line */
  }
}

.service-card__icon img {
  width: 100%;
  /* Make the image fill the container */
  max-width: 80%;
  /* Adjust this value as needed */
  height: auto;
  /* Maintain aspect ratio */
}