.the-home-links {
  width: 100%;
  display: block;
  margin-bottom: 80px;
}
.links-home-way {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.links-home-way a {
  width: 48%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  transition: all ease-in-out 0.5s;
}
.links-home-way a:hover, .custom-partner-the-home-btn a:hover {
  box-shadow: inherit;
}
.the-home-links .container {
  max-width: 960px;
}
.links-custom-order {
  max-width: 800px;
  margin: 50px auto;
}
.custom-partner-the-home-btn a {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  transition: all ease-in-out 0.5s;
  display: inline-block;
  max-width: 300px;
}

.justify-content-center{
      justify-content: center;
}
.marginmt{
    margin-top: 40px;
}
@media(max-width:767px) {
    .links-custom-order {
      max-width: 400px;
    }
    .links-home-way a {
      width: 100%;
      margin: 10px 0;
    }
}