.suggestions {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.suggestions .pageTitle {
    font-family: "Metropolis Bold";
    font-size: 24px;
    letter-spacing: 0.24px;
    color: #0d4962;
    margin-bottom: 16px;
}

.suggestions .subtitle {
    font-family: "Metropolis Regular";
    font-size: 16px;
    letter-spacing: 0.16px;
    color: #0d4962;
    margin-bottom: 20px;
}

.suggestions .messageContainer {
    width: 100%;
    max-width: 600px;
    align-self: center;
}

.dark .suggestions .pageTitle,
.dark .suggestions .subtitle {
    color: rgba(255, 255, 255, 0.87);
}

/* Mobile */
@media (max-width: 767px) {
    .suggestions {
        padding: 0 16px;
    }
    .suggestions .pageTitle {
        font-size: 18px;
        letter-spacing: 0.18px;
    }
    .suggestions .subtitle {
        font-size: 12px;
        letter-spacing: 0.12px;
    }
}
