.ftco-section {
  padding: 7em 0;
}

.ftco-no-pt {
  padding-top: 0;
}

.ftco-no-pb {
  padding-bottom: 0;
}

.heading-section {
  font-size: 28px;
  color: #000;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.today {
  width: 100%;
  -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.9);
}

.today-piece {
  border-radius: 0.25rem;
  padding: 0rem;
  font-size: 1.25em;
  text-align: center;
  background: white;
}

.top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.middle {
  border-radius: 0;
}

.bottom {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.day,
.year {
  font-size: 0.85em;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: white;
  background: #2B0A00;
}

.month {
  padding-top: 0.15rem;
  padding-bottom: 0;
  font-size: 1.5em;
  font-weight: 200;
}

.date {
  padding-top: 0;
  padding-bottom: 0.45rem;
  font-size: 3em;
  font-weight: 100;
  color: #000;
}