.gifts__page-title {
    line-height: 3rem;
}

.gifts__card {
    background-color: var(--color__dark);
    color: var(--color__white);
    border-radius: .75rem;
    overflow: hidden;
    position: relative;
}

.gifts__card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color__dark);
    opacity: .56;
}

.gifts__card-bg {
    padding-bottom: 67.00819672131148%;
}

.gifts__card-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.gifts__card-title {
    font-weight: 700;
}

.gifts__btn {
    width: fit-content;
    height: 3rem;
    padding: 0 2.25rem;
    line-height: 1.75rem;
}

.gifts__btn.btn.--border-white {
    font-weight: 500;
    box-shadow: inset 0rem 0rem 0rem 0.125rem white;
}

@media screen and (max-width: 1199px) {
    .gifts__list {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .gifts__header {
        margin-top: 1.23rem !important;
    }

    .gifts__page-title.h2 {
        font-size: 2rem;
        line-height: 2.615rem;
    }

    .gifts__list {
        gap: .92rem;
    }

    .gifts__card-wrap {
        margin: 1.84rem !important;
    }

    .gifts__card-title.h4 {
        font-size: 1.84rem;
        line-height: 2.46rem;
    }

    .gifts__btn {
        font-size: 1.23rem;
        line-height: 1.84rem;
    }
}

@media screen and (max-width: 640px) {
    .gifts__list {
        grid-template-columns: 1fr;
    }
}
