.egyedi-fejlec-wrapper {
    width: 100%;
    font-family: "proxima-nova", Sans-serif;
    display: flex;
    justify-content: center;
}

.egyedi-fejlec-container {
    width: 1650px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    min-height: 400px;
}

.egyedi-fejlec-bal {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 0px;
    min-height: 400px;
    position: relative;
    z-index: 2;
}

.egyedi-fejlec-tartalom {
    margin: auto;
}

.egyedi-fejlec-szovegek {
    width: 1140px;
}

.egyedi-fejlec-kiemles {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 600;
    line-height: 38px;
    color: #ffffff;
    width: 600px;
}

.egyedi-fejlec-szoveg {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
    width: 600px;
}

.egyedi-fejlec-jobb {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(59% + -180px);
    height: 100%;
    z-index: 1;
}

.egyedi-fejlec-kep {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}



@media (max-width: 1649px) and (min-width: 1025px) {
    .egyedi-fejlec-container {
        width: 1250px;
        min-height: 276px;
    }

    .egyedi-fejlec-bal {
        min-height: 350px;
    }

    .egyedi-fejlec-szovegek {
        width: 788px;
    }

    .egyedi-fejlec-kiemles {
     width: 414px;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .egyedi-fejlec-szoveg {
   width: 414px;
        font-size: 17px;
        line-height: 22px;
    }

    .egyedi-fejlec-jobb {
        width: calc(59% + -124px);
    }
}


@media (max-width: 1024px) and (min-width: 769px) {
    .egyedi-fejlec-container {
        width: 100%;
        min-height: 300px;
        padding: 0 20px;
    }

    .egyedi-fejlec-bal {
        min-height: 300px;
    }

    .egyedi-fejlec-szovegek {
        width: 60%;
    }

    .egyedi-fejlec-kiemles {
        width: 100%;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .egyedi-fejlec-szoveg {
        width: 100%;
        font-size: 15px;
        line-height: 20px;
    }

    .egyedi-fejlec-jobb {
        width: 38%;
    }
}




@media (max-width: 768px) {
    .egyedi-fejlec-bal {
        padding: 15px 15px;
        min-height: 370px;
        background-image: url('/wp-content/uploads/2026/04/mobilfejlec.png') !important;
        background-position: bottom center;
        flex-direction: column;
        justify-content: flex-end;
    }

    .egyedi-fejlec-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    min-height: 400px;
    align-items: flex-end;
}

    .egyedi-fejlec-jobb {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.egyedi-fejlec-szovegek {
    width: 100%;
}
    
    .egyedi-fejlec-tartalom {
        margin: 0;
    }
    
    .egyedi-fejlec-kiemles {
        font-size: 25px;
        width: 90%;
        margin-bottom: 5px;
        line-height: 29px;
    }
    
     .egyedi-fejlec-szoveg {
        font-size: 15px;
        width: 90%;
        line-height: 24px;
    }
}
