.home-main-title .pri-text {
	color: var(--primary-color);
}
.lp-temp-sec2 .count-item {
	display: flex; 
	gap: 15px;
}
.lp-temp-sec2 .count-item .ue-list-item-text {
	font-size: 14px; 
	color: #666;
}
.lp-temp-sec2 .count-item .item-number {
	font-size: 18px;
	flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
	width: 60px;
    height:60px;
	font-weight: 700;
	border-radius: 12px;
	border: 1px solid #ddd;
	margin-top: 10px;
	color: var(--fs-color-secondary);
}
.lp-temp-sec2 .count-item .ue-list-item-title {
	font-size: 20px; 
	font-weight: 600;
}
.lp-temp-sec2 .line-ct > .col-inner {
	position: relative;
}
.lp-temp-sec2 .line-ct > .col-inner:before, .lp-temp-sec2 .line-ct > .col-inner:after,.lp-temp-sec2 .ct-2 .img-1:before,.lp-temp-sec2 .ct-2 .img-1:after {
	content:"";
	position:absolute;
	background-color: #F6F6F6;
}
.lp-temp-sec2 .line-ct > .col-inner:before {
	height: 100%;
	width: 2px;
	left: 0;
	top:0;
}
.lp-temp-sec2 .line-ct > .col-inner:after {
	height: 2px;
	width: 45px;
	left: 0;
	top:40px;
}
.lp-temp-sec2 .ct-2 > .col-inner {
	display: flex;
    flex-direction: column;
}
.lp-temp-sec2 .ct-2 .img-1 {
	position:relative;
	padding-top: 100px;
}
.lp-temp-sec2 .ct-2 .img-1:before {
	top: 0;
	right:-50px;
	background: url(/wp-content/uploads/2023/08/box.png) center center/contain no-repeat;
	width: 45px;
	height:45px;
}
.lp-temp-sec2 .ct-2 .img-1:after {
	bottom: -125px;
	left:-50px;
	background: url(/wp-content/uploads/2023/08/box.png) center center/contain no-repeat;
	width: 80px;
	height:80px;
}
.lp-temp-sec2 .ct-2 .img img {
	border-radius: 40px; 
	overflow: hidden;
}
.lp-temp-sec2 .ct-2 .img-2 {
	align-self:flex-end;
	margin-top: -50px; 
	position:relative;
}
.lp-temp-sec2 .ct-2 .img-2:before {
	content:"";
	position:absolute;
	top: 50px;
	left: -25px;
	background: url(/wp-content/uploads/2023/08/stripes.png) center center/contain no-repeat;
	width: 96px;
	height:20px;
	z-index: 1;
}
.lp-temp-sec2 .ct-2 .img-2 img {
	border: 8px solid #fff;
}
.lp-temp-sec3 .img{
	border-radius: 20px;
	overflow:hidden;
}
.lp-temp-sec3 .home-main-title h3 {
    font-size: 1.3rem;
    text-transform: none !important;
    color: #000 !important;
}
.lp-temp-sec4 .wc-ct h2 {
	font-weight: 500;
	font-size: clamp(1.2rem,3vw,1.5rem);
}
.lp-temp-sec4 .wc-ct p {
	padding-left: 30px;
	border-left: 2px solid var(--fs-color-secondary);
}
.lp-temp-sec5 .icon-box .icon-box-img,.lp-temp-sec6 .icon-box .icon-box-img{
	padding: 10px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
}
.lp-temp-sec5 .icon-box .icon-box-img .icon-inner {
	display: flex;
}
.lp-temp-sec5 .icon-box .icon-box-img img,.lp-temp-sec6 .icon-box .icon-box-img img {
	padding: 0;
}
.lp-temp-sec6 .icon-box .icon-box-img {
	height: 60px;
}
@media(max-width: 549px) {
	font-size: 1.1rem;
}