.entry-content img {
  max-width: 100%;
  height: auto;
}
.so-widget-image img {
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
}

.so-widget-image img:hover {
    transform: translateY(-3px);
}
.footer-navigation li {
    display: block;
    width: 100%;
}