﻿.banner {
    min-height: unset;
    max-height: 200px;
}

.lightBlueBox {
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 10px;
    font-size: 0.8em;
    background-image: initial;
    background-size: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(221, 237, 252, 1);
}

.lightBlueBox  em{
    background-color: transparent;
    color: inherit;
    font-family: inherit;
    text-align: inherit;
    text-transform: inherit;
    white-space: inherit;
    word-spacing: normal;
    caret-color: auto;
    font-size: inherit;
}

.lightBlueBox ul {
    margin-bottom: 10px;
}
