.genveje .col-12 h2 {
  margin-bottom: 20px;
}
.genveje .col-12 p {
  font-size: 18px;
  margin-bottom: 40px;
}
.genveje .genvej {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
  color: #1F1F1F;
  transition: 250ms ease;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 20px 0;
}
.genveje .genvej:hover {
  transform: translateY(-4px);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.genveje .genvej .ico-wrp {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.genveje .genvej .ico-wrp img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.genveje .genvej h4 {
  margin-bottom: 20px;
  width: 100%;
  padding: 0 20px;
}
.genveje .genvej p {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media (max-width: 992px) {}
@media (max-width: 768px) {}
@media (max-width: 480px) {}