body{
  padding: 25px;
}

.img-circle {
  border-radius: 50%;
  float:right;
  max-width:150px;
  max-height:200px;
  float:right;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

img-hover{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

h4, h5 {
  font-weight: 600;
  margin: 1.25rem 0;
  font-size: 1.375rem;
  line-height: 1.31818;
  font-family: inherit;
  color: #00325F;
}

.column {
  float: left;
  width: 50%;
  #padding: 10px;
  #height: 300px; 
}

.row:after {
  content: "";
  display: table;
  clear: both;
  padding: auto;
}


 .img-effect {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

.img-effect:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
*/

.container {
  padding: 2px 16px;
}

.container-bg{
  padding: 20px 40px;
  background-color:#E7E7E8;
  }
