.small-hover {
    transition: all 0.3s ease;
    cursor: pointer;
}

.small-hover:hover {
    transform: scale(1.005);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);
}

.section-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #444;
}

.icon-large {
    font-size: 2.5rem;
}
