.body-content h2 {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 20px 30px;
}

.body-content h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 30px 0 20px 0;
}

.body-content h4 {
    font-size: 1.2em;
    text-align: center;
}

.images {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin: 50px 0;
}

.images img {
    margin: 5px;
}

#InducteeContent iframe.embeddedPdf {
    width: 100%;
    height: 1125px;
}

#InducteeContent iframe.embeddedVideo {
    width: 100%;
}