@media (max-width: 991.98px) {
  .section-category {
    padding: 80px 0 10px;
  }
}
.section-category {
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0 150px;
}
@media (max-width: 991.98px) {
  .section-category hr {
    margin: 14px 0;
  }
}
.section-category hr {
  border-top: 1px solid #fff;
  margin: 0;
  margin-bottom: 24px;
  width: 100%;
}
.section-category h3 a:hover {
  text-decoration: none;
}
.section-category .items p {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 65px;
}
.section-category .items a {
  display: block;
}
.section-category .items .btn-outline-light {
  margin: auto;
  max-height: 42px;
  max-width: 138px;
}

@media (min-width: 414px) and (max-width: 556px) {
  .section-category .items a {
    margin: auto;
    width: 70%;
  }
}