#PromotedBlog {
	background:none;
	border-radius: 16px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 25%);

}
#PromotedBlog .et_pb_slide_overlay_container {
	backdrop-filter: blur(5px);
}
#PromotedBlog > .et_pb_slides > .et_pb_slide {
	background-color: rgba(0, 0, 0, .45);
	background-blend-mode: darken;
}
#PromotedBlog .et_pb_slide_title {
	font-size: var(--fs-h3);
	text-align: center !important;
}
#PromotedBlog .et_pb_slide_title a {
	text-decoration: none;
}
#PromotedBlog .et_pb_slide_description {
	text-shadow: 3px 3px 4px rgb(0 0 0 / 75%);
	padding: 3em 0.5em;
}

#PromotedBlog .et_pb_more_button{
	padding-block: 0;
    font-size: 85%;
}

#PromotedBlog div.et_pb_button_wrapper > a:after {
	line-height: 1.2em !important;
}

#PromotedBlog .et_pb_slide_content div {
	font-size: var(--fs-400);
}

#PromotedBlog h2, #PromotedBlog h3, #PromotedBlog h4 {
    border-style: none;
}

/* REad more as a button */
/*
body.single div.et_pb_post div.post-content > a {
    box-sizing: border-box;
    outline: 0;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    transition: background-size 500ms ease !important;
    font-weight: 500;
    padding: .3em 1em;
    border: 2px solid;
    transition-property: all!important;
    position: relative;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.6);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    background: linear-gradient(131deg, rgba(207,121,16,1) 0%, rgba(207,121,16,1) 20%, rgba(243,170,61,1) 50%, rgba(207,121,16,1) 80%, rgba(207,121,16,1) 100%);
    text-decoration: none;
    background-color: rgba(234,162,53,0.97);
    border-width: 3px!important;
    border-color: #bc782b;
    border-radius: 10px;
    letter-spacing: 1px;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-size: var(--fs-300);
    padding-right: 2em!important;
    padding-left: 2em!important;
    line-height: 1.4em !important;
    color: #fefefe;
    flex-grow: 1;
    height: 54.9375px;
}
*/											
div.et_pb_row.section_highlight.custom_list_2_columns > div.et_pb_column.et_pb_column_1_2:first-child {
    padding-left: 1em;
}

div.et_pb_row.section_highlight.custom_list_2_columns > div.et_pb_column > div.et_pb_module.et_pb_text > div.et_pb_text_inner > p {
    padding-bottom:0;
}
div.et_pb_row.section_highlight.custom_list_2_columns > div.et_pb_column > div.et_pb_module.et_pb_text > div.et_pb_text_inner strong {
    color: var(--lowlight_color);
}

@media only screen and ( max-width: 980px ) {
    div.et_pb_row.section_highlight.custom_list_2_columns > div.et_pb_column.et_pb_column_1_2 {
        padding-inline: 1em;
    } 
    div.et_pb_row.section_highlight.custom_list_2_columns > div.et_pb_column > div.et_pb_module.et_pb_text > div.et_pb_text_inner > div.et-custom-list > ul {
        padding-bottom: 0;
    }
}
@media only screen and ( max-width: 768px ) {
}
@media only screen and ( max-width: 480px ) {
}