.home-title h2 {
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

.home-title h2:after {
    content: '';
    width: 100%;
    height: 20px;
    background: url(/wp-content/uploads/2024/08/icon-heading.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    left: 50%;
    line-height: 0;
    transform: translateX(-50%);
}


@media (max-width: 549px) {
	.banner-mobi {
		padding: 0 !important;
	}
	
	.padding20 {
		padding: 10px 0 !important;
	}
}

