.modal-backdrop{
    background-color: #f6f6f6;
}
.modal-backdrop.in{
    opacity: 1;
}
.modal-content{
    box-shadow: none;
}
.modal-content p {
    line-height: inherit;
    color: #58585a;
    margin-bottom: 10px;
}
.big-p{
    font-size: 27px;
    color: #58585a;
}