.section-wrapper .grid .item.three-cols{width:calc((100% / 2) - 1px);cursor:pointer}
@media screen and (max-width: 991px){.section-wrapper .grid .item.three-cols{width:100%}
}
.section-wrapper .grid .item.three-cols .image{position:relative;display:flex;align-items:center;justify-content:center}
@media screen and (max-width: 991px){.section-wrapper .grid .item:nth-child(n+2){margin-left:0}
}
@media screen and (max-width: 768px){.section-wrapper .grid .item:nth-child(2n+2){margin-left:0}
}