.san_wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #EFEFEF;
    z-index: 999999;
    text-align: center;
}
.san_wrapper .san_inner{
    width: 50%;
    margin: auto;
    text-align: center;
    background-color: #FFF;
    padding: 10px;
    border-radius: 16px;
    margin-top: 20px;
    border: 2px solid #DCDCDC;
}

.san_wrapper h2 {
    color: #EA3D3D;
    font-size: 36px;
    padding: 10px 10px;
    margin: 10px 0;
    border-top: 4px solid;
    border-bottom: 4px solid;
    display: inline-block;
}
.san_wrapper p{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
    margin: 10px 0;
}
