#ramos .ramos-item {
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
/* #ramos .ramos-item:hover {
  border: 1px solid #3c9cfd;
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all 0.4s ease;
} */

/* #ramos .ramos-item .icon:hover {
  background: #c0e0fc;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
} */

#ramos .ramos-item .icon {
  width: 110px;
  height: 110px;
  margin: 0px auto;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-bottom: 25px;
}
#ramos .ramos-item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #151948;
  margin-bottom: 15px;
}
#ramos .ramos-item p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #5e629c;
}
