.wrap-landing-banner {
	display: flex;
	gap: 24px;
}
/* .sth-banner-left {
	width: calc((100% - 24px) / 2);
}
.sth-banner-right {
	width: calc((100% - 24px) / 2);
} */
.sth-banner-left,
.sth-banner-right {
	flex: 1;
}
.sth-banner-left h1 {
	line-height: 1.3;
}
.wrap-landing-banner .sth-form-contact {
	width: 100%;
}
.editor-styles-wrapper .sth-banner-right {
	display: none;
}
.sth-landing-banner {
	position: relative;
	padding: 96px 0;
}
.sth-bglanding-banner {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 100%;
}
.sth-banner-right .sth-form-contact {
	padding: 32px;
	background: #fff;
	border-radius: 28px;
	position: relative;
}
.sth-box-price {
	display: flex;
	padding: 16px;
	border-radius: 28px;
	background-color: #E4FCE9;
	gap: 12px;
	width: max-content;
	margin-top: 24px;
	margin-bottom: 24px;
}
.sth-box-price .flag-icon {
	max-width: 48px;
}
.flag-icon img {
	vertical-align: middle;
}
.sth-box-time-btn {
	display: flex;
	gap: 4px;
	padding: 4px;
	border-radius: 16px;
	align-items: center;
}
.sth-box-time-btn span {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: calc((100% - 4px) / 2);
	padding: 8px;
	border-radius: 8px;
	min-width: 80px;
	line-height: 18px;
}
.sth-box-time-btn span.active {
	color: #fff;
	background-color: #1C1C1B;
}
.sth-meta-price {
	display: none;
}
.sth-meta-price.active {
	display: block;
}
.decs_meta {
	display: block;
	margin-top: -4px;
}
.sth-banner-content-landing ul {
	padding-top: 12px;
}
.sth-banner-content-landing ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	margin-bottom: 12px;
}
.sth-banner-content-landing ul li:last-child {
	margin-bottom: 0;
}
.sth-banner-content-landing ul li:before {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(https://teamapac.com/wp-content/uploads/2025/05/icon-check.svg);
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 1024px) { 
	.sth-landing-banner {
		padding: 72px 0;
	}
	.sth-box-price .flag-icon {
		width: 44px;
	}
	.sth-box-price .flag-icon img {
		width: 100%;
		vertical-align: middle;
	}
	.sth-banner-content-landing ul {
		padding-top: 8px;
	}
	.sth-banner-content-landing ul li {
		margin-bottom: 8px;
	}
}
@media screen and (max-width: 820px) { 
	.sth-landing-banner .container {
		max-width: 100%;
		position: relative;
	}
	.sth-landing-banner {
		padding: 37px 0;
		padding-bottom: 35px;
	}
	.sth-banner-left, .sth-banner-right {
		width: calc((100% - 24px) / 2);
		padding-right: 36px;
		flex: unset;
	}
	.sth-banner-right {
		padding-right: 0;
	}
	.sth-box-price {
		flex-wrap: wrap;
		padding: 12px;
		width: 100%;
		gap: 8px !important;
		border-radius: 20px;
		margin-top: 21px;
	}
	.sth-box-time-btn {
		width: 100%;
	}
	.sth-box-time-btn span {
		width: max-content;
		font-size: 12px;
		line-height: 16px;
	}
	.sth-box-price .flag-icon {
		width: 40px;
	}
	.sth-box-price {
		gap: 8px;
	}
	.sth-banner-content-landing ul li {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) { 
	.wrap-landing-banner {
		flex-wrap: wrap;
	}
	.sth-banner-left, .sth-banner-right {
		width: 100%;
		padding: 0;
	}
	.sth-banner-left h1 {
		text-align: center;
	}
	.sth-box-price {
		margin-top: 23px;
	}
	.sth-banner-right .sth-form-contact {
		border-radius: 16px;
	}
	
}