.br-8 {
	border-radius: 8px;
}
.footer span::before {
  right: 0;
  background: #555;
}
.footer span::after {
  background: #d1d809;
  width: 60px;
}

.product-info {
	font-size: 16px;
    margin-left: 20px;
	margin-top: 10px;
}

.product-info li {
	font-size: 16px;
   list-style: circle;
}

.item-customer {
  text-align: center;
}
.item-customer img {
  height: 60px;
}

.home-menu span {
  text-transform: capitalize;
}

.img-web {
  height: 250px;
}

@media (max-width: 768px){
  .m-m-top-30{
    margin-top: 30px !important;
  }
  .m-m-top-60{
    margin-top: 60px !important;
  }
  .m-hidden {
    display: none;
  }
  .relative2 .shadow-lg {
    background-color: #0a214d;
    border-bottom: 1px solid #152c5b;
    opacity: 0.5;
  }
}