* {
  font-family: "Montserrat", sans-serif;
}
.container {
  max-width: 1200px;  margin: 0 auto;  padding: 0 20px;
}

.hero {
  background-image: url("img/bg.webp");  background-position: bottom center;
}

.overlay-hero {
  background: linear-gradient(   180deg,    rgba(242, 195, 53, 0.5),    rgba(242, 195, 53, 0.7) 30%,    rgba(242, 195, 53) 100%  );
}

.list-services {
  list-style-image: url("img/check-solid-full.svg");
}

.list-services li {
  height: 40px;
}

.list-services li:last-of-type {
  height: auto;
}

.list-services li::marker {
  font-size: 50px;  height: 0 !important;  overflow: hidden;
}
