.images-wrapper{align-items:stretch;flex-direction:row;gap:40px;position:relative;width:100%}.images-col,.images-wrapper{display:flex;justify-content:center}.images-col{align-items:center;flex-direction:column;padding-top:90px;transition:.5s ease-in-out;width:50%}.images-col h3{font-size:20px;line-height:24px;text-align:center}.images-col:first-of-type{background-color:#eeeae6}.images-col:last-of-type:hover{box-shadow:0 4px 34px rgba(0,0,0,.14);transform:scale(1.05)}.arrow{left:42%;position:absolute;top:50%}@media screen and (max-width:767px){.images-wrapper{flex-direction:column;gap:10px}.images-col{background-color:#eeeae6;padding:64px 32px;width:100%}.arrow{height:auto;left:25%;top:42%;transform:rotate(90deg);width:180px}}