.expect-cards{position:relative;margin:0 auto;text-align:center;width:100%}.expect-cards-header{margin:10px 0}.expect-cards-wrapper-outer{position:relative;display:flex;flex-direction:wrap row;width:100%;justify-content:space-between;align-items:stretch;padding-top:18px}.individual-expect-card{position:relative;flex:30%;max-width:30%;padding:10px;background-color:#ebf8f9;box-shadow:0 5px 10px rgba(154,160,185,.05),0 15px 40px rgba(166,173,201,.2);border-radius:10px}.expect-card-icon{margin:0 auto;text-align:center;max-width:90px}.expect-card-title *{margin:0 auto;padding:2px 0;font-size:22px;color:#0c9fb5;font-weight:500}.expect-card-body{margin-bottom:70px}.expect-card-body *{margin-top:0;padding:0}.expect-card-button{position:absolute;bottom:10px;left:0;right:0}@media screen and (max-width:830px){.expect-cards-wrapper-outer{position:relative;display:flex;flex-wrap:wrap;width:100%;justify-content:center;align-items:stretch}.individual-expect-card{position:relative;flex:40%;max-width:40%;margin:10px;padding:10px;background-color:#ebf8f9;box-shadow:0 5px 10px rgba(154,160,185,.05),0 15px 40px rgba(166,173,201,.2);border-radius:10px}}@media screen and (max-width:600px){.individual-expect-card{position:relative;flex:88%;max-width:88%;margin:10px;padding:10px;background-color:#ebf8f9;box-shadow:0 5px 10px rgba(154,160,185,.05),0 15px 40px rgba(166,173,201,.2);border-radius:10px}.expect-card-title *{font-size:20px}