.wp-block-gophery-kataloger {
  display: flex;
  flex-flow: wrap row;
  margin-top: 2em;
}

.wp-block-gophery-kataloger-item {
  border: 5px solid #10385d;
  width: 30%;
  margin: 2.5%;
}

.wp-block-gophery-kataloger-item._df_button {
  padding: 0;
  background: transparent;
  color: white;
  font-size: 14px;
  border: 0;
  cursor: pointer;
  white-space: normal;
}

.wp-block-gophery-kataloger-item:first-of-type, .wp-block-gophery-kataloger-item:nth-of-type(3n+1) {
  margin-left: 0;
}

.wp-block-gophery-kataloger-item:last-of-type, .wp-block-gophery-kataloger-item:nth-of-type(3n) {
  margin-right: 0;
}

.wp-block-gophery-kataloger-item p {
  font-size: 14px;
  font-style: italic;
  width: 100%;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .wp-block-gophery-kataloger-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.wp-block-gophery-buttons {
  display: flex;
  flex-flow: wrap row;
  margin-top: 3em;
}

.wp-block-gophery-button {
  display: block;
  width: 30%;
  margin: 10px 2.5%;
  text-transform: uppercase;
  font-size: 24px;
  padding: 18px 0;
  text-align: center;
  border-radius: 0;
  color: white;
  font-weight: 700;
  text-decoration: none !important;
  font-family: Verdana, Geneva, sans-serif;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.wp-block-gophery-button:first-of-type, .wp-block-gophery-button:nth-of-type(3n+1) {
  margin-left: 0;
}

.wp-block-gophery-button:last-of-type, .wp-block-gophery-button:nth-of-type(3n) {
  margin-right: 0;
}

.wp-block-gophery-button:hover {
  /*opacity: .8;*/
  background-color: #5ebfed !important;
}

@media (max-width: 768px) {
  .wp-block-gophery-button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }
}
