.use-cases {
  width: 100%;
  padding: 120px 10px 100px 10px;
}

.use-cases .content-wrapper .card img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

.use-cases .subtitle {
  text-align: center;
  max-width: 966px;
  margin: 0px auto;
  font-family: "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #303140;
  margin-bottom: 80px;
}

.use-cases .content-wrapper {
  max-width: 1240px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-left:0;
  padding-right:0;
}

.use-cases .content-wrapper .card:hover {
  background-color: white;
  box-shadow: 0px 20px 40px rgba(112, 118, 137, 0.25);
  transition: 0.3s;
  transform: scale(1.05);
}


.use-cases .content-wrapper .card {
  max-width: 390px;
  height: 608px;
  border-radius: 10px;
  padding: 20px;
  background-color: transparent;
  border: none !important;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}

.use-cases .content-wrapper .card .title {
  border-radius: 10px;
  background-color: white;
  transition: 0.3s;
  margin-bottom: 1rem;
}

.use-cases .content-wrapper .card .title h2 {
  text-align: left;
  color: #303140;
  font-family: "proxima-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 130%;
  margin-bottom: 20px;
}

.use-cases .content-wrapper .card .visuel {
  max-width: 350px;
  height: 230px;
  border-radius: 10px;
  margin-bottom: 22px;
}


.use-cases .content-wrapper .card .stat {
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  color: #303140;
  height: 100px;
}
.use-cases .content-wrapper .card .description {
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #707689;
  height: 140px;
}

.use-cases .content-wrapper .card .description span {
  font-family: "proxima-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
}
.use-cases .content-wrapper .card a {
  color: #1e2023;
  text-decoration: none;
  font-family: "proxima-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  bottom: 20px;
}
.use-cases .content-wrapper .card a img {
  width: 24px;
  margin-right: 15px;
}
@media only screen and (max-width:1440px) {
  .use-cases .content-wrapper : {
    width: 100% !important;
  }
}

@media only screen and (max-width:1251px) {
  .use-cases{
    padding: 60px 10px 60px 10px;
  }
  .use-cases .subtitle {
    font-size: 44px;
    line-height: 120%;
    max-width: 683px;
    margin-bottom: 70px;
  }
  .use-cases .content-wrapper {
    /*max-width: 690px;
    flex-direction: column;*/
    width: 100%;
    flex-wrap: wrap;
  }
  .use-cases .content-wrapper .card:hover {
    transform: scale(1);
  }
  .use-cases .content-wrapper .card {
    /*max-width: 690px;*/
    /*height: 597px;*/
    padding: 20px;
    background-color: white;
    box-shadow: 0px 20px 40px rgba(112, 118, 137, 0.25);
    margin-bottom: 45px;
    width: 100%;
  }
  .use-cases .content-wrapper .card .title h2 {
    color: #34393F;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-align: center;
  }
  .use-cases .content-wrapper .card .visuel {
    max-width: 650px;
    height: 230px;
    margin-bottom: 17px;
  }
 /* .use-cases .content-wrapper .card .visuel img {
    display: none;
  }*/
  .use-cases .content-wrapper .card a {
    bottom: 40px;
  }
}
@media only screen and (max-width:650px) {
  .use-cases {
    padding: 50px 10px 50px 10px;
  }
  .use-cases .subtitle {
    font-size: 35px;
    line-height: 110%;
    max-width: 350px;
    margin-bottom: 65px;
    width: 100%;
  }
  .use-cases .content-wrapper {
    max-width: 100%;
  }
  .use-cases .content-wrapper .card {
    max-width: 90%;
    /*height: 521px;*/
    padding: 15px;
    background-color: white;
    box-shadow: 0px 20px 40px rgba(112, 118, 137, 0.25);
    margin-bottom: 30px;
    width: 100%;
  }
  .use-cases .content-wrapper .card .title {
    margin-bottom: 18px;
  }
  ..use-cases .content-wrapper .card .stat {
    font-size: 26px;
    height: auto;
    margin-bottom: 1rem;
  }
  .use-cases .content-wrapper .card .title h2 {
    font-weight: 600;
    line-height: 130%;
    margin: 0px auto;
    text-align: center;
    width: 100%;
  }
  .use-cases .content-wrapper .card .visuel {
    max-width: 100%;
    height: auto;
    margin-bottom: 17px;
  }
  /*.use-cases .content-wrapper .card .visuel img {
    display: none;
  }*/
  .use-cases .content-wrapper .card .description {
    font-size: 16px;
    line-height: 130%;
  }
  .use-cases .content-wrapper .card a {
    bottom: 20px;
    font-size: 16px;
    line-height: 16px;
  }
}
