.parallax-half-half .container{align-items:center;display:flex;flex-direction:column;gap:10%}.parallax-half-half .container>div{flex:1;overflow:hidden}.parallax-half-half .image-wrap{display:grid;gap:10px;grid-template-columns:1fr 1fr;grid-template-rows:200px 100px}.parallax-half-half .container .content-wrap .button-wrap{display:flex;justify-content:space-evenly}.parallax-half-half .image-wrap .image-item.left{grid-column:1}.parallax-half-half .image-wrap .image-item.right{grid-column:2}.parallax-half-half .image-wrap img{display:block;height:100%;object-fit:cover;width:100%}.parallax-half-half .content-column{padding:50px 0}.parallax-half-half .content-column li{list-style:none;margin-bottom:10px;position:relative}.parallax-half-half .content-column li:before{color:#817260;content:"\2022";font-size:5rem;left:-42px;line-height:0;position:absolute;top:7px}.parallax-half-half .content-column li,.parallax-half-half .content-column li a,.parallax-half-half .list-item-content a{font-size:1.2rem}.parallax-half-half .parallax-column{-webkit-mask-image:linear-gradient(0deg,rgba(255,0,0,0),#000 38%,#000 61%,rgba(255,0,0,0));mask-image:llinear-gradient(0deg,rgba(255,0,0,0) 0,#000 38%,#000 61%,rgba(255,0,0,0) 100%);max-height:400px;position:relative}.parallax-half-half .parallax-column:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.parallax-half-half .list-item{align-items:center;display:flex;gap:20px;margin-bottom:15px}.parallax-half-half .list-item .list-item-icon img{height:100%;object-fit:contain;width:100%}.parallax-half-half .top-icon{margin-bottom:15px}@media (min-width:786px){.parallax-half-half .container{flex-direction:row}}