.text-white {
    color: #fff
}

.text-dark-2 {
    color: #4a4c4e
}

.c-gallery__item-wrap {
    position: relative
}

.c-gallery__item-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@-webkit-keyframes lazyfadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes lazyfadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.c-gallery {
    margin: 50px 0
}

@media(min-width: 61.25em) {
    .c-gallery {
        margin: 100px 0px
    }
}

.c-gallery--bg-grey {
    padding: 50px 0
}

@media(min-width: 61.25em) {
    .c-gallery--bg-grey {
        padding: 100px 0px
    }
}

.c-gallery {
    position: relative
}

.c-gallery__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px
}

.c-gallery__texture {
      background-image: url("https://hypalink2.co.uk/wp-content/uploads/2026/02/Texture-Tasty-Grey-Seamless-Pattern-For-Website-Background.jpeg");
    height: 50%;
    width: 100%;
    position: absolute;
    background-attachment: fixed
}

.c-gallery__texture--top {
    top: 0
}

.c-gallery__texture--bottom {
    bottom: 0
}

.c-gallery__item-wrap {
    padding-top: 134.75%
}

.c-gallery__item:nth-child(2),
.c-gallery__item:nth-child(3) {
    margin: auto 0
}

@media(min-width: 61.25em) {

    .c-gallery__item:nth-child(2),
    .c-gallery__item:nth-child(3) {
        margin-top: 75px
    }
}

.c-gallery__item:nth-child(2) .c-gallery__item-wrap,
.c-gallery__item:nth-child(3) .c-gallery__item-wrap {
    padding-top: 100.5%
}

.c-gallery--bg-grey {
    margin: 0 !important;
    background-color: #e4e4e5
}

.c-gallery--style-equal .c-gallery__item {
    margin-top: 0 !important
}

.c-gallery--style-equal .c-gallery__item-wrap {
    padding-top: 134.75% !important
}