/* ///////////////////////////////////////////////////////////////////// */
/* Imports */

@import url(../../../src/utilities/colors.css);

/* ///////////////////////////////////////////////////////////////////// */
/* Box */

.text-box {
  width: 100%;
  margin-bottom: 4.8rem;
}

@media (min-width: 768px) {
  .text-box {
    width: 75%;
  }
}

/* ///////////////////////////////////////////////////////////////////// */
/* Text */

.text-box-text {
  margin-bottom: 2.4rem;
}
