*[data-component-id="brands-component"] * {
  font-size: 20px;
  color: #00233D;
}

/* =============================================== */
.component-brands p{
  font-size: 20px;
  color: #00233D;
}

.component-brands img {
  display: inline-block;
  height: 30px;
  width: auto;
  margin: 0 24px;
}




span.catchwords {
  display: inline-block;
  width:100%;
  /* outline: solid 1px #f0f; */
  padding:0;
  /* height: 34px; */
  line-height: 0;
}

@media (min-width: 992px) {
  span.catchwords {
    width: auto;
  }
}



.button {
  transition: all 0.2s;
}

.button:hover {
  /* box-shadow: 0px 0px 2px 2px #0005; */
  transform: scale(1.1);

}


#use-cases-carousel .card {
  cursor: pointer;
  margin-top:8px;
}

#use-cases-carousel .card:hover {
  box-shadow: 0px 0px 2px 2px #0005;
  transform: scale(1.02);
}

@media (max-width: 576px) {
  #use-cases-carousel .card {
    height:  500px;
  }
}

@media (max-width: 576px) {
  .rolling-text {
    display: block;
  }
  .rolling-text::before {
    content: '.';
    color: transparent;
    width: 0;
  }
}