
.rilda-gallery-2-in-row__wrapper {
    padding: 24px 0 60px;
    background: linear-gradient(121.22deg, rgba(16, 60, 81, 0.05) 18.28%, rgba(228, 33, 37, 0.05) 82.805%);
}

.rilda-gallery-2-in-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
}

.rilda-gallery-2-in-row__item {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rilda-gallery-2-in-row__item a {
    width: 100%;
}

.rilda-gallery-2-in-row__image {
    width: 100%;
    aspect-ratio: 1.17 / 1;
    object-fit: cover;
    border-radius: 16px;
}

.rilda-gallery-2-in-row__text {
    color: #828282;
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%; /* 27.2px */
    margin-bottom: 20px;
}

.rilda-gallery-2-in-row__button {
    margin: 24px auto 0;
}

@media screen and (max-width: 767px) {
    .rilda-gallery-2-in-row {
        display: grid;
        grid-template-columns: 1fr ;
        gap: 24px;
    }

    .rilda-gallery-2-in-row__image {
        aspect-ratio: inherit;
    }

}
