.usecase-section--first {
  margin-top: -8rem;
}

.usecase-hero-img {
  max-height: 40rem;
}

@media (max-width: 61.99em) {
  .usecase-hero-img {
    margin-bottom: 3rem;
  }
}

.usecase-hero-img img {
  height: 100%;
  width: auto;
}

.usecase-hero-img--big {
  max-height: 50rem;
  width: 100%;
}

.usecase-hero-img--round {
  width: 42rem;
  height: 42rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.usecase-other-card {
  border-radius: 1.5rem;
  position: relative;
  z-index: 10;
  padding: 1rem 2.4rem 2rem;
  margin: 4rem 0 0;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.35s all ease-in-out;
  transition: 0.35s all ease-in-out;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#263c53), to(#152231));
  background-image: linear-gradient(to bottom right, #263c53, #152231);
  cursor: pointer;
  min-height: 26rem;
}

.usecase-other-card:hover {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
  -webkit-box-shadow: 0 2.5rem 5rem -1.2rem rgba(0, 0, 0, 0.7);
          box-shadow: 0 2.5rem 5rem -1.2rem rgba(0, 0, 0, 0.7);
}

.usecase-other-img {
  width: 12rem;
  height: 12rem;
  margin: 3rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #f6f7f8;
}

.usecase-other-img img {
  width: 70%;
}

.usecase-other-img-round {
  overflow: hidden;
  padding: 1rem;
}

.usecase-other-img-round img {
  height: 100%;
  border-radius: 50%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.usecase-other-text {
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
  margin-top: 2rem;
  text-transform: capitalize;
  color: #11c59b;
}
/*# sourceMappingURL=usecases.css.map */