.info_btn{
width:100%;
text-align:center;
}
.info_btn a{
display:block;
width:50%;
height:3em!important;
line-height:3em!important;
background:#177152;
color:#ffffff!important;
font-weight:bold;
font-size:14px;
text-decoration:none!important;
border-radius:50vh;
}
@media(max-width:900px){
.info…