.chat-with-fellows-section {
    background-color: var(--gray-section-background-color);
    padding-block: var(--container-padding-block);
}

.chat-with-fellows-section .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.chat-with-fellows-section .container > h2 {
    margin-top: .5rem;
    margin-bottom: .75rem;
}

.chat-with-fellows-section .container > p:first-child {
    font-weight: 700;
    color: var(--muted-blue);
}

.chat-with-fellows-section .container > p {
    font-size: 20px;
}

.chat-with-fellows-section .container .excel-button {
    margin-top: 1rem;
}
