
.success_content{
    width:95%;
    margin:0 auto;
}

.left_title{
    text-align: center;
    margin-top:1rem;
}
.left_title h1{
    font-size: 23px;
    font-weight: normal;
    color: #000;
    line-height: 28px;
}
.left_title p{
    font-size: 14px;
    margin-top:10px;
    line-height: 28px;
    color: #999;
    width: 92%;
    text-align: center;
}

.subject{
    width: 99%;
    margin: 0 auto;
    text-align: left;
    font-size:16px;
    line-height:32px;
}
.subject p{
    color: #363636;
    margin-top: 8px;
}
.subject img{
    max-width:100% !important;
    margin-bottom: 5px;
}