.card-container-whatTheySay {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.bold-text {
  font-weight: 500 !important;
  font-size: 20px !important;
}

.normal-text {
  font-weight: 300 !important;
  font-size: 18px !important;
}

.card-whatTheySay {
  width: 366px;
  height: 600px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(49, 49, 153, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px;
}

.first-row-whatTheySay {
  display: flex;
  align-items: center;
  gap: 32px;
}

.vertical-bar-whatTheySay {
  width: 3px;
/*   height: 86px; */
  height: 100%;
  background-color: #f60;
  flex-shrink: 0;
}

.time-info-whatTheySay {
  display: flex;
  flex-direction: column;
}

.time-number-whatTheySay {
  color: #313199;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.time-label-whatTheySay {
  color: #313199;
  font-family: "Halyard Text", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  text-wrap: nowrap;
}

.time-description-whatTheySay {
  color: #313199;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  text-wrap: nowrap;
}

.second-row-whatTheySay {
  width: 270px;
  height: 82px;
  flex-shrink: 0;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  margin-top: -110px;
}

.second-row-whatTheySay p {
  margin: 0;
}

.third-row-whatTheySay{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bottom-info-whatTheySay p {
  color: #000;
  font-size: 18px;
  line-height: 140%;/
}

.pb-50{
  padding-bottom: 15px;
}

.logo-whatTheySay {
  margin-top: 10px;
/*   width: 126px; */
  height: auto;
  padding-bottom: 35px;
}

.read-case-study {
  color: #f60;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}

.read-case-study:hover {
  text-decoration: underline;
}

@media (min-width: 1181px) {
  .logos-carrousel2 {
    display: none;
  }
  .logos-carrousel2{
    display: none !important;
  }
}

@media (max-width: 1180px) {
  .card-container-whatTheySay{
    flex-direction: column;
    align-items: center;
  }
  
  .logo-whatTheySay{
    width: 126px !important;
  }

  /* This class is used for the long bar and not belongs to this module */
  .long-bar{
    width: 380px !important;
  }
  
  .card-container-whatTheySay{
    padding-bottom: 10px;
  }
  .owl-dot{
    background-color: #f60 !important;
  }
  .hide-mobile{
    display: none;
  }
}