.detail{
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 3% 0;
}
.detail h3{
    text-align: center;
    font-size: 22px;
    margin-bottom: 3%;
    color: #000;
}
.detail p{
    color: #000000;
    font-size: 15px;
    line-height: 30px;
}