Cancer Fact Sheets
.checoefactsheets {
display: flex;
justify-content: stretch;
justify-items: stretch;
flex-direction: row;
justify-items: stretch;
align-items: stretch;
flex-wrap: wrap;
flex-direction: row;
padding-inline-start: 0px;
margin-bottom: 1rem;
}
.checoefactsheets > div {
background-color: rgba(245, 245, 245, 1);
display: block;
vertical-align: top;
list-style: none;
margin: 0.5rem;
padding: 0px;
border-radius: 1rem;
flex: 0 1 30%;
padding: 1rem;
text-align: center;
}
.checoefactsheets > div img {
width: 150px;
margin-bottom: 1rem;
}
.checoefactsheets h2 {
font-si
