/* background of block */
.section-485-4728-inner-wrapper {
    background: transparent !important;

    .blog-484-4715-container-wrapper {
        background: transparent !important;
    }
}

/* css for download content + buttons */
.download-btn {
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 12px 24px;
    background-color: #ea3b2f;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 9999px;
    font-weight: bold;
    font-size: 14px;
    transition: background-color 0.2s ease-in-out;
    outline: none;
}

.download-btn:hover,
.download-btn:focus,
.download-btn:active {
    background-color: #d03429;
    color: white;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}