
.brand-footer-logo {
  display: block;
  width: clamp(80px, 20vw, 100px);
}

.brand-logo{
  display: block;
  width: clamp(20px, 6vw,60px);
  height: auto;
}



.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list li {
  position: relative;
  padding-left: 1.75rem;
  line-height: var(--lh-h5);
}

.check-list li::before {
  content: "\f058";
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  color: var(--color-meadow-green);
  position: absolute;
  left: 0;
  top: 0.1em;
}

.arrow-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.arrow-list li {
  position: relative;
  padding-left: 1.75rem;
  line-height: var(--lh-h5);
}

.arrow-list li::before {
  content: "\f061";
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  color: var(--color-meadow-green);
  position: absolute;
  left: 0;
  top: 0.1em;
}