.banner-section {
    width: auto;
    height: auto;
}
.product-section img {
	width: 100%;
}
.banner-btn a,.product-sec-btn a.wp-block-button__link {
    color: #fff !important;
    text-decoration: none !important;
    border: none;
    padding: 13px 13px !important;
    font-weight: 600;
    color: #fff !important;
}
.banner-btn a.wp-block-button__link:hover,
.product-sec-btn a.wp-block-button__link:hover {
	color: #0b5ead !important;
    background: #fdd922 !important;
    border:2px solid #fdd922 !important;
}
.banner-categories-section{
	margin-bottom: 25px;
}
.wp-block-cover.is-light img{
	height: auto;
}
.categories-section ul {
    padding: 0px !important;
}
.category {
	padding: 16px !important;
	font-weight: 600;
}
.categories-section .category:before {
	content: "\f0c9";
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
} 
.categories-section .wp-block {
	margin: 0px !important;
}
.categories-section .block-editor-block-list__block.wp-block.wc-block-product-categories.wp-block-woocommerce-product-categories {
	margin-top: 0px !important;
}
@media screen and (max-width: 767px) {
	.banner-section {
		min-height: auto !important;
	}
	.wp-block-cover.is-light img{
		height: 100%;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.banner-categories-section.wp-block-columns,
	.service-section.wp-block-columns {
		flex-wrap: nowrap !important;
	}
	.banner-section {
		min-height: auto !important;
	}
	.wp-block-cover.is-light img{
		height: 100%;
	}
}