.boxes-with-text h2 {
  font-family: "Archivo", sans-serif;
  font-size: 40px;
}
.boxes-with-text .text-box {
  background-color: #fff;
}
.boxes-with-text p {
  font-weight: 400;
  color: #616161;
  font-size: 16px;
}

@media only screen and (min-width: 600px) and (max-width: 959px) {
  .boxes-with-text .text-box {
    width: 31%;
  }
}
@media screen and (min-width: 960px) {
  .boxes-with-text h2 {
    font-size: 64px;
  }
}
