 .posto_contentas {
            width: 100%;
        }

.posto_contentas p {
    text-align: justify;
}

@media only screen and (min-width: 768px){
    .posto_img img {
        float: right;
        margin: 10px;
        width: 48%;
        border-radius: 6px;
    }
    .posto_tekstas p {
        text-align: justify;
        color: #1B224A;
    }
}

@media only screen and (max-width: 767px){
        .posto_img img {
            float: left;
            width: 100%;
            margin: 10px 0px;
            border-radius: 6px;
        }
}

    .posto_tekstas h2 {
        color: #1B224A;
        font-family: "Roboto", Sans-serif;
        font-size: 32px !important;
        line-height: 38px;
        font-weight: 700;
        clear: none !important;
        text-align: justify;
    }
    .posto_data {
        font-size: 14px !important;
        color: #4D657C !important;
        margin: 10px 0px;
    }
    li {
        color: #1B224A !important;
    }