.wn_bg {
    /* background: white; */
    padding: 25px 0px;
    position: relative;
    border-radius: 15px;
    text-align: center;
    width: 90% !important;
    margin: auto !important;
}

.wn_bg .wn_title {
    font-size: 18pt;
    line-height: 20pt;
    text-align: center;
    overflow-wrap: break-word;
}

.wn_link {
    margin-top: 20px;
    margin-left: 70px;
    margin-right: 50px;
    text-align: left;
}

.wn_bg .wn_link a {
    /* color: black; */
    transition: 0.3s;
}

/* .wn_bg .wn_link a:hover {
    color: black;
    background-color: white;
    padding: 5px;
    border-radius: 15px;
} */

.not-title {
    font-style: italic;
    margin-top: 50px;
}

.form-check-inline {
    display: block !important;
}