.hori-timeline {
  margin-right: auto;
  margin-left: auto;  
}

.hori-timeline .events {
  display: flex;
  border-top: 3px solid #fff;
  margin-top: 30px;
}

.hori-timeline .events .event-list {
  
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}

.hori-timeline .events:before {
  content: "";
  position: absolute;
  height: 30px;
  border-right: 2px solid #fff;
  top: 0;
}
.hori-timeline .events .event-list:before {
  content: "";
  position: absolute;
  height: 120px;
  border-right: 2px solid #fff;
  top: 0;
}

.hori-timeline .events .event-list .event-date {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: 40px;
  /* margin: 15px 16px 16px 115px; */
  /* margin-top: auto; */
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  padding: 2px 4px;
  background-color: #0E0D0C;
  border: 2px solid #fff;
  
  color: #fff;
}

.card {
  
  -webkit-box-shadow: 0 0 13px 0 rgba(236, 236, 241, .44);
  box-shadow: 0 0 13px 0 rgba(236, 236, 241, .44);
  color: #fff !important;
  background-color: #a1845a;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* width: 100%; */
  height: 170px;
  /* max-width: 1200px; */
  text-align: center;
  margin: 50px 10px;
}

/* 
.icon {
  display: block;
  font-size: 45px;
  color: #fff;
 
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 20px;
} */

.card .icon {
  background: #151719;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  box-shadow: 0.6em 0.6em 1.2em #2f3134, -0.5em -0.5em 1em #705c3f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  color: #B99D75;
  padding: 30px;
}
@media (min-width: 1140px) {
  .hori-timeline .events .event-list {
    display: inline-block;
    width: 24%;
    /* padding-top: 45px; */
  }

  /* .hori-timeline .events .event-list .event-date {
    margin: 15px 16px 16px 128px;
  } */
}
@media (max-width: 767px) {
  .how-it-title
  {
    font-size:32px !important;
  }
  .hori-timeline .events
  {
    display: block !important;
  }
  .card
  {
    margin-bottom: 0px !important;
    height: 240px;
  }
  .card h5 
  {
    font-size: 16px;
  }
}

