.gt-header-container-mod {
    background-image: linear-gradient(90deg, #030D23 0%, rgba(5, 12, 29, 0) 100%), url('/content/new/images/new-group-tours-lg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gt-main-content-mod {
    padding: 32px;
}

.gt-section-container-mod {
    background-color: var(--light-20);
}

.gt-section-cards-mod {
    gap: 64px;
    padding: 32px;
}

.gt-cards-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
}

.gt-card {
    display: flex;
    flex-direction: column;
    width: calc(50% - 8px);
    gap: 12px;
}

.gt-image-container {
    position: relative;
    display: flex;
    width: 100%;
    height: 260px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
}

    .gt-image-container > img {
        object-fit: contain;
        position: absolute;
        display: block;
        width: 100%;
    }

.ge-cards-grid {
    justify-content: flex-start;
}

.group-button-style {
    border: 1px solid var(--blue-40);
}

.group-button-style:hover {
    color: var(--light-00);
    background-color: var(--blue-50);
    box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 964px) {
    .ge-cards-grid {
        justify-content: center;
    }

    .gt-cards-container {
        flex-direction: column;
    }

    .gt-card {
        max-width: 640px;
        width: calc(100% - 8px);
    }

    .gt-image-container {
        max-width: calc(100vw - 64px);
    }
}
