.coll-over-btm{border-radius:10px 10px 0 0;background:var(--shy-green);padding:50px 0 100px;color:var(--dark-grey);}
.coll-over-btm-left-inr h3{font-weight:700;line-height:140%;margin-bottom:16px;}
.coll-over-btm-left-inr ul{display:grid;gap:8px;}
.coll-over-btm-cont-inr h2,.coll-over-btm-left-inr h2{margin-bottom:24px;}
.coll-over-con-text{font-weight:400;margin-bottom:16px;}
.coll-over-con-text a{text-decoration:underline;}
.coll-over-con-text .metafield-rich_text_field ul{padding:15px 0;}
.coll-over-con-text .metafield-rich_text_field ul li{list-style: disc;list-style-position: inside;}
.read-more-content{max-height:165px;overflow:hidden;position:relative;transition:max-height .3s ease;}
.read-more-content::after{content:'';position:absolute;left:0;right:0;bottom:0;height:60px;background:linear-gradient(to bottom, transparent, var(--shy-green));transition:opacity .3s ease;}
.read-more-toggle:checked ~ .read-more-content{max-height:none;}
.read-more-toggle:checked ~ .read-more-content::after{opacity:0;pointer-events:none;}
.read-more-label{cursor:pointer;display:block;margin-bottom:16px;font-weight:700;text-decoration:underline;}
.read-more-label .read-more-label-less{display:none;}
.read-more-toggle:checked ~ .read-more-label .read-more-label-more{display:none;}
.read-more-toggle:checked ~ .read-more-label .read-more-label-less{display:inline;}
@media(min-width:992px){
   .coll-over-btm{border-radius:20px 20px 0 0;}
}
@media(min-width:1200px){
  .coll-over-btm-left{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:16px;}
  .coll-over-btm-left-inr{grid-column:span 3;}
}
@media(max-width:991px){
  .coll-over-btm-left{margin-bottom:80px;}
  .coll-over-btm-mid{margin-bottom:50px;}
}