.gift-technology-section {
    padding: 30px 0 40px;

}

.gift-technology-container {
    max-width: 100%;
    margin: 0 auto;
}

.gift-technology-logo {
    font-size: 110px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -2px;
    line-height: 1;
    width: 100%;
}

.gift-technology-logo .gift-text {
    color: #00acc1;
}

.gift-technology-logo .technology-text {
    color: #212121;
    margin-left: 16px;
}

.gift-technology-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.gift-tech-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 16px 18px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
}

.gift-tech-card-highlighted {
    background: #00acc1;
    border-color: #00acc1;
}

.gift-tech-card-highlighted .gift-tech-number,
.gift-tech-card-highlighted .gift-tech-desc {
    color: #ffffff;
}

.gift-tech-number {
    font-size: 28px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    line-height: 1.2;
}

.gift-tech-card-highlighted .gift-tech-number {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.gift-tech-desc {
    font-size: 12px;
    line-height: 1.45;
    color: #666666;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.gift-tech-card {

    min-height: 256px;
}
.gift-tech-number {
    font-size: 60px;
    font-weight: 700;
}
.gift-tech-desc {
    font-size: 20px;

    color: rgba(38, 38, 38, 1);

    font-weight: 500;
}

.gift-tech-desc {
    font-size: 17px;
    color: rgba(38, 38, 38, 1);
    font-weight: 500;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
}

@media (max-width: 1199px) {
    .gift-technology-logo {
        font-size: 56px;
    }
    
    .gift-tech-number {
        font-size: 24px;
    }
    
    .gift-tech-desc {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .gift-technology-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .gift-technology-logo {
        font-size: 48px;
    }
    
    .gift-tech-card {
        min-height: 100px;
        padding: 14px 16px;
    }
}

@media (max-width: 575px) {
    .gift-technology-grid {
        grid-template-columns: 1fr;
    }
    
    .gift-technology-logo {
        font-size: 36px;
    }
    
    .gift-tech-number {
        font-size: 28px;
    }
    
    .gift-tech-desc {
        font-size: 12px;
    }
}
