/* Enter Your Custom CSS Here */
.blocks-gallery-caption {font-size: 13px;
    text-align: center;margin:0 auto;
}
p {word-break:break-word;}

.wp-block-button.nwf-reusable-button .wp-block-button__link {
		border-radius: 0 !important;
		text-transform: uppercase !important;
		font-size: 18px !important;
		padding: 15px 20px !important;
		line-height: 1 !important;
		max-width: 250 !important;
		background-color: #00573d !important;
		-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
    
.wp-block-button.nwf-reusable-button a.wp-block-button__link:after {
		content: "\f061";
    font-family: 'FontAwesome';
		margin-left: 5px;}

.wp-block-button.nwf-reusable-button .wp-block-button__link:hover {
		background-color: #3a3a3a !important
}

.fa {
		font-family: 'FontAwesome';
}