.image-with-text{
 text-align: center
}
.image-with-text img {
    margin-bottom: 20px;    
	margin-left: auto;
	margin-right: auto;
	border-radius:8px;
}

.widget-title + .image-with-text img {margin-top: 20px}

.text-after-image{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgba(48, 48, 48, 0.6);

}
.width-shadow img{
	box-shadow: 0 1px 2px #00000014, 0 4px 8px #0000001a, 0 0 4px #00000014
}


@media (max-width: 767px) {
.widget-title + .image-with-text img {margin-top: 10px}
}