.button{
  background-color: #327291;
  color: #f5f1f1;
  margin: 8px !important;
  float: left;
  text-decoration: none;

  -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;
  background-image: none;
  text-shadow: none;
  font-size: 16px;

  height: 59px;


  display: flex;
  justify-content: center;   
  align-items: center;      

  padding: 0 10px; 
  text-align: center;
}

.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: #224e62 !important;
  color: #f5f1f1;
  background-image: unset;
}