@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700&display=swap");
* {
  font-family: 'Maven Pro', sans-serif;
  outline: 0;
}

h1, h2, h3, h4, h5, h6, p {
  color: #343a40;
  margin: 0;
}

.mg-both-60 {
  margin-bottom: 60px;
  margin-top: 60px;
}

.navbar a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #343a40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  text-decoration: none;
}

.navbar a svg {
  margin-right: 8px;
  width: 18px;
}

.brand {
  max-width: 100%;
  width: 320px;
}

.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/homepage_header_background.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 305px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

.header .title {
  color: #8fd16a;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}

.accordion .card-header {
  color: #8fd16a;
  cursor: pointer;
}

.accordion .card-header.collapsed svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion .card-body .list-unstyled li svg {
  color: #cae9b8;
  margin-top: -3px;
  width: 16px;
}

.accordion .card-body .list-unstyled li a {
  color: #626d78;
  text-decoration: none;
}

.accordion .card-body .list-unstyled li a:hover {
  color: #343a40;
}

.info {
  margin-top: 60px;
}
/*# sourceMappingURL=style.css.map */