@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-part-1,
    .ac-col-1,
    .ac-container {
        box-sizing: border-box;
    }
    .ac-new-ttl {
             line-height: 0.7;
        font-size: 4.2rem;
        margin-bottom: 0;
        text-align: right;
        margin-right: 1.7rem;
        color:#fff;
        position: relative;
        top: -0.3rem;
      font-family: "FbSpoiler-Black";
    }
    .ac-bg-image-mob {
        display: none;
    }
    #ac-part-1 {
        display: flex;
        flex-direction: row-reverse;
        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: 100%;
        height: 100%;
    }
    .ac-people-image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 47%;
        height: auto;
        right: 12vw;
    }
    .ac-container {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        height: 95vh;
        padding: 0;
        width: 97rem;
        background: radial-gradient(ellipse at center, #043e86 28%, #002d6d 55%);
        border-radius: 2rem;
        overflow: hidden;
        position: relative;
    }
    .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: -1vh auto 2vh;
        display: block;
    }
    .ac-col-1 .ac-law-sentence {
        color: #062d6e;
            color: #062d6e;
        font-size: 0.8rem;
        display: block;
        line-height: 0.9;
        position: relative;
        width: 89%;
        bottom: 0;
        overflow-y: auto;
        height: auto;
        background-color: #ffff;
        text-align: center;
        margin: auto;
    }
    .ac-col-1 .ac-law-sentence .ac-en {
        text-decoration: underline;
        font-weight: 600;
    }
    .ac-col-1 .ac-law-sentence a {
        font-family: FbSpoilerEng-Regular;
        color: #062d6e;
    }
    .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: 100%;
                margin-top: 1rem;
    }
    .ac-col-2 .ac-row-2 {
        margin-top: 0.5rem;
    }
    .ac-col-2 .ac-banner {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 1.6rem;
        line-height: 0.8;
    }
    .ac-col-2 .ac-banner div[role="group"] {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 0 2.3rem;
        margin-top: 2vh;
        /* border-left: 0.15rem solid #696550; */
        font-size: 2.7rem;
        line-height: 1.1;
        height: 4rem;
    }
    .ac-seperator{
        width: 0.05rem;
        height: 3.5rem;
        background-color: #FFB539;
        position: relative;
        top: 1.3rem;
    }
    .ac-col-2 .ac-banner div[role="group"].ac-no-border {
        border-left: none;
    }
    .ac-col-2 .ac-banner div[role="group"] .ac-font-reg {
      font-size: 0.5em;
      line-height: 0.9;
    }
    .ac-bigger-font {
        font-size: 1.2em;
    }
    .ac-bigger2-font {
        font-size: 1.55em;
        line-height: 0.2;
    }
    .ac-col-2 .ac-text-1 {
        display: flex;
        justify-content: center;
        align-items: center;
                width: 13.3rem;

        position: relative;
                top: 1rem;
    }
    .ac-col-2 .ac-soldiers-svg {
        display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
           right: 16rem;
        top: 8.3rem;
        width: 8rem;
    }
    footer p a {
        color: #fff;
    }
}
