
/* Visit Budapest service icon update */
.services .icon{
  height:58px;
  margin-bottom:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#d8a044;
  font-size:0;
}

.services .icon img{
  width:54px;
  height:54px;
  display:block;
  object-fit:contain;
}

.services article:nth-child(2) .icon img,
.services article:nth-child(3) .icon img,
.services article:nth-child(6) .icon img{
  width:60px;
  height:60px;
}

.services h3{
  margin-top:0;
}
