.content1 {
  margin-bottom: 100px;
}

h2 {
  text-align: center;
  margin-bottom: 60px;
}

.et-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px;
  margin: 0 auto;
  background-color: #eae4ee;
  border-bottom: 1px solid #ccc;
}
.et-box:last-of-type {
  border: 0;
}
.et-box p {
  margin: 0;
  color: #333;
}
.et-box .left-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.et-box .left-txt .number {
  font-size: 3em;
  color: #4d2d8f;
}
.et-box .left-txt .text {
  padding-top: 10px;
}
.et-box .icon {
  font-size: 3em;
  padding: 0 20px;
}
.et-box .icon i {
  color: #4d2d8f;
}
.et-box .clock {
  margin-right: 8px;
}
.et-box .place {
  margin-right: 13px;
}