.component-header{
    text-align: center;
    max-width: 48rem;
    margin: 0 auto 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}
@media(min-width: 62rem){
    .component-header{
        margin-bottom: 4rem;
    }
}