.gift-card {
    border-radius: 8px;
    overflow: hidden;
}

.gift-card-details {
    min-height: 205px;
    padding: 20px;
    border: 1px solid #E4E4E9;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.gift-card-name {
    font-size: 18px;
    font-family: "Lato-Bold";
    font-weight: 700;
    font-style: normal;
    color: #0A0A0A;
    margin-bottom: 14px;
    height: 54px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gift-card-description {
    font-size: 18px;
    font-style: normal;
    color: #0A0A0A;
    margin: auto 0 14px 0;
}

.gift-price {
    font-size: 18px;
    font-family: "Lato-Bold";
    font-weight: 700;
    font-style: normal;
    color: #0A0A0A;
    margin-top: auto;
}

.other-gifts-slider {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .gift-card-name {
        font-size: 16px;
    }

    .gift-card-description {
        font-size: 16px;
    }

    .gift-price {
        font-size: 16px;
    }

    .gift-card-details {
        padding: 20px 16px;
    }

    .other-gifts-slider {
        margin-top: 24px;
    }

    .gift-card-name {
        height: 46px;
    }
}

@media (max-width: 374px) {
    .gift-card-name {
        font-size: 14px;
    }

    .gift-card-description {
        font-size: 14px;
    }

    .gift-price {
        font-size: 14px;
    }
}
