.departments {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 32px; }
  @media (min-width: 700px) {
    .departments {
      grid-template-columns: repeat(3, 1fr); } }

.department__title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem; }

.department__text a {
  color: #ff7a00 !important;
  text-decoration: underline; }
  .department__text a:hover {
    text-decoration: none; }

.department__text strong {
  font-size: 2rem; }

@media (min-width: 640px) {
  .department__title {
    font-size: 2.8rem;
    font-weight: 700; } }

/*# sourceMappingURL=block.css.map */
