/* To solve Chantelle Services issue squashed box and remove location pin icon*/ 
@media screen and (min-width: 1000px) 
{ 
.service_de__description { max-width: 650px; } 
.service-card-location i.ui-icon.ui-icon-locations { display: none !important; }
 }
/* Example: Move chatbot button up by 80px */
.trafft-chatbot-launcher {
  bottom: 80px !important;
}