.textwidget p{
    font-size: 1em;
    line-height: 1.88;
    line-break: anywhere;
}

.textwidget p + p{
    margin-top: 2.235em;
}

.wp-caption.alignnone {
    width: auto !important;
}

@media screen and (max-width: 767px){
    .textwidget p + p{
        margin-top: 20px;
    }
}