.guide-wrapper h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 1.5;
    color: var(--text-dark);
    letter-spacing: -1px;
}


.guide-wrapper-child {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.guide-text {
    font-size: 1.1rem;
    color: var(--text-main);
    line-height: 1.6;
}

.guide-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.guide-text p:last-child {
    margin-bottom: 0 !important;
}

.guide-wrapper-child h3 {
    margin-bottom: 8px !important;
    margin-top: 0px !important;
    line-height: 1.4;
    color: var(--text-dark);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.5px;
}

.guide-image {
    margin-bottom: 24px;
}

.guide {
    padding-top: 40px;
    padding-bottom: 40px;

    @media (max-width: 768px) {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.guide:first-child {
    padding-top: 60px;

    @media (max-width: 768px) {
        padding-top: 30px;
    }
}

.guide:last-child {
    padding-bottom: 60px;

    @media (max-width: 768px) {
        padding-bottom: 30px;
    }
}

@media (max-width: 769px) {
    .guide-wrapper h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .guide-wrapper-child {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .guide-text {
        font-size: 14px;
        line-height: 1.5;
    }

    .guide-text {
        font-size: 13px;
        line-height: 1.7;
        font-weight: 400;
    }

    .guide-wrapper-child h3 {
        margin-bottom: 8px !important;
        margin-top: 0px !important;
        font-size: 18px;
        font-weight: 700;
    }

    .guide-image {
        margin-bottom: 20px;
    }
}