.desc {
  font-size: 18px;
  line-height: 28px;
  color: #40495b;
}

.caption {
  font-size: 80px;
  position: absolute;
  bottom: 126px;
  text-transform: capitalize;
}

.title {
  margin-bottom: 32px;
}

.desc p {
  margin-bottom: 24px;
}

.desc:last-child p:last-child {
  margin-bottom: 80px;
}

.desc-list {
  margin-bottom: 24px;
  list-style: none;
}

.desc-list li {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  padding-left: 24px;
  color: #40495b;
}

.desc-list li::before {
  content: '';
  background: #303030;
  margin-right: 18px;
  height: 6px;
  line-height: 28px;
  width: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}

.desc-list li+li {
  margin-top: 8px;
}

.section {
  overflow: hidden;
}

@media (min-width: 650px) {
  .hero {
    height: 80vh;
  }
}
