.custom-column2025{width: 300px; height: 400px; margin: 10px;}


.szlg .vc-hoverbox-block-inner .vc-hoverbox-front-inner {
    text-align: center !important;
    font-size: 27px !important;
    background: #00000073 !important;
    color: white !important;
    border-radius: 20px !important;
}
#szlg2 {
    text-align: center;
    font-size: 27px;
    background: #00000073;
    color: white;
    border-radius: 20px;
}
vc-hoverbox-block-inner vc-hoverbox-back-inner{
    min-height: 418px;
}



half-width {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
}
full-width {
    display: block;
    width: 100%;
}
half-width:nth-child(2n) {
    margin-right: 0;
}

.scroll-top{
    background-color: #1ebbf0;
}


.custom-row2025 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Középre igazítás */
  gap: 10px; /* Térköz az oszlopok között */
}

.custom-column2025 {
  min-width: 240px;
}