* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Hack, "Noto Serif", sans-serif;
  grid-row: 3;
}

body {
  font-family: 'Arapey', serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-template-rows: auto auto 1fr auto;
  grid-template-columns: 1fr auto 1fr;
}

p {
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: normal;
}

.col-sm-12,
.col-md-6,
.col-6,
.col-md-3 {
  padding: 0 15px;
}

.col-md-6 {
  width: 50%;
}

.col-md-3 {
  width: 25%;
}

/*@media (max-width: 767px) {
  .col-md-6,
  .col-md-3 {
    width: 100%;
    margin-bottom: 30px;
  }
}*/


