///what we offer list item clickable image - no button showing///
section[data-section-id="64c51bb118353a310fa9f9fc"] .list-item-content__button{
opacity:0;
width:100%;
transform:translatey(-95%);
border-radius:0!important;
height: 24rem!important;
margin-bottom:-24rem!important
}
section[data-section-id="64c51bb118353a310fa9f9fc"] .list-item-content__button:hover{
opacity:0
}
section[data-section-id="64c51bb118353a310fa9f9fc"] .list-item {
background:#fff
}
section[data-section-id="64c51bb118353a310fa9f9fc"] .list-item:hover{
background:#e5f5f6
}
///anchor link scroll and padding///
html {scroll-behavior:smooth; scroll-padding-top: 315px;}