#planes{display:flex;justify-content:space-between;width:1250px;margin:3em auto;max-width:80vw;flex-wrap:wrap}.plan{border:1px solid;color:white;position:relative;margin-bottom:2em;max-width:300px;display:grid}.plan>div{padding:1em 1em 1em 2em;width:calc(100% - 3em);display:flex;flex-direction:column;justify-content:center;align-items:center}.plan:before{content:"";position:absolute;top:1em;left:2em;border-left:1px solid;height:calc(100% - 4em)}.plan img{width:100%;max-width:50px}.plan h4{padding:.5em;border-radius:4px;border:1px solid;box-shadow:0px 3px;cursor:pointer;margin-bottom:0}.plan span{border-top:1px solid;width:calc(100% - 1em);text-align:center;padding:.5em;display:flex;align-items:center;justify-content:center;cursor:pointer;text-transform:uppercase;margin-top:auto;margin-bottom:0;flex:1 1 auto}.plan h4 a,.plan span a{text-decoration:none;color:white;font-weight:bolder}@media(max-width:575px){#planes{justify-content:center}.plan:last-child{margin-bottom:0}}