.snst-post-banner {
    margin: 0 0 119px;
}

.snst-post-banner .banner-image {
	min-height: 580px;
	display: flex;
	justify-content: center;
	position: relative;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px;
}

.snst-post-banner .banner-image:only-child {
	align-items: center;
}

.snst-post-banner .banner-image:before {
	content: "";
	height: 100%;
	width: 100%;
	background-color: var(--wp--preset--color--snst-black-07);
	position: absolute;
	top: 0;
	left: 0;
}

.snst-post-banner h1 {
	margin-top: 137px;
	text-align: center;
	color: var(--wp--preset--color--snst-white);
	position: relative;
	margin-bottom: calc(184px + 40px);
}

.snst-post-banner .banner-image:only-child h1 {
	margin: 0;
}

.snst-post-banner .banner-details {
	display: flex;
	column-gap: 104px;
	background-color: var(--wp--preset--color--snst-white);
	box-shadow: 0px 4px 5px 5px rgba(0, 0, 0, 0.09);
	border-radius: 40px;
	width: 1590px;
	max-width: calc(100% - 70px);
	margin: -214px auto 0;
	padding: 35px 76px;
	position: relative;
}

.snst-post-banner .banner-details:only-child {
	margin: 50px auto 0;
}

.snst-post-banner .banner-details .item {
	width: calc(20% - 104px * 4 / 5);
	text-align: center;
	flex-grow: 1;
}

.snst-post-banner .banner-details .item .icon {
	width: 154px;
	height: 109px;
	position: relative;
	margin: 0 auto 20px;
}

.snst-post-banner .banner-details .item i {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: transparent;
    -webkit-text-stroke: 1px var(--wp--preset--color--snst-blue);
    font-size: 39px;
    line-height: 39px;
}

.snst-post-banner .banner-details .item h4 {
	margin-bottom: 7px;
	font-weight: 600;
}

.snst-post-banner .banner-details .item .post-info {
	font-size: var(--wp--preset--font-size--snst-extra-small);
	line-height: 30px;
	font-weight: 300;
	color: var(--wp--preset--color--snst-black-05);
	text-transform: capitalize;
}

.snst-post-banner .banner-details .item .post-info ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* Responsive Style */
@media screen and (max-width: 1440px) {

	.snst-post-banner .banner-details {
		column-gap: 30px;
		padding: 35px 50px;
	}

	.snst-post-banner .banner-details .item {
		width: calc(20% - 30px * 4 / 5);
	}
}

@media screen and (max-width: 1080px) {

	.snst-post-banner .banner-details {
		padding: 35px 30px;
	}

	.snst-post-banner .banner-details {
		max-width: calc(100% - 40px);
	}
}

@media screen and (max-width: 951px) {

	.snst-post-banner {
		margin: 0 0 70px;
	}

	.snst-post-banner .banner-details {
		flex-wrap: wrap;
		gap: 30px;
	}

	.snst-post-banner .banner-details .item {
		width: calc(50% - 25px);
	}
}

@media screen and (max-width: 481px) {

	.snst-post-banner .banner-details {
		gap: 40px;
	}

	.snst-post-banner .banner-details .item {
		width: 100%;
	}
}
