 .content {
    padding-top: 20px;
    padding-bottom: 100px;
}

.content .containerInfo {
    background: #fff;
    margin-top: 30px;
    padding: 50px;
}

.back {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    margin-left: -15px;
}

    .back .icon {
        display: block;
        width: 24px;
    }

    .back .txt {
        font-size: 18px;
        color: #727476;
    }

.detailsTitle {
    font-size: 32px;
    color: #333436;
    line-height: 45px;
    font-weight: bold;
}

.labels {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

    .labels .label {
        font-size: 15px;
        color: #727476;
        font-weight: 300;
        margin-right: 60px;
        padding: 0;
    }

.info {
    margin-top: 30px;
    font-weight: 300;
    font-size: 15px !important;
}

    .info p {
        font-size: 15px !important;
    }

    .info span {
        font-size: 15px !important;
    }

    .info .pic {
        width: 100%;
        display: block;
        margin-top: 30px;
    }

    .info img {
        max-width: 100% !important;
        display: block !important;
        margin: auto;
    }

    .info .picTxt {
        font-size: 14px;
        color: #515356;
        line-height: 24px;
        margin-top: 15px;
        font-weight: 300;
    }

    .info .text {
        font-size: 15px;
        color: #515356;
        font-weight: 300;
        line-height: 2;
        margin-top: 30px;
    }

    .info p {
        color: #515356 !important;
        line-height: 2 !important;
    }

    .info .title {
        font-size: 20px;
        color: #333436;
        line-height: 32px;
        font-weight: bolder;
        margin-top: 50px;
    }

    .info .title2 {
        margin-top: 20px;
        font-size: 16px;
        line-height: 26px;
        color: #333436;
        font-weight: bolder;
        margin-bottom: -15px;
    }

    .info .tip {
        font-size: 13px;
        line-height: 26px;
        color: #727476;
        margin-top: 15px;
        font-weight: 300;
    }

    .info .tableTitle {
        font-size: 20px;
        line-height: 32px;
        color: #333436;
        font-weight: bolder;
        text-align: center;
        margin-top: 50px;
    }

    .info .tableBox {
        position: relative;
        width: 100%;
        margin-top: 20px;
    }

    .info table {
        border: solid 1px #000000;
    }

        .info table tr {
            border-bottom: solid 1px #000000;
        }

            .info table tr:last-child {
                border: 0;
            }

            .info table tr th,
            .info table tr td {
                padding: 12px;
                border-right: solid 1px #000000;
            }

                .info table tr th:last-child,
                .info table tr td:last-child {
                    border: 0;
                }

                    .info table tr th:last-child.br,
                    .info table tr td:last-child.br {
                        border-right: solid 1px #000000;
                    }

            .info table tr th {
                font-size: 14px;
                line-height: 18px;
                color: #000000;
                font-weight: bolder;
                white-space: nowrap;
            }

            .info table tr td {
                font-size: 14px;
                line-height: 18px;
                color: #000000;
                font-weight: 300;
            }

                .info table tr td:first-child {
                    text-align: center;
                }

@media (max-width: 767px) {
    .content {
        padding-top: 20px;
        padding-bottom: 50px;
        background: #fff;
    }

        .content .containerInfo {
            padding: 15px;
            margin-top: 0;
            padding-top: 0;
        }

    .back {
        margin-left: 0;
    }

        .back .icon {
            width: 20px;
        }

        .back .txt {
            font-size: 16px;
        }

    .detailsTitle {
        font-size: 26px;
        line-height: 35px;
        margin-top: 15px;
    }

    .labels {
        margin-top: 15px;
    }

        .labels .label {
            margin-right: 30px;
        }

    .tableContainer {
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        overflow: scroll;
    }

    .tableBox {
        width: 970px !important;
    }
}

