.btn-green {
  background: var(--bs-primary);
  color: #ffffff;
  border: 1px solid rgba(47, 70, 48, 0.35);
  padding: 16px 30px;
  border-radius: 999px;
  font-weight: 500;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: 'Murecho';
}

.btn-green:hover {
  background: none;
  border: 1px solid rgba(47, 70, 48, 0.35);
}

.btn-green:focus {
  background: none;
  border: 2px solid rgba(47, 70, 48, 0.85);
}

.btn-white {
  border: 1px solid rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.2);
  color: var(--bs-secondary-text-emphasis);
  padding: 16px 30px;
  border-radius: 999px;
  text-decoration: none;
  font-family: 'Murecho';
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.btn-white:hover {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.95);
}

.btn-white:focus {
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.95);
}

.links1 {
  text-align: center;
  font-family: Murecho;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 40px;
  transition: width 0.9s ease-in-out;
}

@media (min-width: 992px) {
  .links1 {
    padding: 15px 30px;
  }
}

.links2 {
  font-family: Murecho;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition: width 1.9s ease-in-out;
}

.links2:hover, .links2:focus {
  font-weight: 600;
}

.line2 {
  width: 70px;
  height: 2px;
  border-top: solid 2px var(--bs-primary);
  opacity: 1;
  margin: 13px 10px 13px 0px;
}

.more-link-wrap:hover .line1, .more-link-wrap:hover .line2 {
  width: 90px;
}

.more-link-wrap:focus .line1, .more-link-wrap:focus .line2 {
  width: 120px;
}

.more-link-wrap {
  color: inherit;
  text-decoration: inherit;
}

