.w-1-3 {
    width: 33.3333%;
  }
.w-2-3 {
    width: 66.6667%;
}

@media (min-width: 768px) {
  .md\:w-1-3 {
    width: 33.3333%;
  }
  .md\:w-2-3 {
    width: 66.6667%;
  }
}

body {
  font-family: 'Montserrat', sans-serif;
  color: white;
}

.prose strong {
  color: #ffffff !important;
}