.secure-you-home__heading {
  margin-top: 0;
  line-height: 1;
}
image-with-detail-columns {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  .image-columns-slide-inner {
    height: 100%;
    border: 0.98px solid #e5e5e5;
    border-radius: 24px;
  }
  .image-column-slide-image-wrapper {
    position: relative;
    padding-bottom: 100%;
    border-top-left-radius: 2.4rem;
    border-top-right-radius:2.4rem;
    overflow: hidden;
  }
  .image-column-slide-image-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .3s;
  }
  .image-columns-slide-inner:hover img {
    transform: scale(1.07)
  }
  .image-with-detail-information {
    padding: 2rem 1.5rem;
    @media (min-width: 750px) {
      padding: 2.5rem;
    }
    .image-with-detail-heading {
      margin-top: 0;
      margin-bottom: 1rem;
    }
    .image-with-detail-context {
      color: #838383;
    }
  }
  .swiper-slide {
    height: auto !important;
  }
}
image-with-detail-columns {
  .swiper-button-prev,
  .swiper-button-next {
    width: calc(var(--swiper-navigation-size) / 48 * 45);
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    content: unset;
  }
.swiper-pagination-bullet-active {
    background-color: #2A89C9;
}
}


.seure-your-home-link {
    text-decoration: none;
    margin-top: 1rem;
    display: flex;
    color: currentColor;
    font-weight: 600;
    align-items: center;
    text-decoration: underline;
    text-underline-offset: 4px;
     transition: all 0.25s ease;
     svg {
        padding: 0;
        width: 18px;
        height: 18px;
        transition: all 0.25s ease;
     }
}
.seure-your-home-link:hover svg {
    margin-left: 0.5rem;
}
.seure-your-home-link:hover {
  letter-spacing: 1px;
}