body {
  width: 100%;
  font-family: 'Montserrat Alternates';
  font-size: 16px;
}

.card {
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 350px;
  box-shadow: 27px 30px 56px rgba(0,0,0,0.1);
  margin: 25px;
  border: none;
  border-radius: 7px;
  max-width: 300px;
  max-height: 450px;
  overflow: hidden;
  transition: .5s ease;
}

.card-feat {
  background: white;
  position: relative;
  display: block;
  width: 90%;
  /*height: 100%;*/
  min-height: 300px;
  box-shadow: 27px 30px 56px rgba(0,0,0,0.1);
  margin: 25px;
  border: none;
  border-radius: 7px;
  max-width: 300px;
  max-height: 450px;
  overflow: hidden;
  transition: .5s ease;
  text-align: center;
}

.card-feat:after {
  content: "";
  background-image: url(../../assets/img//thumb-up.png);
  background-size: cover;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 10px;
  bottom: 10px;
  transition: .3s ease;
}

.card-feat:hover:after {
  transform: scale(1.5);
  left: -10px;
  bottom: -10px;
}

.card:hover {
  transform: scale(1.05);
}

.card-feat:hover {
  transform: scale(1.05);
}

.row.price {
  max-width: 100%;
}

.container.price {
  max-width: 100%;
}

.buy {
  display: block;
  width: 143px;
  margin: auto;
  padding: 10px;
  background: rgb(60,23,166);
  box-shadow: 3px 3px 36px rgba(0,0,0,.2);
  color: white;
  text-align: center;
  border-radius: 7px;
}

.buy:hover {
  color: white;
  text-decoration: none;
  background: rgb(50,15,150);
}

.card-button {
  width: 100%;
  bottom: 0px;
  height: 70px;
  margin: auto;
}

.description {
  min-height: 250px;
  padding: 15px 20px;
}

.description-feat {
  /*min-height: 250px;*/
  padding: 15px 20px;
}

.title {
  padding: 15px 20px;
  min-height: 115px;
}

.h2 {
  color: rgb(60,23,166);
  font-weight: 600;
  font-size: 2em;
}

@media (max-width: 450px) {
  .h2 {
    color: rgb(60,23,166);
    font-weight: 600;
    font-size: 2em;
  }
}

.subtext {
  min-height: 50px;
}

.pic {
  display: inline-block;
  width: 120%;
  height: 100%;
  margin: 25px;
  max-width: 80%;
  max-height: 20%;
  background-position: center;
  background-size: cover;
  border-radius: 7px;
  margin-top: 50%;
}

#withpic {
  align-items: center;
  padding: 30px;
}

#desc1 {
  font-size: 3em;
  color: rgb(60,23,166);
}

@media (max-width: 450px) {
  #desc1 {
    font-size: 2em;
    color: rgb(60,23,166);
    width: 100%;
    display: inline-block;
    margin: auto;
    text-align: center;
  }
}

span {
  color: white;
  background: rgb(60,23,166);
}

@media (max-width: 450px) {
  span {
    color: white;
    background: rgb(60,23,166);
    font-size: 1em;
  }
}

#mini {
  padding: 25px;
}

.content {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  margin-bottom: 20px;
}

.about {
  font-weight: 800;
  font-size: 1.5em;
  color: #333;
  padding-left: 15px;
  padding-right: 15px;
}

.about:after {
}

.pictures {
  max-width: 100%;
  border-radius: 7px;
  box-shadow: 3px 3px 36px rgba(0,0,0,.2);
  min-width: 200px;
}

.price {
  margin-bottom: 50px;
}

#num2 {
  background-color: rgb(255,92,0);
}

#div1 {
  width: 100%;
  background-color: rgb(241,241,241);
  padding-bottom: 50px;
}

#div2 {
  width: 100%;
  background-color: rgb(241,241,241);
  padding-top: 50px;
  padding-bottom: 50px;
}

.col.feat-box {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.feat {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(241,241,241);
}

.h2-feat {
  display: inline-flex;
  max-width: 80%;
  font-size: 1.0em;
}

.form-box {
  margin: auto;
  width: 50%;
  display: block;
  text-align: center;
  padding: 50px;
}

@media (max-width: 450px) {
  .form-box {
    margin: auto;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
    padding-top: 20px;
  }
}

.input {
  border: none;
  box-shadow: 3px 3px 36px rgba(0,0,0,.2);
  background: rgb(60,23,166);
  width: 70%;
  height: 50px;
  margin-top: 25px;
  color: white;
  padding: 15px;
  border-radius: 7px;
  margin-bottom: 25px;
}

.input::placeholder {
  color: white;
}

.form-check {
  margin: 25px;
}

.lettering {
  margin: 45px 50px;
  font-weight: 800;
  font-size: 2em;
  color: rgb(60,23,166);
  display: inline-block;
}

@media (max-width: 450px) {
  .lettering {
    margin: auto;
    text-align: center;
    width: 100%;
    font-weight: 800;
    font-size: 2em;
    color: rgb(60,23,166);
    display: inline-block;
  }
}

#call {
  width: 210px;
  margin: 45px 50px;
  display: inline-block;
}

@media (max-width: 450px) {
  #call {
    width: 210px;
    margin: auto;
    display: block;
  }
}

.lettering2 {
  display: inline-block;
  width: 200px;
  font-size: .7em;
}

@media (max-width: 450px) {
  .lettering2 {
    display: inline-block;
    width: 100%;
    font-size: .7em;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
  }
}

