*{box-sizing:border}
.tz-listicles.lt-list {
    display: grid;
    gap: 60px;
	
}
.tz-listicles.lt-list .lt-list-item {
    border: 1px solid #D7DBDE;
    border-radius: 20px;
}
.lt-list-item .lt-header {
    display: flex;
    justify-content: start;
	gap:24px;
    padding: 40px;
    align-items: center;
    border-bottom: 1px solid #D7DBDE;
}
.lt-list-item .lt-content {
    display: flex;
    justify-content: space-between;
}
.lt-list-item .lt-header .lt-cta{
	margin-left:auto;
	  flex: 0 0 300px;
	text-align:center;
}
.item-content-list {
    flex: 0 0 300px;
    padding: 40px
}
.lt-list-item .lt-content .content {
    padding: 40px;
    border-right: 1px solid #D7DBDE;
}
.lt-header a {
    padding: 14px 24px 14px 24px;
    border-radius: 32px;
    background-color: #29E8AE;
    font-family: 'Lexend';
    color: #12334E;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    line-height: 24px;
}

.tz-listicles .item-content-list ul {
    list-style-type: none;
}
.tz-listicles .item-content-list ul li {
   display: flex;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 32px;
    color: #12334E;
    font-weight: 300;

}
.item-content-list ul li.price:before,
.item-content-list ul li.comp-size:before,
.item-content-list ul li.year:before,
.item-content-list ul li.address:before{
	height: 36px;
    width: 36px;
	position: relative;
    top: -2px
}

.item-content-list ul li.price:before {
    content: url('../svg/im1.svg');
}
.item-content-list ul li.comp-size:before {
    content: url('../svg/im2.svg');
}
.item-content-list ul li.year:before {
    content: url('../svg/im3.svg');
 
}
.item-content-list ul li.address:before {
    content: url('../svg/im4.svg');
}
.lt-list-item .lt-header img {
        width: 140px;
    height: 140px;
    border: 1px solid #D7DBDE;
    border-radius: 8px;
    padding: 10px;
}
.item-heading-review h2 {
    font-family: 'Lexend';
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    color: #12334E;
}
.item-heading-review p {
    font-family: 'Lexend';
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #415C71;
    margin-bottom: 8px;
    margin-top: 8px;
}
.lt-list-item .lt-content .content a {
    color: #008077;
}
.lt-list-item .lt-content .content {
    color: #415C71;
    font-weight: 300;
	font-size: 20px;
    line-height: 32px;
}
.lt-list-item .reviews{
	display:none;
}

@media only screen and (min-width:768px){
	.show_mobile{
		display:none;
	}
	.show_pc{
		display:block !important;
	}
}
@media only screen and (max-width:768px){
	.item-heading-review h2 {
		font-size: 18px;
		line-height: 24px;
	}
	.tz-listicles .item-content-list ul li {
		display: flex;
		gap: 4px;
		margin-bottom: 8px;
		font-size: 16px;
		line-height: 24px;
		align-items: center;
	}
	.lt-header a {
		padding: 10px 20px;
        font-size: 16px;
        width: 100%;
        text-align: center;
        line-height: 24px;
		margin-top: 12px;
        font-weight: 500;
	}
	.item-content-list.show_mobile {
		column-count: 2;
    	column-gap: 32px;
		padding:0;
	}
	.show_mobile{
		display:block;
	}
	.show_pc{
		display:none !important;
	}
	.lt-list-item .lt-header {
    	display: grid;
		padding: 20px 16px;
		gap: 0px;
		justify-content: unset;

	}
	.lt-list-item .lt-header .lt-cta {
		margin-left: 0;
		text-align: left;
		display: inline-block;
	}
	.lt-list-item .lt-header img {
		width: 60px;
		height: 60px;
		margin-bottom:12px;
	}
	.tz-listicles.lt-list {
		gap: 24px;
		padding: 0px 0px;
	}
	.lt-list-item .lt-content {
		display: grid;
	}
	.lt-list-item .lt-content .content {
		        padding: 20px 16px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
	}
	.lt-list-item .lt-content .content {
		border-right: 0;
	}
	.item-content-list {
		padding: 0;
	}
}