/*
Theme Name: Astra Child
Template: astra
Author: tamilven
Version: 1.0
*/

.blog-post-form-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
}

ul + br,
h2 + br {
	display: none;
}

.custom-mergers article {
	display: flex;
	flex-direction: row !important;
	align-items: center;
	gap: 20px;
}

.ast-container {
	max-width: 100% !important;
	padding: 0;
}

.ast-container .post.category-mergers-acquisitions {
	padding: 0 !important;
}

.dm-simple-submenu>li:hover>a {
   background: #12b7d3 !important;
    color: #020a20 !important;
    font-weight: 500 !important;
}

@media(max-width: 767px) {
	.custom-mergers article {
		flex-direction: column !important;
	}
}