| .docItemContainer header + *, | |
| .docItemContainer article > *:first-child { | |
| margin-top: 0; | |
| } | |
| .docItemContainer { | |
| display: flex; | |
| flex-direction: column; | |
| justify-content: space-between; | |
| height: 100%; | |
| padding: 0 0.3rem; | |
| } | |
| @media (min-width: 997px) { | |
| .docItemCol { | |
| max-width: 75% !important; | |
| } | |
| .docItemContainer { | |
| padding-bottom: 3.5rem; | |
| } | |
| } |