how can i disable the clicked button style { the black border}
.cols-1 button {
position: absolute;
bottom: 50%;
right: 50%;
margin: 0px -160px -40px 0px;
background-color: #aec7ca;
color: #ebebeb;
border: none;
border-radius: 0.3rem;
padding: 25px 85px;
transition: all 0.3s ease 0s;
}