.pageHeadline{
    color: #ec1e79;
    font-style: italic;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 30px;
    margin: 30px auto;
    line-height: 1.2;
    padding-top: 30px;
}
.headline{
    font-family: "Poppins";
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}
.centered{
    text-align: center;
}
.italicized{
    font-style: italic;
}
.twoColumnWideRight{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.leftColumnWideRight{
    width: 25%;
    padding: 20px 20px 0 20px;
}
.rightColumnWideRight{
    width: 62%;
    padding: 20px 20px 0 20px;
}
.hAndWBHeadline{
    font-family: "Poppins";
    font-size: 20px;
    line-height: 1.2;
}
.normalPara{
    font-family: "Poppins";
    font-size: 18px;
    line-height: 1.2;
}
.twoColumnEqual{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.leftColumn{
    width: 40%;
    padding: 10px;
}
.rightColumn{
    width: 40%;
    padding: 10px;
}
.smallIcon{
    width: 55%;
    display: block;
    margin: auto;
    margin-top: -30px;
}
.twoColumnHeadline{
    font-family: "Poppins";
    font-weight: 600;
    font-size: 22px;
    text-align: center;

}
.threeColumnHeadlineBig{
    font-family: "Poppins";
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    margin-bottom: 50px;
}
.impactStatement{
    font-size: 18px;
    margin-bottom: 30px;
}
.threeColumn{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.threeColumnLeft, .threeColumnCenter, .threeColumnRight{
    width: 20%;
    padding: 0 15px;
    margin-left: 80px;
}
.threeColumnIcon{
    width: 50%;
    display: block;
    margin: auto;
}
.threeColumnIconBig{
    width: 80%;
    display: block;
    margin: auto;
}
.threeColumnHeadline{
    font-family: "Poppins";
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}
.threeColumnPara{
    font-family: "Poppins";
    font-size: 18px;
    margin-top: 0;
}
.threeColumnHeadline, .threeColumnPara{
    text-align: center;
}
.blueLine{
    color: #203d7c;
}

.bold{
    font-family: "Poppins";
    font-weight: 600;
}


@media(max-width:767px){
    .twoColumnWideRight, .twoColumnEqual{
        flex-direction: column;
    }
    .leftColumnWideRight, .rightColumnWideRight, .leftColumn, .rightColumn{
        width: auto;
        padding: 0 10px;
    }
    .pageHeadline{
        width: 95%;
        font-size: 26px;
    }
    .hAndWBHeadline{
        text-align: center;
        margin-top: 0;
    }
    .threeColumn{
        flex-direction: column;
    }
    .threeColumnHeadline, .threeColumnPara{
        text-align: center;
    }
    .threeColumnIcon, .threeColumnIconBig{
        margin-top: 30px;
    }
    .pageHeadline{
        font-size: 26px;
    }
    .headline{
        font-size: 22px;
        width: 95%;
        padding: 10px;
    }
}