.timeline_event {
  position: relative;
}

.timeline_event .date_and_time {
  text-align: right;
  float: left;
  font-size: 25px;
  font-weight: 300;
  margin-top: 39px;
  padding-right: 25px;
}

.timeline_event .data:before {
  box-shadow: 0 0 0 4px #b15c11;
  left: -8px;
  background: #753700;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  content: "";
  top: 45px;
  position: absolute;
}

.timeline_event .data:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  background-color: #a94442;
}

.timeline_event .data {
  background-color: #fbf4ee;
  padding: 40px 50px;
  border-left: 3px solid #b15c11;
  position: relative;
}

.timeline_event .title {
  margin-top: 0 !important;
  font-family: Courgette;
}

.timeline_event .content {
  margin-top: 30px;
}

@media only screen and (max-width: 480px) {
  .timeline_event {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .timeline_event .date_and_time,
  .timeline_event .data {
    width: 100%;
    margin-left: 0;
  }

  .timeline_event .date_and_time {
    margin-top: 0;
    position: absolute;
    left: 0px;
    text-align: left;
    top: 0;
    z-index: 999;
    width: auto;
    left: 54px;
    padding-right: 0;
    top: 30px;
  }

  .timeline_event .data {
    padding-top: 80px;
  }

  .timeline_event .data:before {
    top: 37px;
  }
}
