.prayer-request {
  color: #313437;
  background-color: #fff;
  padding: 50px 0;
}

.prayer-request p {
    color: #7d8285;
    font-size: 18px;
}

.prayer-request h2 {
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.5;
    padding-top: 0;
    margin-top: 0;
    color: inherit;
}

.prayer-request .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 25px;
}

.prayer-request .buttons {
    text-align: center;
}

.prayer-request .buttons .btn {
    padding: 16px 32px;
    margin: 6px;
    border: none;
    box-shadow: none;
    text-shadow: none;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1;
    outline: none;
}

.prayer-request .buttons .btn:hover {
    opacity: 1;
}

.prayer-request .buttons .btn:active {
    transform: translateY(1px);
}
