	.about .tp-feature__text h2 {
    font-size: 24px;
    font-weight: 600;
    color: var(--tp-title-color);
} 

.about .tp-feature__heading {
    margin-bottom: 30px;
}

.about .tp-feature__text h3 {
    font-size: 18px;
}

.about .tp-feature__text ul {
    padding-left: 20px;
}

.about .tp-feature__text ul li {
    list-style: disc;
}

.about .tp-feature__text p {
    margin-bottom: 19px;
    line-height: 24px;
}

.about .tp-feature__text img {
    max-height: 500px;
    display: block;
    margin: 15px auto;
}
