.action-bar{align-items:center;display:flex;justify-content:space-evenly;padding:56px 0;width:100%}.action-bar a{text-decoration:none}@media only screen and (max-width:992px){.action-bar{justify-content:space-around}}@media only screen and (max-width:767px){.action-bar{flex-direction:column}}.action-bar__item{align-items:center;display:flex;flex-direction:column;justify-content:center;width:193px}.action-bar__item>.logo{background-color:#fff;border-radius:100px;height:122px;transition:background-color .15s;width:122px}.svg-border{border:2px solid #fff;border-radius:100px}.action-bar__item>.action-bar__content{color:#fff;display:block;height:70px;margin-top:24px;overflow:hidden;text-align:center}@media only screen and (max-width:767px){.action-bar__item{margin:30px 0}}