.modal-header{
    background-color: rgb(32, 148, 241);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    text-align: center;
}

.modal h5 {
    color:rgb(26, 165, 26);
}
.modal p {
    text-align:justify;
    line-height: 22px;
}
.modal-footer {

    text-align: center;
}


@media (max-width: 567px){
    .modal-dialog {
    overflow-y: scroll;
    max-height: 400px;
    min-height: 250px;
    }

}