@media (min-width: 981px) {
  .et_divi_builder #et_builder_outer_content .et_pb_row {
      padding: 5px 0 10px;
  }
}

@media (max-width: 980px) {
.et_divi_builder #et_builder_outer_content .et_pb_column .et_pb_row_inner, .et_divi_builder #et_builder_outer_content .et_pb_row {
    padding: 0;
}

.et_divi_builder #et_builder_outer_content .et_pb_section {
    padding: 10px 0;
}
}

.footer-widgets .widget {
    width: auto;
}

.footer-widgets .widget.widget_media_image {
    width: auto !important;
    clear: inherit;
}

.footer-widgets .widget.widget_text {
    display: inline-block;
    font-weight: bold;
}

.footer-widgets .widget.widget_text a {
    color: black !important;
    font-size: 20px;
}

.widget_media_image + .widget_text {
    clear: both;
}

.post-author, .post-meta, #comments {
    display: none;
}