.headerimg {
  -ms-flex-line-pack: center;
      align-content: center;
}

.headerimg .img1 {
  width: 100px;
  height: 100px;
}

.products {
  min-height: 100vh;
}

.products .section-title {
  margin-left: 2rem;
}

.products .pross {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem auto;
  width: 100%;
}

.products .pross .prods {
  height: 21rem;
  width: 18rem;
  border-radius: .5rem;
  margin: 2rem;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 .5rem #333;
          box-shadow: 0 0 .5rem #333;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products .pross .prods img {
  height: 90%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products .pross .prods h4 {
  border-radius: 1px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: white;
  text-align: center;
  color: black;
  height: 2rem;
}

.products .pross .prods p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: blue;
}

.products .pross .prods button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  left: 40%;
  color: brown;
  background-color: red;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cta .container .text-center {
  margin-top: 2rem;
}
/*# sourceMappingURL=styles.css.map */