.c-btn1__txt1{
width: 180px;
  height: 45px;
  color: #fff !important;
  background: #41A042;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  margin: 10px auto 0;
  transition: 0.15s;
}
.c-btn1__txt1:hover{
  opacity: 0.7;
  text-decoration: none;
}