.box-text {
    line-height: 1.4;
    position: relative;
    margin: 0 auto 30px;
    background-color: #ffffff;
    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); */
    color: #2d2d2c;
    padding: 25px;
    border-radius: 15px;
    z-index: auto;
    border: 1px solid #f0f0f1;
}
.box-text h2, 
.box-text h3, 
.box-text h4 {
    text-align: center;
    padding-top: 0rem;
    margin-top: 0rem;
}