.text-content {
    background-color: #f9f9f9;
    padding: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

    .text-content h1 {
        color: #2C508E;
        font-size: 26px;
    }

    .text-content .source {
        width: 100%;
        border-bottom: 1px solid #d9d9d9;
        border-top: 1px solid #d9d9d9;
        display: flex;
        justify-content: space-evenly;
        font-size: 14px;
        color: #666666;
        margin-top: 48px;
        margin-bottom: 26px;
        line-height: 50px;
    }

    .text-content .text {
        font-size: 16px;
        color: #333;
    }

        .text-content .text img {
            object-fit: cover;
        }

/*# sourceMappingURL=detail-text.css.map */
