#profile {
    padding-bottom: 0;
}
#profile .profile-img {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 2rem;
}
#profile .button-solid {
    font-size: 1.2rem;
}
#profile .text-contents .description {
    color: var(--secondary);
}
#description h2 {
    margin-bottom: .5em;
}
#description .content p {
    font-size: var(--fontSize36);
}
@media (min-width: 64rem) {
    #profile .container {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        gap: 2rem;
        align-items: center;
    }
}
