#Subcutaneous {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    background-color: #194894;
    color: white;
    text-align: center;
    padding: 3vw;
    border-radius: 1.5rem;
    margin: 2vw;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#Subcutaneous h1 {
    font-family: 'Georgia';
    font-size: 3rem;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    width: 53vw;
    transition: color 0.3s ease;
}



#Subcutaneous p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
    transition: color 0.3s ease;
}



#Subcutaneous .steps-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    text-decoration: none;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
    transition: color 0.3s ease, transform 0.3s ease;
}

#Subcutaneous .steps-link:hover {
    text-decoration: underline;
    transform: translateY(5px);
}

#instructions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3vw;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}



#instructions h2 {
    font-family: 'Georgia';
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: center;
    transition: color 0.3s ease;
}



#instructions p {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    width: 70%;
    transition: color 0.3s ease;
}



#instructions .step {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#instructions .step p {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    width: 100% !important;

}



#instructions .step h3 {
    font-family: "Manrope", sans-serif;
    color: #194894;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    transition: color 0.3s ease;
}