/* BloodCommunity Gutenberg Block */

/* commen css */
html :where(.wp-block) {
    margin-bottom: 0px;
    margin-top: 0px;
}

/* add none, wide width , full width, align center in Content canvas every block development code */
.alignwide,
.alignfull {
    margin: 0px calc(49.75% - 50vw);
    max-width: 100vw;
    width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 920px) {
    .alignwide {
        margin: 32px -76px;
        max-width: 920px;
        width: 920px;
    }
}

/* commen css end */

.card_about_87r {
    max-width: 100%;
    margin: auto;
}

.card_about_87r {
    width: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: transparent;
}

.card_about_9dh_ground {
    width: 100%;
    display: block;
    display: grid;
    grid-gap: 0.5%;
    grid-template-columns: 33% 33% 33%;
}

.card_7ru {
    background: rgba(235, 83, 16, .9);
    text-align: center;
}

.padd_9 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padd_9 title3 {
    font-size: 22px;
    font-weight: bold;
    color: white;
}

.padd_9 p {
    width: 95%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: white;
}

.ic_9udj {
    border: 1px solid #ffffff;
    padding-right: 30px;
    padding-left: 30px;
    color: white;
    cursor: pointer;
    padding: 7px 14px 7px 14px;
}

.ic_9udj {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ic_9udj:hover {
    background-color: rgba(17, 17, 17, 0.377);
}



/* responsive */
@media (max-width: 768px) {
    .card_about_9dh_ground {
        display: block;
    }
}