.PanelContainer {
    background-color: white;
    border: 1px solid var(--gray-400);
    margin-top: 30px;

    &-leftPad {
        padding-left: 20px;
    }

    &-source {
        border-top: 1px solid var(--gray-400);
        color: $section-title;
        font-size: 10px;
        font-weight: $weight_book;
        padding-bottom: 10px;
        padding-top: 10px;
        text-transform: uppercase;
    }

    &-title {
        border-bottom: 1px solid var(--gray-400);
        font-size: 18px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    &-content {
        align-items: center;
        display: flex;
        justify-content: center;
    }
}
