

.Huong-dan {
    background-color: #fff; 

    font-family: 'Inter', sans-serif;
    color: #333; 
}
.Huong-dan .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


.Huong-dan h1 {
    text-align: left;
    font-size: 2.4rem;
    margin-bottom: 20px;
    margin-left: 20px;
}


.Huong-dan  .container  p {
    text-align: left;
    font-size: 1.05rem;
    margin-bottom: 40px;
    line-height: 1.6;
    color: #444;
}


.step {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    padding: 28px 36px;
    margin-bottom: 32px;
    transition: all 0.28s ease;
}

.step:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}

.step h2 {
    font-size: 1.5rem;
    margin-bottom: 12px;
}


.step p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 14px;
}


.guide-image {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    margin-top: 10px;
    display: block;
}



