.button{
  background-color: #c40000;
   color: #FFFFFF;
  margin: 8px !important;
  justify-content: center;
  
  text-decoration: none;
/*-webkit-box-shadow: 1px 1px 3px 1px  #97140d;
-moz-box-shadow: 1px 1px 3px 1px #7e1206;
box-shadow: 1px 1px 3px 1px #c40000;*/
  border-radius: 0;
  text-align: center;
  /*width: 160px;*/
  height: 54px;
  padding: 12px 10px;
  background-image: none;
  text-shadow: none;
  
}
.sec-1 .button{
  width: 25%;
}

.sec-2 .button{
  width: 25%;
  
}
.sec-3 .button{
  width: 25%;
}

@media screen and (min-width: 768px) and (max-width: 1023px) 
{
  .sec-1 .button, .sec-2 .button, .sec-3 .button{
    width: 38%;
    
  }
}

@media screen and (max-width: 767px) 
{
  .sec-1 .button, .sec-2 .button, .sec-3 .button{
    width: 90%;
  }
}
.tekst{
  text-align: center;
}
.button:hover {
    background-color: #97140d !important;
    color: #FFFFFF;
    /*transition: background-color .2s;*/
    background-image: unset;
}
.tekst-strona{
float: left;
}
