/* ===========================================
   Why FinSync - 01/02/03 색상 및 간격 조정
   =========================================== */

/* Why Number - #099f97 청록색 */
.why-number {
    position: absolute;
    left: 1rem;
    top: 1rem;
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 700;
    color: #099f97 !important;  /* 골드에서 청록색으로 */
    opacity: 0.8 !important;
    line-height: 1;
}

/* Why Item - 숫자와 제목 간격 조정 */
.why-item {
    position: relative;
    padding: 2rem;
    padding-left: 5rem !important;  /* 4rem에서 5rem으로 증가 */
    background: #ffffff;
    border: 2px solid rgba(27, 53, 89, 0.5) !important;
    border-radius: 0;
    margin-bottom: 1.5rem;
}

/* Why Item 제목 - 숫자와 안 겹치게 */
.why-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: #000000 !important;
    margin-left: 0.5rem;  /* 추가 여백 */
}
