/* mission page */

.overall-bg {
    background: url(../images/mission.jpeg) rgba(204, 51, 51, 0.7);
    background-size: cover;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    justify-content: center;
    align-items: center;
}
.overall-bg p {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
}
.content p {
    font-size: 20px;
    font-weight: 400;
    color: #303030;
    margin: 2.5rem auto;
    width: 90%;
}
