.lightbox {
        background-color: #FFF;
        overflow: auto;
        padding: 20px;
        max-width: 500px;
        border-radius: 6px;
        max-height: 965px;
        background: rgb(253, 253, 246);
        margin: 10px;
}

.lightbox h2 {
        color: #C3161B;
        font-size: 22px;
}

.lightbox p {
        width: 100%;
}
