/*

Theme Name: WMD Theme

*/



/*html :where(img){height:inherit;max-width:none;}*/



header li.current a {

    background: none !important;

}


body .campaign-list-item_cta-btn {
    background: #402826; 
}
body .campaign-list-item {
    background: #a4743a5e;
    box-sizing: border-box;
    box-shadow: 0 0 8px;
    margin-bottom: 20px;
    border-radius: 20px 0;
}
body .campaign-list-item_key-features > p {
    font-weight: 600;
    font-size: 25px;
}
body .campaign-list-item_key-features ul li {
    font-size: 15px;
}
body .campaign-list-item_cta-btn:hover {
    background: #734e4b;
}
@media only screen and (max-width: 991px) {
	nav.header_section {
		z-index: 999;
	}
}