.inst {
  margin-top: -5px;
  margin-left: 20px;
  height: 60px;
  width: 60px;
}
.inst:hover {
  cursor: pointer;
}

.facebook:hover {
  cursor: pointer;
}
.order {
  width: 130px;
  height: 45px;
  background-color: #a6ce38;
  border-radius: 10px;
  border-color: rgb(134, 168, 41);
  border-style: solid;
  border-width: 1px;
  font-size: medium;
  margin-right: 15px;
  margin-left: 10px;
  color: white;

  border-color: rgb(134, 168, 41);
}

.order:hover {
  cursor: pointer;
}

.tel {
  border: solid;
  border-width: 3px;
  border-color: #a6ce38;
  background-color: rgb(33, 33, 33);
  color: #a6ce38;
  width: 170px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 10px;
}
.tel:hover {
  background-color: #a6ce38;
  color: white;
  transition: 0.5s;
}
.freeCons {
  margin-top: 90px;
  border: solid;
  border-radius: 50px;
  width: 270px;
  height: 55px;
  border-color: #a6ce38;
  color: white;
  background-color: #a6ce38;
  font-weight: 500;
  font-size: 16px;
}
