@charset "UTF-8";

h1, h2 {
  font-family: "DarkerGrotesque";
}
h2 {
  color: #29321d;
}

.navbar-dark .border-left {
  border-left: 1px solid white;
}
.navbar-dark .border-right {
  border-right: 1px solid white;
}

#cover_title {
  color: #f8b46a;
}

#offers {
  background-color: #f4f2eb;
}
.offer {
  background-color: #bfdea1;
  border-radius: 20px;
}

#excellence_jobs {
  background: url(../images/excellence_line.png) no-repeat left center;
  background-size: contain;
}
#excellence_jobs #citation {
  background-color: #f4f2eb;
  border-radius: 20px;
}
#excellence_jobs_xs_sm {
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  #how_it_works_steps {
    background: url(../images/how_it_works_line.png) no-repeat left center;
    background-size: contain;
  }
}
#how_it_works_steps .card-lift {
  border-radius: 0;
}

#contact {
  background-color: #f4f2eb;
}
#contact img {
  border-radius: 20px;
}
#contact .card-body {
  color: #29321d;
}
#contact .form-control {
  color: #29321d;
}
#contact .form-group li {
  list-style-type: none;
  color: red;
}

@media (min-width: 992px) {
  .press-logos-row > div {
    flex: 0 0 auto;
    width: calc(100% / 7);
  }
}