@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
    }
    .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-container {
            display: flex;
            flex-direction: row-reverse;
            justify-content: center;
            align-items: center;
                       height: 92vh;
            padding: 0;
                        width: 98rem;
            /* 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/bg.webp');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            border-radius: 2rem;
            overflow: hidden;
            position: relative;
            margin-top: 1vw;
    }
    .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-container-2 .ac-beinleumi-logo2{
            width: 20%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 4%;
    }
    .ac-container-2 .ac-law-sentence{
        font-size: 1.2rem;
        width: 75%;
    }
    .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: 0;
            height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding-top: 0;
            width: 100%;
    }
    .ac-col-2 .ac-row {
         display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            flex-direction: row;
            margin-top: 0;
    }
    .ac-ido-image{
       display: flex;
            justify-content: center;
            align-items: center;
            width: 44vh;
            position: relative;
            right: 2rem;
    }
    h1{
               font-size: 9.5vh;
            text-align: center;
            line-height: 0.8;
            position: relative;
            top: 2rem;

    }
    h1 .ac-yellow{
        font-size: 1.6em;
    font-family: "FbSpoiler-Black";
    }
    .ac-col-2 .ac-row-2{
        border:0.15rem solid #ffc342;
        background-color: #062D68;
        border-radius: 46px;
        width: 69%;
        margin: 0 auto 0;
    }
    .ac-banner{
        width:100%;
        border-top-right-radius:46px;
        border-top-left-radius:46px;
    }
    .ac-banner-text-1{
       padding: 0.8rem 0 0.5rem;
            background-color: #fff;
            width: 100%;
            text-align: center;
            border-top-right-radius: 46px;
            border-top-left-radius: 46px;
            font-size: 2.5rem;
            line-height: 0.9;
      
    }
    .ac-banner-text-2{
           padding: 0.5rem 0 0.5rem;
            width: 100%;
            text-align: center;
            font-size: 2.5rem;
            line-height: 0.9;
    }
    
    .ac-bigger2-font {
        font-size: 1.55em;
        line-height: 0.2;
    }
    footer p a {
        color: #fff;
    }
}
