.info-box{
  margin-bottom:0px;
}
.box-menu{
  margin:5px 4px 0px 1px;
  /* display: none; */
  z-index: inherit;
  text-align: center;
  width: 100%;
  height:100%;
  /* padding:0px 30px 0 0px; */
}
.box-menu button{
  text-decoration:none;
}
.box-menu{
  color:#fff;
  border-radius: 30px;
  background-color: rgba(40, 89, 101, 0.49);
}
.box-menu:hover{
  background-color:rgba(39, 64, 119, 0.6);
}
.box-menu button{
  margin-bottom:0px;
}
.wrapping button{
  width:50%;
}
.wrapping button:hover{
  color:#54387e3d;
}
/* .modul-hover{
  margin-bottom: 50px;
} */
.modul-hover:hover{
  border-radius: 5px;
  padding: 30px;
  opacity: 1;
  transition: 0.5s;
  background-color:rgba(104, 113, 133, 0.6);
}