.read-more .arrow-link {
  position: static;
  width: 24px;
  height: 24px;
  font-size: 18px;
}

.sort-pill::after {
  content: ">";
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 0;
}

.arrow-link::before {
  content: ">";
  display: block;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-1px);
}

.read-more .arrow-link::before {
  font-size: 16px;
}

@media (max-width: 767px) {
  .stats .row {
    --bs-gutter-y: 1.25rem;
  }

  .stats .stat-item {
    flex: 0 0 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
  }

  .stats .line-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    flex-basis: 58px;
    border-width: 4px;
    border-radius: 9px;
    font-size: 15px;
    overflow: hidden;
  }

  .stat-item strong {
    font-size: 34px;
    line-height: 1;
  }

  .stat-item span {
    font-size: 20px;
    line-height: 1.05;
  }

  .section-title {
    padding-inline: 14px;
  }

  .section-title::before,
  .section-title::after {
    min-width: 38px;
  }
}

.site-footer {
  background: #006f52;
  color: #fff;
  padding: 82px 0 72px;
  text-align: left;
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 27px;
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0 0 18px;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 500;
}

.site-footer a,
.site-footer a:hover {
  color: #fff;
}

.site-footer a:hover {
  text-decoration: underline;
}

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

.footer-list li {
  margin-bottom: 21px;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-policy {
  margin-top: 24px;
}

.footer-policy a {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: underline;
}

.footer-brands {
  columns: 2;
  column-gap: 48px;
}

.footer-contact-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-mail-icon {
  position: relative;
  width: 28px;
  height: 20px;
  display: inline-block;
  border-radius: 3px;
  background: #fff;
}

.footer-mail-icon::before,
.footer-mail-icon::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 15px;
  height: 2px;
  background: #006f52;
}

.footer-mail-icon::before {
  left: 2px;
  transform: rotate(32deg);
  transform-origin: left center;
}

.footer-mail-icon::after {
  right: 2px;
  transform: rotate(-32deg);
  transform-origin: right center;
}

.footer-webmail {
  display: inline-block;
  margin-top: 24px;
  font-size: 27px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .site-footer {
    padding: 52px 0 42px;
  }

  .site-footer h2,
  .site-footer h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .site-footer p,
  .footer-list li {
    font-size: 18px;
  }

  .footer-brands {
    columns: 1;
  }

  .footer-policy a,
  .footer-webmail {
    font-size: 21px;
  }
}
