.services-ticker-block {
  position: relative;
  display:flex; 
  align-items:center;
  overflow-x: hidden;
}

.stb_line_single {
  position: relative;
  white-space: nowrap;
  padding: 0;
  will-change: transform;
}
.stb-item {
  padding: 0;
  display: inline-block;
  font-size: 40px;
  margin-right: 2%;

}
.stb-item:hover {
    color: var(--primary-color);
}
.countries div.stb-item:after{
 /* content: "·";*/
}
@media (max-width: 768px)
{
  .stb-item {
    font-size: 24px !important;
  }
}

