* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  outline: 0;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
:focus {
  outline: none;
}
* {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
*,
:after,
:before {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
iframe,
img,
nav,
picture,
section,
video {
  display: block;
}
a {
  color: inherit;
  display: inline-block;
  pointer-events: auto;
}
a,
a:hover {
  text-decoration: none;
}
address {
  font-style: normal;
}
button {
  background: none;
}
li,
ol,
ul {
  list-style: none;
}
input {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
input:focus {
  border-color: initial;
  box-shadow: none;
  outline: none;
}
.home-awards {
  margin: 40px 0;
}
@media only screen and (min-width: 960px) {
  .home-awards {
    margin: 80px 0;
  }
}
.home-awards__heading {
  color: #0ec76a;
  display: block;
  font-family: euclidcircularb-bold, Helvetica, Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 4px;
  line-height: 20px;
  margin-bottom: 48px;
  text-align: center;
  text-transform: uppercase;
}
.home-awards__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  list-style-type: none !important;
  padding-left: 0;
}
@media only screen and (min-width: 960px) {
  .home-awards__list {
    gap: 87px;
  }
}
.home-awards__list li {
  max-width: 90px;
  width: 100%;
}
.home-awards__list figure {
  margin-bottom: 0;
}
@media only screen and (min-width: 960px) {
  .home-awards__list figure {
    opacity: 0.3;
    transition: all 0.3s ease;
  }
  .home-awards__list figure:hover {
    opacity: 1;
  }
}
.home-awards__list figure img {
  width: 90px;
}
@media only screen and (max-width: 960px) {
  .home-awards__list figure img {
    width: 56px;
  }
  .home-awards__list li {
    width: 56px;
  }
}
