body {
  font-family: "Poppins", sans-serif;
  color: white;
  background-size: cover;
  background-image: url("texture.jpg");
}

.btn-pdf {
  border: 1px solid #debe82;
  border-radius: 20px;
  padding: 8px 18px;
  background-color: transparent;
  color: white;
  cursor: pointer;
  transition: all 300ms;
  text-decoration: none;
}
.btn-pdf:hover {
  color: black;
  background-color: #debe82;
}

h2 span {
  color: #debe82;
}

.logo {
  max-width: 120px;
}

.info {
  font-size: 14px;
}

@media (min-width: 992px) {
  section {
    align-content: center;
    height: 100vh;
    overflow: hidden;
  }

  h2 {
    font-size: 65px;
  }

  .txt {
    align-content: center;
    transform: translateY(-10%);
  }
  .info {
    position: absolute;
    bottom: 50px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 40px;
  }

  .container {
    width: 90%;
  }

  .info {
    margin: 40px auto;
  }

  .carousel {
    margin-top: 42px;
  }
}

/*# sourceMappingURL=style.css.map */
