section a{
  color: #29613B;
  font-size: 1.6rem;
}

.kortgalleri{
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
}

@media (max-width: 768px) {
  .kortgalleri{
    width: calc(100% - 1rem);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

.annonsebilde{
  margin: 0 auto;
  width: 100%;
  height: 17rem;
  object-fit: cover;
}

@media (max-width: 768px) {
  .annonsebilde{
    height: 90%;
  }

}

.annonsekort{
  border: 0.4rem solid #29613B;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 25rem;
  max-width: 98%;
}

.annonsetekst{
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.annonsekort a{
  color: #29613B;
  font-size: 1.6rem;
}
.annonsekort h3{
  color: #29613B;
  font-size: 1.8rem;
  margin-top: 0;
}
