body {
    background-image: url("../assets/img/bible3.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.about-page .pastor-image {
    clip-path: polygon(0 49%, 0 0, 100% 20%, 53% 100%);
}

.about-page .circle-rotate {
    clip-path: circle(50% at 50% 50%);
}

.about-page .worship-image {
    clip-path: polygon(0% 0%, 100% 0, 100% 63%, 50% 100%, 0 63%);
}

.shrink-text {
    color: black !important;
    font-size: 3rem !important;
    right: 0 !important;
    transition: all 2s ease-in-out !important;
    width: auto !important;
}