strong {
    font-weight: 700;
}

.p-t-50 {
    padding-top: 50px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-d-0 {
    padding: 0;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.p-l-50 {
    padding-left: 50px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-indent p {
    text-indent: 50px;
}

.landing-wrap .row-content {
    padding: 0 350px;
}

.landing-wrap .img-width img,
.landing-wrap .img-width .img-responsive {
    width: 100%;
}

.landing-wrap .paragraph-text p,
.landing-wrap .paragraph-text p,
.landing-wrap .paragraph-text span,
.landing-wrap .paragraph-text ul,
.landing-wrap .paragraph-text ul li,
.landing-wrap .paragraph-text ul li a,
.landing-wrap .paragraph-text a,
.landing-wrap a.paragraph-text {
    font-size: 16px;
    color: #797979;
}

.landing-wrap h1 {
    font-size: 1.875em;
    color: #1d1b1b;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 700;
}

.landing-wrap h2 {
    font-size: 1.5em;
    color: #1d1b1b;
    margin-bottom: 20px;
    font-weight: 700;
}

.landing-wrap h3 {
    font-size: 1.25em;
    color: #1d1b1b;
    margin-bottom: 20px;
    font-weight: 700;
}

.landing-wrap h4 {
    color: #1d1b1b;
    font-size: 1.0rem;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

.landing-wrap .img-center {
    /* width: 50%; */
    margin: 50px auto;
}

    .landing-wrap .img-center img,
    .landing-wrap .img-center .img-responsive {
        display: block;
        margin: 10px auto;
    }

.landing-wrap .circle-list {
    list-style: circle;
    padding-left: 40px;
    margin-bottom: 20px;
}

.landing-wrap .more {
    display: inline-block;
    background-color: #da2c36;
    color: #ffffff !important;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 22px;
    margin: 10px;
    transition: all 0.25s;
}

    .landing-wrap .more:hover,
    .landing-wrap .more:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #ae0106;
        transition: all 0.25s;
    }

.landing-wrap .video {
    border: 5px solid #e5e5e5;
    border-radius: 13px;
    margin-bottom: 15px;
}

.landing-wrap.divider {
    clear: both;
    padding: 20px 0;
    border: none;
}

.landing-wrap hr.divider {
    margin: 50px 0;
}

.landing-wrap .img-content img {
    max-width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.landing-wrap .paragraph-text {
    padding: 0 20px;
    display: inline-block;
}

    .landing-wrap .paragraph-text.p-d-0 {
        padding: 0;
    }

.landing-wrap .img-width {
    padding: 0 20px 0 0;
}

.landing-wrap .related .paragraph-text {
    padding: 0 5px;
}

.landing-wrap .related .img-content {
    height: 146px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 15px;
}

.landing-wrap .img-landcontent {
    height: 300px;
    width: 500px;
    overflow: hidden;
    position: relative;
}

.landing-wrap .img-landcontent img {
    position: relative;
    width: 100%;
}

.content-decription {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
