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

.home-title h2:after {
    content: '';
    width: 100%;
    height: 20px;
    background: url(/wp-content/uploads/2024/10/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%);
}

/* css btn underline */
.button.is-underline:before {
    width: 94% !important;
    left: 3% !important;
    height: 1px !important;
    opacity: 1 !important;
}

a.button.is-underline {
    font-size: 12px;
    font-weight: 500;
	text-transform: uppercase;
	font-family: Objektiv, "Gill Sans", sans-serif;
    margin: 0;
}

/* css Savings You'll Love */
.home-stack a.button.is-underline {
    font-size: 10px;
    color: #222 !important;!i;!;
    font-weight: 600;
    letter-spacing: 2px;
	text-transform: uppercase;
	font-family: Objektiv, "Gill Sans", sans-serif;
    opacity: 1;
}

.home-stack-box .box-text-inner h4 {
    margin: 5px 0 10px 0;
}

/* css A New Way */
.div-left-text .col-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

@media (min-width: 850px) {
	/* css slider category */
	.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
		margin-top: -5% !important;
	}
	
}

@media (max-width: 768px) {
	
}

@media (max-width: 549px) {
	/* css Savings You'll Love */
	.div-stack > .col-inner {
		overflow-x: auto;
	}

	.home-stack {
		width: max-content;
	}
	
	.home-stack-1 {
		max-width: 1000px;
	}
	
	.home-stack-2 {
		max-width: 1250px;
	}
}

