.aem-why-choose {
    position: relative;
}

.aem-why-choose .heading-text .p-sm {
    margin-bottom: 20px;
}

.aem-why-choose img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.aem-why-choose figure.full-fit {
    position: absolute;
    width: 41%;
    top: 0;
    left: 0;
    height: 100%;
}

.aem_sec_heading {
    padding-bottom: 20px;
}

.why-choose-wrap h2+.aem_desc {
    margin-bottom: 20px;
}

.dev-services-box {
    margin-bottom: 35px;
    position: relative;
    padding-left: 50px;
}

.dev-services-box span {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-flex;
    background: #418cbd;
    padding: 6px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    height: 34px;
    width: 34px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 991px) {
    .aem-why-choose figure.full-fit {
        position: unset;
        display: block;
        margin: auto;
        width: 100%;
    }

    .aem_sec_heading {
        padding-bottom: 10px;
    }

    .why-choose-wrap .why-choose-wrap-left {
        order: 1;
    }

    .aem-why-choose .col-lg-5 {
        order: 2;
    }

    .dev-services-box {
        padding-left: 35px;
    }

    .dev-services-box span {
        height: 24px;
        width: 24px;
        font-size: 12px;
    }
}