section .content {
  padding-top: 80px;
  width: 50%;
}
@media (max-width: 991.98px) {
  section .content {
    width: 100%;
  }
}
