.button{
  background-color: #327291;
  color: #ffffff !important;
  margin: 8px 12px;
  float: left;
  text-decoration: none !important;
  box-shadow: 1px 1px 3px 1px rgba(83, 154, 226, 1);
  border-radius: 0;
  text-align: center;
  height: 60px;
  padding: 13px 10px;
  background-image: none;
  text-shadow: none;
  gap: 16px;

}

.sec-1 .button,
.sec-2 .button,
.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: #ffffff !important;
    background-image: unset;
}
