.usedfor {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 6rem 0;
}
.usedfor_logo {
  background: url(../image/darkbluelogo.svg);
  margin-right: 2rem;
  margin-left: 2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 300px;
  aspect-ratio: 1/1;
}
.checkCircle {
  color: greenyellow;
  font-size: 1.2rem;
}
.usedfor_list > li {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.usedfor_description {
  padding-left: 1rem;
}
.usedfor_description > h2 {
  text-align: left;
  font-size: 1.5rem;
}
.usedfor_description p {
  padding-left: 10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .usedfor {
    padding: 3rem 0;
  }
  .usedfor_logo {
    width: 200px;
    margin-bottom: 2rem;
  }
}
