/* ========================================================================
   Variables
 ========================================================================== */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
*:focus {
  outline: none;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
img,
video,
iframe,
picture {
  display: block;
}
a {
  display: inline-block;
  color: inherit;
  pointer-events: auto;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
address {
  font-style: normal;
}
button {
  background: none;
}
ul,
ol,
li {
  list-style: none;
}
input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}
input:focus {
  outline: none;
  box-shadow: none;
  border-color: initial;
}
.home-cases .wrapper {
  margin: 128px auto;
  text-align: center;
}
@media only screen and ( min-width: 960px ) {
  .home-cases .wrapper {
    margin: 160px auto;
  }
}
.home-cases .wrapper > a {
  margin-top: 44px;
  font-family: 'euclidcircularb-semibold', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
.home-cases .wrapper > a::before {
  top: 50%;
  right: -28px;
  bottom: unset;
  transform: translateY(-50%);
}
.home-cases__content {
  max-width: 795px;
  margin: 0 auto 48px;
}
@media only screen and ( min-width: 960px ) {
  .home-cases__content {
    margin: 0 auto 80px;
  }
}
.home-cases__content span {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: 'euclidcircularb-bold', Helvetica, Arial, sans-serif;
  color: #0ec76a;
}
.home-cases__content h2 {
  margin: 20px 0;
  font-size: 32px;
  line-height: 40px;
  font-family: 'euclidcircularb-medium', Helvetica, Arial, sans-serif;
}
@media only screen and ( min-width: 960px ) {
  .home-cases__content h2 {
    font-size: 46px;
    line-height: 56px;
  }
}
.home-cases__content p {
  font-size: 17px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.7);
}
.home-cases__items {
  text-align: left;
}
.home-cases__items ul {
  padding: 0;
  margin: 0;
}
@media only screen and ( min-width: 640px ) {
  .home-cases__items ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: -20px;
  }
}
@media only screen and ( min-width: 960px ) {
  .home-cases__items ul {
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and ( max-width: 959px ) {
  .home-cases__items li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media only screen and ( min-width: 640px ) {
  .home-cases__items li {
    max-width: 50%;
    width: 100%;
    padding: 20px;
  }
}
@media only screen and ( min-width: 960px ) {
  .home-cases__items li {
    max-width: 33.33%;
  }
}
.home-cases__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fbfbfa;
  border-radius: 12px;
  border: 1px solid #e9e7ec;
  overflow: hidden;
  transition: 0.3s ease;
}
.home-cases__item:hover {
  transform: translateY(-4px);
}
.home-cases__item figure {
  margin: 0;
}
.home-cases__item figure img {
  aspect-ratio: 1.5;
}
.home-cases__item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 15px 20px 66px;
}
.home-cases__item-content h3 {
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 32px;
  font-family: 'euclidcircularb-medium', Helvetica, Arial, sans-serif;
}
@media only screen and ( min-width: 960px ) {
  .home-cases__item-content h3 {
    font-size: 26px;
  }
}
.home-cases__item-content button {
  margin-top: auto;
  cursor: pointer;
}

