
article.content.px-4[data-uri*="boost"] {
    padding: 0 !important;
    background-image: url('/boost/images/documents.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0;
}

.col-md-4 {
    text-align: center;
}

@media only screen and (max-width: 75em) {
    article.content.px-4[data-uri*="boost"] {
        padding: 0 !important;
        background-image: url('/boost/images/documents.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right 0;
    }
}

.capBtn {
    background: #f49832;
    margin: 2px;
    border-radius: 8px;
    border: none;
    padding: 12px 20px;
    font-weight: 900;
}

.capBtn :hover {
    background: #ea802b;
}
