/* ндуб */

h1 {
    display: inline-block;
    margin-left: 12px;
}

.width_50 {
    max-width: 600px;
    width: 48%;
    padding: 12px;
}

.text_p {
    width: 100%;
    text-indent: 2em;
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 26px;
    text-align: justify;
}

.width_50 img {
    height: calc(100% - 40px);
    width: calc(100% - 40px);
}

.detail_p {
    padding: 12px;
}

.mTop12 {
    overflow: hidden;
}

.bgc {
    background-color: #388DCD;
}