.button{
  background-color: #327291;
  color: #f5f1f1 !important; 
  margin: 8px !important;
  float: left;
  text-decoration: none !important;
-webkit-box-shadow: 1px 1px 3px 1px rgba(83, 154, 226, 1);
-moz-box-shadow: 1px 1px 3px 1px rgba(83, 154, 226, 1);
box-shadow: 1px 1px 3px 1px rgba(83, 154, 226, 1);

  border-radius: 0;
  text-align: center;
  width: 160px;
  height: 70px;
  padding-top: 12px;
  background-image: none;
  text-shadow: none;
  
  
  
  
}
.sec-1 .button{
  width: 25%;
  
  
}

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

.sec-4 .button{
  width: 25%;
}

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

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