Events
.survivorshipevents > div {
background-color: rgba(245, 245, 245, 1);
padding: 1rem;
border-radius: 1rem;
margin-block: 0.5rem;
border: 1px solid #ccc;
}
.survivorshipevents > div p:nth-child(3) {
font-size: 1.2em;
font-weight: bold;
font-style: italic;
}
.survivorshipevents > div a {
background-color: rgba(2, 86, 138, 255);
color: #fff;
padding: 1rem;
border-radius: 1rem;
}
.survivorshipevents > div > div {
display: inline-block;
}
.survivorshipevents > div > div:nth-child(1) {
width: 150px;
vertical-align: top;
margin-right: 1rem;
}
.survivorshipevents > div > div:n
