/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-webinane-donation-giving-hand2 {
	margin: 40px 0;
}

.wp-block-webinane-donation-giving-hand2 .wpcm-campaign-style2 {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    background-size: cover !important;
}
.wp-block-webinane-donation-giving-hand2 .wp-block-button__link {
    box-shadow: -1px 10px 18px 0px rgba(0, 0, 0, 0.18);
    padding: 20px 50px;
    border-radius: 40px;
}
.wp-block-webinane-donation-giving-hand2 .wpcm-campaign-style2::before {
    content: "";
    height: 793px;
    width: 793px;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: -72%;
    right: -25%;
    z-index: 1;
    box-shadow: 0 0 0 30px #2035b6, 0 0 0 188px #233bcf;
}

.wp-block-webinane-donation-giving-hand2 .wpcm-campaign-style2 .strt-campaign-desc {
    background-repeat: no-repeat;
    padding: 80px 30px 80px 105px;
    background-position: -70px 157%;
    background-blend-mode: luminosity;
    background-color: #233bcf;
    width: 49%;
    float: left;
    z-index: 2;
    position: relative;
}
.wp-block-webinane-donation-giving-hand2 .wpcm-campaign-style2 .strt-campaign-desc h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 12px;
}
.wp-block-webinane-donation-giving-hand2 .wpcm-campaign-style2 .strt-campaign-desc p {
    color: #fff;
    margin-bottom: 35px;
}
