.mission-statement-section {
    padding: 96px 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F8F8EE;
}

.mission-statement-main {
    max-width: 602px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mission-statement-title {
    font-family: 'Stack Sans Notch', system-ui, sans-serif;
    font-size: 48px;
    line-height: 110%;
    color: #121417;
    text-align: center;
    margin-bottom: 36px;
}

.mission-statement-description {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    color: #121417;
    width: 562px;
    padding-bottom: 24px;
}

.mission-statement-logo {
    width: 194px;
    height: 219px;
    background-image: url("/wp-content/themes/liceumai-theme/assets/images/logo-gray-angle.png");
}