.other_saying__grid{display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}.other_saying__col{perspective:1000px}.other_saying__col_inner{border:1px solid var(--clr_off_white_2);box-shadow:0 5px 83px 0 rgba(40,40,40,.19);display:grid;grid-template-areas:"stack";min-height:100%;transform-style:preserve-3d;transition:.5s}.other_saying__col:hover .other_saying__col_inner{transform:rotateY(180deg)}.other_saying__col_box{backface-visibility:hidden;display:flex;grid-area:stack;justify-content:center;min-height:260px;padding:30px}.other_saying__col_front{align-items:center;background-image:url(https://www-foursightonline-com.sandbox.hs-sites.com/hubfs/Imported%20sitepage%20images/new-pa.jpg);background-position:100% 100%;background-repeat:no-repeat;background-size:cover}.other_saying__col_back{flex-direction:column;gap:10px;transform:rotateY(180deg)}.other_saying__col_back:before{aspect-ratio:1/1;background-image:url(https://www-foursightonline-com.sandbox.hs-sites.com/hs-fs/hubfs/Four%20Sight%20-%20Images/Quote-Icon.png);background-position:bottom;background-repeat:no-repeat;background-size:contain;content:"";width:30px}.other_saying__col_back:after{border:1px solid var(--clr_accent);content:"";inset:10px;position:absolute}.other_saying__col_front img{max-height:40px;width:auto}@media(min-width:992px){.other_saying__col_back{padding-inline:60px}}@media(max-width:767px){.other_saying__grid{gap:30px;grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr))}}