﻿body {
}
.texthtml {
    max-width: 780px;
    margin: 5px auto;
}
.texthtml-header {
    margin: 0;
    padding: 4px 2px;
}
.texthtml-title {
    color: blue;    
    text-align: center;
    margin: 4px auto;
    font-size: 33px;
}
.texthtml-body {
    margin: 10px auto;
}
.texthtml-subtitle {
    color:navy;
    margin: 8px auto;
    font-size: 22px;
    border-bottom: 1px solid navy;
}
.texthtml-btn {
    display: block;
    padding:2px 4px;
    text-decoration: none;
}
.texthtml-btn i {
    float: right;
}
.texthtml-section {
    margin-bottom: 6px;
    font-size: 18px;
}
.about-p-text {
    color: black;
    margin-bottom: 4px;
}

.about-p-indent {
    padding-left: 15px;
    margin-bottom: 4px;
}

.about-p-indent-2 {
    padding-left: 30px;
    margin-bottom: 4px;
}

    .about-p-indent-2 div,
    .about-p-indent div {
        display: inline-block;
    }

.about-p-bull {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.bull-text {
    display: inline-block;
    width: 96%;
}
.fa-hand-point-right {
    font-size: 14px;
}
.fa-check {
    font-size: 12px;
}
@media only screen and (max-width: 980px) {
    .bull-text {
        display: inline-block;
        width: 92%;
    }
}

@media only screen and (max-width: 480px) {
    .bull-text {
        display: inline-block;
        width: 96%;
    }
}
