/* Section BIO */
#bio .bio-img {
    display: block;
    width: 220px;
    height: auto;
    margin: 1.5rem auto 2rem;
    object-fit: cover;
    border-radius: 12px;
}

#bio p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: white;
}

@media (max-width: 768px) {
    #bio .bio-img {
        width: 200px;
    }
}
