.szakrendeles-container {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.szakrendeles-column {
    width: 49%;
}


.szakrendeles-container a {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    font-family: "Roboto", Sans-serif;
    color: #FFFFFFBF;
    margin-bottom: 5px;
    display: inline-block;
    transition: color 0.3s ease;
}

.szakrendeles-container a:hover {
    color: #9c7b7f; 
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

 


.expertise-card {
    position: relative;
    padding: 20px;
    border: 1px solid #a5788400;
    transition: all 0.3s ease; 
    height: 315px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.expertise-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.corner-number {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 72px;
    font-weight: bold;
    color: #000;
    opacity: 0.05;
}


.ikonikon {
    width: 100px;
    height: auto;
}

.ikonikon {
    width: 100px;
    height: auto;
    fill: #374041;
}

.expertise-card.hovered {
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 17%);
    -moz-box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 17%);
    box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 17%);
    border: 1px solid #a5788457;
}


a.telefonszamdoboz {
    font-family: "Montserrat", Sans-serif;
    color: white;
    font-weight: 700;
    font-size: 25px;
}


svg#fi_8145684 {
    width: 50px;
    height: auto;
    fill: white;
}

.ikonszoveg {
    display: flex;
    gap: 10px;
    align-items: center;
}

.elrhetoseg h2 {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #ffffff;
    font-family: "Spectral", Sans-serif;
    font-size: 18px;
}

a.telobox {
    font-family: "Montserrat", Sans-serif;
    color: white;
    font-weight: 700;
    font-size: 25px;
}

.phone-number {
    color: #ffffff;
    font-size: 29px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Manrope", Sans-serif;
}

p.latin-text {
    color: white;
    text-align: center;
    margin-top: 25px;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
}

a.elrhetosegkeres {
    background-color: #F7F3F4;
    width: 100%;
    display: flex;
    border-radius: 10px;
    height: 42px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #a57884;
    text-transform: uppercase;
    font-family: "Montserrat", Sans-serif;
}

.elrhetoseg {
    background-color: #A57884;
    padding: 20px;
    border-radius: 10px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 320px;
}


.fejlecikon {
    width: 15px;
    height: auto;
    fill: white;
    margin-right: 5px;
}

a.fejleclink {
    font-family: "Manrope", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: white;
    display: flex;
}

.fejlec {
    display: flex;
    gap: 22px;
}

a.rolunkgomb {
    background-color: #A57884;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 30px;
    border-radius: 25px;
    font-family: "Montserrat", Sans-serif;
}

.gombdoboz {
    margin-top: 15px;
    display: flex;
    gap: 25px;
}


p.expertise-text {
    margin-bottom: 0px;
    color: #374041;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

h2.expertise-title {
    color: #374041;
    font-family: "Spectral", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
}

a.foglalas {
    background-color: #A57884;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 30px;
    border-radius: 25px;
    font-family: "Montserrat", Sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 767px) {
    
    
    .expertise-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
}

.gombdoboz {
    margin-top: 15px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
}

a.rolunkgomb {
    background-color: #A57884;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 30px;
    width: 200px;
    display: flex;
    justify-content: center;
}

.elrhetoseg {
    height: 315px;
    width: 100%;
}
}