.other-header .background {
    background: url(../../assets/images/home-header-image.jpg) no-repeat fixed center;
    background-size: cover;
}

.box {
    border: 0.5px solid black;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 320px;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 7px 7px 7px gray;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}

.box:nth-child(1) {
    background-color: #03456b;
}

.box:nth-child(2) {
    background-color: #009adc;
}

.box:nth-child(3) {
    background-color: #015377;
}

.box p {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
}

blockquote#scripture {
    font-family: "Pacifico", cursive;
    font-size: 1.4rem;
    text-align: center;
}

#charity img {
    display: inline-block;
    margin: 1rem auto;
    border: 1px solid gray;
    border-radius: 1rem;
    box-shadow: 7px 7px 7px gray;
}