.info-cards{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 0}.info-cards .infocard-section{margin:0 auto;text-align:center;max-width:970px}.infocard-section .infocard-row{margin:0;width:48.5%;float:none;padding:0 18px;display:inline-block;vertical-align:top;text-align:center;position:relative}.infocards__card{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:5px auto 18px;max-width:470px;width:100%;float:none;text-align:left;border:2px solid #e66d40;border-radius:10px;padding:14px 30px}.infocards__card .infocard__text{padding:0;width:100%}.infocards__card .infocard__text h5{margin:18px 0 10px;font-size:30px;line-height:34px;letter-spacing:0px;font-weight:300;position:relative}.infocards__card .infocard__text h5:before{content:'';width:100px;height:2px;background:#000;position:absolute;bottom:14px;left:0;-webkit-animation:myfirst 2s infinite;-webkit-animation-direction:alternate;animation:myfirst 2s infinite;animation-direction:alternate}.infocards__card .infocard__text h5:after{content:'';margin-top:14px;width:100px;height:2px;display:block;background:#e0e0e0}@media(max-width:600px){.infocard-section .infocard-row{width:100%}.infocards__card .infocard__text h5{text-align:center}.infocards__card .infocard__text h5:before{left:50%;transform:translate(-50%,-50%)}.infocards__card .infocard__text h5:after{margin:14px auto 0}}