.three-col-intro-section > .container > .xlist-strip > .xList-items > .xList-item{
		width:calc((100% / 3) - 60px);
}

	.three-col-intro-section > .container > .xlist-strip > .xList-items{
		gap:60px;
}
	
	
/* Grid option 1*/
 .grid-option-1 .grid-wrapper{
     gap:35px;
 }
 
 
 /* Content Wrapper With Large Image Rotaor */
 
.content-wrapper-with-large-image-rotator .flex-wrapper .description-wrapper{
    padding: 55px 45px 55px 55px;
}

.content-wrapper-with-large-image-rotator .featured-ameneties-wrapper{
    gap:8px
}


.featured-ameneties-wrapper>p{
    width: calc(50% - 18px);
}

.featured-ameneties-wrapper>p > strong{
    font-size: 1.4rem;
}

.featured-ameneties-wrapper>p.bedding,
.featured-ameneties-wrapper>p.capacity{
    width: calc(75% - 18px);
}

.featured-ameneties-wrapper>p.view,
.featured-ameneties-wrapper>p.size{
    width: calc(25% - 18px);
}

.featured-ameneties-wrapper>p:last-child{
    width: 100%;
}