@import "/css/templates/category-info-page.css";

/*-- all sections --*/
section.section-1 > header > span {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  margin-top: 22px;
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
  
}
section.section-1 > div {
  border: 4px solid var(--color-1);
  padding: 30px 42px;
  
}
section.section-1 > div > flex-row > flex-column > p {
  font-weight: bold;
  margin-bottom: 0;
  
}

@media only screen and (min-width: 768px) {
  
  
}

@media only screen and (min-width: 992px) {
  
  
}

@media only screen and (min-width: 1200px) {
  
  
}

  