.text-full-width-content {
    padding: 0;
    margin: 0;
}

.common-space {
    padding: 40px 0;
    margin: 0;
}

.text-full-width-content h3 {
    padding: 0 0 15px;
    margin: 0;
}

.text-full-width-content p {
    padding: 0 0 15px;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.text-full-width-content ul {
    margin: 0;
    display: table;
    text-align: left !important;
}

.text-full-width-content ul li {
    padding: 0 0 8px 22px;
    margin: 0;
    position: relative;
}

.text-full-width-content ul li p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

/* .text-full-width-content ul li:before {
    font-family: "Material Icons";
    content: "keyboard_arrow_right";
    font-size: 21px;
    left: 0;
    position: absolute;
    top: -4px;
} */
.text-full-width-content ul li {
    position: relative;
    padding: 0 0 0px 15px;
}

/* .text-full-width-content ul li:before {
    position: absolute;
    content: "\f061";
    font-family: FontAwesome;
    font-size: 15px;
    left: 0;
    top: 1px;
} */
@media (min-width:280px) and (max-width:767px) {
    .text-full-width-content ul {
        padding: 10px;
    }

    .text-full-width h1 span,
    .text-full-width h2 span,
    .text-full-width h3 span,
    .text-full-width h4 span,
    .text-full-width h5 span,
    .text-full-width h6 span {
        font-size: 24px !important;
    }

    .text-full-width h1,
    .text-full-width h2,
    .text-full-width h3,
    .text-full-width h4,
    .text-full-width h5,
    .text-full-width h6 {
        font-size: 24px !important;
    }

    .text-full-width p span {
        font-size: 18px !important;
    }

    .text-full-width p {
        font-size: 14px !important;
    }

    .text-full-width-content h1 span,
    .text-full-width-content h2 span,
    .text-full-width-content h3 span,
    .text-full-width-content h4 span,
    .text-full-width-content h5 span,
    .text-full-width-content h6 span {
        font-size: 24px !important;
    }

    .text-full-width-content h1,
    .text-full-width-content h2,
    .text-full-width-content h3,
    .text-full-width-content h4,
    .text-full-width-content h5,
    .text-full-width-content h6 {
        font-size: 24px !important;
    }

    .text-full-width-content p span {
        font-size: 16px !important;
    }

    .text-full-width span {
        line-height: 28px;
    }

    .text-full-width h1,
    .text-full-width h2,
    .text-full-width h3,
    .text-full-width h4,
    .text-full-width h5,
    .text-full-width h6 {
        line-height: 25px;
    }

    .text-full-width-content ul li h1 span,
    .text-full-width-content ul li h2 span,
    .text-full-width-content ul li h3 span,
    .text-full-width-content ul li h4 span,
    .text-full-width-content ul li h5 span,
    .text-full-width-content ul li h6 span {
        font-size: 17px !important;
    }

    .text-full-width-content ul li p span {
        font-size: 16px !important;
    }

    .text-full-width-content ul {
        margin-left: 0 !important;
    }
}

@media (min-width:768px) and (max-width:1199px) {

    .text-full-width h1 span,
    .text-full-width h2 span,
    .text-full-width h3 span,
    .text-full-width h4 span,
    .text-full-width h5 span,
    .text-full-width h6 span {
        font-size: 24px !important;
    }

    .text-full-width h1,
    .text-full-width h2,
    .text-full-width h3,
    .text-full-width h4,
    .text-full-width h5,
    .text-full-width h6 {
        font-size: 24px !important;
    }

    .text-full-width-content h1 span,
    .text-full-width-content h2 span,
    .text-full-width-content h3 span,
    .text-full-width-content h4 span,
    .text-full-width-content h5 span,
    .text-full-width-content h6 span {
        font-size: 23px !important;
    }

    .text-full-width-content h1,
    .text-full-width-content h2,
    .text-full-width-content h3,
    .text-full-width-content h4,
    .text-full-width-content h5,
    .text-full-width-content h6 {
        font-size: 23px !important;
    }

    .text-full-width-content p span {
        font-size: 16px !important;
    }

    .text-full-width-content p {
        font-size: 16px !important;
    }

    .text-full-width span {
        line-height: 28px;
    }

    .text-full-width p span {
        font-size: 22px !important;
    }

    .text-full-width p {
        font-size: 16px !important;
    }

    .text-full-width h1,
    .text-full-width h2,
    .text-full-width h3,
    .text-full-width h4,
    .text-full-width h5,
    .text-full-width h6 {
        line-height: 27px;
    }

    .text-full-width-content ul li h1 span,
    .text-full-width-content ul li h2 span,
    .text-full-width-content ul li h3 span,
    .text-full-width-content ul li h4 span,
    .text-full-width-content ul li h5 span,
    .text-full-width-content ul li h6 span {
        font-size: 17px !important;
    }

    .text-full-width-content ul li p span {
        font-size: 16px !important;
    }

    .text-full-width-content ul {
        margin-left: 0 !important;
    }
}

/* .right {
    text-align: right;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
} */