.path-directory-parishes .view-directory-page-blocks .attachment {
  display: flex;
  flex-direction: column;
}
/* Weekday */
.path-directory-parishes .view-directory-page-blocks .attachment .views-element-container:nth-child(1) {
  order: 1;
}
/* Confession */
.path-directory-parishes .view-directory-page-blocks .attachment .views-element-container:nth-child(2) {
  order: 3;
}
/* Adoration */
.path-directory-parishes .view-directory-page-blocks .attachment .views-element-container:nth-child(3) {
  order: 4;
}
/* Devotion */
.path-directory-parishes .view-directory-page-blocks .attachment .views-element-container:nth-child(4) {
  order: 5;
}
/* Communion */
.path-directory-parishes .view-directory-page-blocks .attachment .views-element-container:nth-child(5) {
  order: 2;
}