.machine-page {
  font-family: "Nunito", sans-serif;
  font-size: 1.4rem;
  color: black;
  background-color: rgb(255, 255, 255);
}

.machine-page .title {
  font-family: "Staatliches", cursive;
  font-size: 5rem;
  font-style: italic;
}

.machine-page .short-desc {
  font-family: "Nunito", sans-serif;

  font-style: italic;
}

.machine-page .specs-background {
  background-image: url("https://res.cloudinary.com/duaw4lecu/image/upload/v1629979758/SpoorthiTech/app/machineBG4_uhford.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.machine-page .specs-title {
  font-family: "Staatliches", cursive;

  font-size: 1.8em;
  padding-left: 1em;
}

.machine-page .specs {
  position: relative;
  height: 100%;
  bottom: 5rem;

  background-image: url(../assests/Subtle-Prism.svg);
  margin-left: 10rem;
  color: rgb(0, 0, 0);

  box-shadow: rgba(0, 0, 0, 0.66) 0px 22px 70px 4px;
}

/* .machine-page .specs-background .catalog-btn {
} */
.machine-page .specs-background .brochure {
  /* background: none; */
  border: 2px solid white;

  padding: 0.7rem 1.5rem;
  color: white;
  font-size: 1.2rem;
  border-radius: 0%;
  margin-top: 10%;
  margin-left: 10%;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
}

.machine-page .specs-background .brochure a {
  text-decoration: none;
  color: white;
}

.machine-page .full-desc-title {
  font-family: "Staatliches", cursive;
  font-size: 3rem;
}

.machine-page .full-desc {
  background-color: rgb(255, 255, 255);
}

@media (max-width: 1000px) {
  .machine-page .specs {
    width: 100%;
    margin: auto;
    /* flex-wrap: nowrap; */
  }
  .machine-page .specs-background .brochure {
    margin: 0em;
  }
  .machine-page .specs-background .catalog-btn {
    display: flex;
    justify-content: center;
  }
}
