.subtitle:before{
	background: url('/wp-content/themes/versatile-custom-child/dist/img/subtitle-icon.svg');
    border: unset;
    width: 8px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0.6rem 0.5rem 0.6rem 0 !important;
}

.section-custom .bg-shape{
	right: -20%;
}
.block-logo{
	display: none;
}

@media (min-width: 992px){
	.show-logo-left .block-logo{
		position: absolute;
		left: -150px;
		bottom: -125px;
		display: initial;
	}
	
	.show-logo-right .block-logo{
		position: absolute;
		right: -175px;
		top: -170px;
		display: initial;
	}
}