.leading-relaxed {
    line-height: 1.8;
}

.icon-box-md {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box-lg {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hover-up:hover {
    transform: translateY(-8px);
}

.transition-all {
    transition: all 0.3s ease;
}