﻿.box {
    background-color: #fff;
}

.item {
}

    .item .item-title {
        padding: 20px 0;
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        color: #00B9A9;
    }

    .item .item-break {
        width: 50px;
        height: 4px;
        background-color: #00B9A9;
        margin: 10px auto 20px auto;
    }

    .item .item-content {
    }

        .item .item-content p {
            color: #333;
            line-height: 2.1;
            text-indent: 2em;
            margin-bottom: 33px;
        }

        .item .item-content h4 {
            font-weight: 600;
            color: #00B9A9;
            margin-bottom: 22px;
        }

        .item .item-content p b {
            font-size: 1.2em;
            font-weight: 600;
            color: #333;
            padding: 0 3px;
        }


    .item .item-body {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .item .item-body .item-img {
        }

            .item .item-body .item-img img {
                max-width: 100%;
                max-height: 100%;
            }

        .item .item-body .item-info {
        }

            .item .item-body .item-info h4 {
                font-weight: 600;
                color: #00B9A9;
                margin-bottom: 20px;
            }

            .item .item-body .item-info ul {
                font-weight: 600;
                color: #333;
            }

                .item .item-body .item-info ul li {
                    padding: 8px 0;
                }

.green {
    color: #00B9A9;
    padding: 0 5px;
    font-weight: 600;
}