.goals-block .goals-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  color: var(--wp--preset--color--white);
  margin-top: 3rem; }
.goals-block .goals-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  text-align: center;
  margin-bottom: 2rem; }
.goals-block .goals-description {
  width: 100%;
  max-width: 250px;
  margin: auto; }
.goals-block .goals-image {
  margin: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 0.5rem; }
.goals-block .goals-year {
  font-size: 1.625rem;
  font-weight: 700;
  border-bottom: 1px solid var(--wp--preset--color--yellow); }
@media (max-width: 991.98px) {
  .goals-block .goals-container {
    grid-template-columns: 1fr; } }

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