.cs-why-northladder {
    background-position: bottom 1% right -8%;
    background-image: url(/wp-content/themes/northladder/img/datainfo_bg.png);
    background-repeat: no-repeat;
    background-size: 40%;
    padding-block: 2.5rem;
}

html[dir="rtl"] .cs-why-northladder{
    background-position: bottom 1% left -8%;
    background-image: url(/wp-content/themes/northladder/img/arrow-rtl.png);
    background-repeat: no-repeat;
    background-size: 40%;
    padding-block: 2.5rem;
}


/* .cs-why-northladder.colored_bg{
    background-color: #FBF9FF;
}    */


.reasons {
    display: flex;
    flex-direction: row;
    padding-top: 1.25rem;
    align-items: center;
    width: 100%;
}

.reasons img,
.reasons h3 {
    flex-shrink: 0;
}

.col--img {
    width: 268px;
    height: 320px;
    object-fit: contain;
}

.img-siz{
    object-fit: contain;
}

.reasons img{
    width: 50px;
    height: 30px;
    margin-inline-end: 1.25rem;
}

html[dir="rtl"] .reasons img{
    transform: rotate(-180deg);
    margin-inline-end: 1.25rem;
}

@media(min-width:768px) {
    .cs-why-northladder {
    background-position: bottom right;
    background-image: url(/wp-content/themes/northladder/img/datainfo_bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 4.5rem;
    padding-bottom:4.5rem ;
    }

    html[dir="rtl"] .cs-why-northladder{
        background-position: bottom left;
        background-image: url(/wp-content/themes/northladder/img/arrow-rtl.png);
        background-size: auto;
    }

    /* .why-nl-content {
        padding-inline: unset;
    } */

    .reasons:first-of-type{
        padding-top: 0 !important;
    }
}

@media(min-width:905px) {

    .cs-why-northladder {
        padding-bottom: 6rem;
    }

    .why-nl-content {
        padding-inline-start: 5rem;
    }

    .img-siz{
        width: 410px;
        height: 490px;
    }

    .img-parent-div {
        padding-top: unset;
    }
}

@media(min-width:1240px) {
    .cs-why-northladder {
        padding-top: 6rem;
        padding-bottom: 12.25rem;
    }

    .img-siz {
        width: 473px;
        height: 565px;
    }
}

@media(min-width:1440px) {
    .why-nl-content {
        padding-inline-start: 5.6rem;
    }
}
