.booklet{
    font-weight: bold;
}

.header-wrapper{
    padding-top: 50px;
    width: 100%;
    text-align: center;
    color: white;
    background: #47ccff;
}

.header-wrapper span{
    font-size: min(57px, 9vw);
    font-weight: bold;
}

.content{
    background: url("../img/swooshes/committee.svg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 15vw 200px;
}

.pdf-wrapper{
    background: white;
    height: 700px;
}

.pdf{
    border: none;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .content{
        padding: 40px 50px 200px;
    }
}