.case-study-wrapper p {
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    list-style: disc;
    margin-top: 10px;
}

.key-elements-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.key-elements-wrapper .badge {
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    color: rgba(49, 49, 49, .1)
}

.key-elements-wrapper h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #202021;
    margin: 5px 0 10px 0
}

.key-elements-wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #686868
}

.key-elements-box {
    flex: 0 0 50%;
    padding: 45px 45px 0 45px;
    margin-bottom: 45px
}

.key-elements-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.key-elements-box:first-child {
    border-right: 1px solid #3333331a
}

.key-elements-box:nth-child(3) {
    border-right: 1px solid #3333331a
}

.key-elements-wrapper::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #3333331a;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    position: absolute
}
.key-elements{ padding-bottom: 60px;}
.client-img{width:64px;height:64px;border-radius:100px;overflow:hidden;margin-bottom:10px}

.ios-page-step .step-card ul{
    text-align: left;
    list-style: disc;
    padding-left: 30px;
    margin: auto;
    margin-bottom: 10px;
}

.ios-page-step .step-card ul li{
    list-style: disc;
    display: list-item;
}

.ios-page-step .step-card {
        display: flex;
    flex-direction: column;
}
.ios-testimonial#testimonials{
    margin-top: 0;
}
section.faq-wrapper-section.padding-top {
    padding-top: 80px;
}
#Why_eLuminous .servises-button a.light-blue-button{
    max-width: 300px;
    margin: 0 auto;
}
 .technologiesList.mobileHeightShowMore .f-18.li img {
    width: 62px;
    max-height: 60px;
    margin: 0 auto 15px;
    min-height: 60px;
}
.ios-page-step .step-card ul li:first-child{
    list-style: none;
    margin-left: -20px;
}

.ios-page-step .step-card ul.last-child li:first-child{
    list-style: unset;
    margin-left: unset;
}

.What.People.Say#testimonials{
    margin: 0;
}

@media (min-width: 991px) {
    .section-three-django .ios-page-step .step-card h3+p {
        min-height: 110px;
    }
    
}
@media (max-width: 640px) {
    .key-elements-box {
        flex: 0 0 100%;
        border-right: 0 !important;
        border-bottom: 1px solid #3333331a;
        border-top: 0 !important;
        padding: 0 0;
        
    }
    .case-study-wrapper p {
        color: #000;
    }
    .card.Dedicated-Developers-card .hire-btn{
        width: 150px;
        padding: 8px 17px;
        font-size: 16px;
        text-align: center;
    }
    .card-header span{
        font-size: 18px;
            line-height: normal;
    }
    .skills-section h3{
        font-size: 18px;
    }
    ul.list.listMobile li{
        font-size: 14px;
        line-height: normal;
    }
}

@media (max-width: 480px) {
    
}