﻿.session-problem__top--container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.session-problem__text--container {
    display: flex;
    flex-grow: 1;
    align-items: center;
}
.session-problem__text--centered {
    text-align: center;
    list-style-type: none;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    flex-grow: 1;
    align-content: center;
}

.session-problem--title {
    font-size: 2rem;
    color: #122455;
    text-transform: uppercase;
    font-weight: bold; 
    margin-bottom: 1.25rem;
}

.session-problem--mro {
    color: #122455;
    font-weight: bold;
}