section#featured_images_4 .padding-top-bottom {
  padding-top: 60px;
  padding-bottom: 60px;
}

section#featured_images_4 h3 {
  font-size: 1.40em
}

section#featured_images_4 img.zoom-img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  max-width: 180px;
  max-height: 180px;
  z-index: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all .15s ease-out 0s;
  -moz-transition: all .15s ease-out 0s;
  -ms-transition: all .15s ease-out 0s;
  -o-transition: all .15s ease-out 0s;
  transition: all .15s ease-out 0s;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .4);
  margin-bottom: 25px;
  border: 10px solid #F7C723;
  background-color: #FFFFFF;
}

section#featured_images_4 img.zoom-img:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  -webkit-transition: all .15s ease-out 0s;
  -moz-transition: all .15s ease-out 0s;
  -ms-transition: all .15s ease-out 0s;
  -o-transition: all .15s ease-out 0s;
  transition: all .15s ease-out 0s;
}