/*
Generated time: June 22, 2024 11:15
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.image-column-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.image-column-1 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 750px) {
  .image-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 749px) {
  .image-column-3:not(.image-column-mobile-1) > :last-child {
    grid-column: 1/3;
  }
  .image-column-mobile-1 {
    grid-template-columns: 1fr;
  }
}
.image-column-image {
  position: relative;
}
.image-column-texts {
  position: absolute;
  width: 100%;
  padding: 1.5rem;
  background: 0 0;
  z-index: 2;
}
.image-column-texts.top {
  top: 0;
}
.image-column-texts.middle {
  top: 50%;
  transform: translateY(-50%);
}
.image-column-texts.bottom {
  bottom: 0;
}
.image-column-heading {
  margin: 0;
}
.image-column-link-text {
  text-decoration: underline;
  display: block;
}

.image-column-section-heading {
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 1.5rem 0;
  padding: 0 1.5rem;
}

.image-column-image .button {
  padding: 0 1rem;
  min-height: 3rem;
  min-width: fit-content;
}

@media screen and (min-width: 750px) {
  .image-column-image .button {
    padding: 0 1.5rem;
    min-height: 3.5rem;
  }
}

.image-column-image a:hover .button {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}
