#carousel{
  margin-top: 5.25rem;
}
.details{
  width: 75rem;
  margin: 0 auto;
  padding-top: 3.75rem;
  padding-bottom: 5.625rem;
  box-sizing: border-box;
}
.details__title{
  font-size: 1.875rem;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: .75rem;
}
.details__time{
  display: flex;
  justify-content: center;
  align-items: center;
}
.details__time img{
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .625rem;
}
.details__time__text{
  font-size: 1.5rem;
  color: #999;

}
.details__text{
  margin-top: 2.3125rem;
}
.details__text img{
 width: 75rem;
 height: 45rem;
 margin-bottom: 3.1875rem;
}
.details__text p{
  /* text-indent: 2em; */
  font-size: 1.125rem;
  line-height: 2.375rem;
}