@import url(common.css);


.sermon-video {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;

    h3 {
        padding: 20px;
        color: #5E1912;
    }

    p {
        width: 35%;
        margin: 0 auto;
        color: darkblue;
        text-align: center;
    }
}
