.costumer {
  padding: 100px 0;
  background: #F8F9FA;
}
.costumer .costumer_title {
  text-align: center;
  width: 700px;
  margin: 0 auto;
}
.costumer .costumer_all_card {
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
}
.costumer .costumer_all_card .card {
  width: 350px;
  height: 270px;
  border-radius: 5px;
  background: #fff;
  text-align: start;
  padding: 40px;
  border: 1px solid #e4dddd;
  transition: all 0.3s linear;
}
.costumer .costumer_all_card .card:hover {
  border: 1px solid #000;
}
.costumer .costumer_all_card .card img {
  width: 50px;
  border-radius: 50%;
  margin-right: 20px;
}
.costumer .costumer_all_card .card .card-body {
  margin-bottom: 30px;
}

.footer {
  padding: 50px;
  color: grey;
}
.footer h4 {
  color: #000;
}
.footer .basic_footer {
  justify-content: space-around;
}
.footer .basic_footer ul li {
  margin: 15px 0;
}
.footer .basic_footer .footer_box {
  width: 400px;
}
.footer .basic_footer .footer_box p {
  margin: 10px 0 30px 0;
}
.footer .basic_footer .footer_box .footer_icon {
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #081158;
  margin: 0 10px;
  border-radius: 50%;
  color: #fff;
}
.footer .coment_footer {
  padding-top: 40px;
  text-align: center;
}/*# sourceMappingURL=main.css.map */