@media (min-width: 1024px) {
    .ac-background-image,
    .ac-people-image {
        object-fit: cover;
        object-position: 0 0;
        position: absolute;
        bottom: 0;
    }
    #ac-part-1,
    .ac-col-1 .ac-inner-col-1 {
        background-color: #fff;
        box-sizing: border-box;
    }
    .ac-background-mob{
        display: none
    }
    #ac-part-1,
    .ac-col-1,
    .ac-container {
        box-sizing: border-box;
    }
    .ac-law-sentence-mob{
        display: none
    }
    h1 {
        font-size: 8vh;
        line-height: 0.8;
    }
    h1 strong{
            display: block;
                margin-top: 1.5rem;
    font-family: "FbSpoiler-Black";
    }
    h1 span{
        font-size: 0.85em;
    }
    .ac-passs{
            width: 53vh;
    margin-right: 0vw;
    }
    .ac-text {
        color: #ffc342;
                    display: block;
            text-align: right;
            margin-right: -15.6vw;
            font-size: 7vh;
            margin-top: 4vh;
            line-height: 0.9;
    }
    .ac-bg-image-mob {
        display: none;
    }
    #ac-part-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }
    main {
        overflow: hidden;
        background: linear-gradient(180deg, #efefef 0, #cbcbcb 100%) no-repeat padding-box;
    }
    .ac-background-image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 41%;
        height: auto;
        top: -16vh;
        display: none;
    }
    .ac-people-image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 31%;
        height: auto;
        right: 35vw;
    }
    .ac-container {
            display: flex;
            flex-direction: row-reverse;
            justify-content: center;
            align-items: center;
            height: 90vh;
            padding: 0;
            width: 97rem;
            /* background: radial-gradient(ellipse at center, #043e86 28%, #002d6d 55%); */
            /* background: radial-gradient(ellipse 53.28% 261.50% at 41.33% 50.00%, #1B366A 0%, #00478A 100%); */
            background-image: url('../img/Desktop/updated_bg.webp');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            border-radius: 2rem;
            overflow: hidden;
            position: relative;
            margin-top: 3vh;
    }
    .ac-container-2{
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            position: relative;
            color: #062D68;
            width: 93rem;
            padding: 1vh 1rem;
    }
    .ac-col-1,
    .ac-col-2 {
        height: 100%;
        opacity: 1;
        position: relative;
    }
    .ac-col-1 {
        width: 27%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        transition: opacity 1s;
        padding: 1rem;
        border: 0;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1;
    }
    .ac-col-1 .ac-inner-col-1 {
        width: 100%;
        padding: 5%;
        height: 97%;
        margin-left: 3%;
        position: relative;
        border-radius: 1.5rem;
    }
    .ac-col-1 .ac-beinleumi-logo img {
        width: 67%;
        margin: 3vh auto 15vh;
        display: block;
    }
   
    .ac-col-2 {
        width: 73%;
        right: 0;
        transition: right 0.8s, opacity 0.8s;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        margin-right: 0;
    }
    .ac-col-2 .ac-content {
        margin-left: auto;
        margin-right: 5%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 2%;
        width: 100%;
    }
    .ac-col-2 .ac-row {
            display: flex;
            justify-content: center;
            align-items: center;
            width: max-content;
            flex-direction: column;
       margin-top:20vh
    }
    
    .ac-bigger-font {
        font-size: 1.2em;
    }
    .ac-bigger2-font {
        font-size: 1.55em;
        line-height: 0.2;
    }
    footer p a {
        color: #fff;
    }
}
