.crossroad{display:flex;flex-direction:column;gap:24px}.crossroad__item{background-color:var(--color-white);box-shadow:var(--shadow-shifted)}.crossroad__ico{display:flex;align-items:center;justify-content:center;width:56px;height:56px}.crossroad__ico .icon-svg{max-width:48px;max-height:48px}.crossroad__content{display:flex;flex-direction:column;gap:16px;padding:20px 24px 24px}.crossroad__img{height:200px}.crossroad__text>:last-child{margin-bottom:0}.crossroad__bottom{padding:24px 24px 32px}.crossroad__bottom .btn{width:100%}@media(min-width:750px){.crossroad{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.crossroad__item{display:flex;flex-direction:column}.crossroad__content{flex:1}.crossroad__bottom{flex:0 0 auto}}@media(min-width:999px){.crossroad{grid-template-columns:repeat(3,1fr);gap:40px}.crossroad__ico{width:72px;height:72px}.crossroad__ico .icon-svg{max-width:64px;max-height:64px}.crossroad__img{height:240px}.crossroad__content{padding:32px 40px}.crossroad__text{font-size:18px}.crossroad__bottom{padding:32px 40px 48px}}
