/*
 * Theme Name: BP_Gutenberg
 * Description: Modern development workflow for WordPress themes.
 * Author: CreativeSoft
 * Text Domain: wonderhatch
*/


.post-page .content-section.mb-none h2,
.post-page .content-section.mb-none h3,
.post-page .content-section.mb-none h4,
.post-page .content-section.mb-none h5,
.post-page .content-section.mb-none p {
    margin-bottom: 0;
}


form.wpcf7-form.failed .wpcf7-response-output {
    background-color: #fe8a37;
}

.modal-video__wrapper iframe, .modal-video__wrapper video {
    object-fit: contain !important;
}
