.pageTitle{
    color: #ec1e79;
    font-style: italic;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 30px;
    margin: 30px auto;
    line-height: 1.2;
    padding-top: 30px;
    text-align: center;
}
.videoRow{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}
.videoContainer{
    margin: 30px 5px;
    width: 560px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(245, 240, 240);
    border-radius: 5px;
    padding: 20px;
    border: solid 1px lightgray;
    align-self: stretch;
}
.newsVideoLink{
    text-decoration: none;
    color: black;
    font-family: "Poppins";
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
}
.newsRow{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.newsItem{
    width: 30%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    border-radius: 5px;
    margin: 10px;
    border: 1px solid lightgray;
    align-self: stretch;
}
.newsPic{
    width: 100%;
    margin: 0 0 20px 0;
}
.newsLink{
    text-decoration: none;
    color: black;
    font-family: "Poppins";
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}
.boxPadding{
    padding: 0 20px 5px;
}
iframe{
    width: 560px;
    height: 315px;
}
.becuContainer{
    width: 53%;
    display: block;
    margin: 30px auto 0;
}
.becuPic{
    width: 100%;
}
.becuText{
    text-decoration: none;
    color: black;
    font-family: "Poppins";
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    width: 53%;
    margin: 0 auto 50px;
    text-align: center;
}


@media(max-width:767px){
    .videoRow{
        flex-direction: column;
        width: 90%;
    }
    .newsRow{
        flex-direction: column;
    }
    .newsItem{
        width: 95%;
        margin: 30px auto;
    }
    iframe{
        width: 100%;
        height: 180px;
    }
    .videoContainer{
        width: 95%;
    }
    .becuContainer, .becuText{
        width: 95%;
    }
    .becuText{
        font-size: 20px;
        margin-bottom: 30px;
        text-align: left;
    }
    .newsVideoLink{
        font-size: 20px;
    }
}