.sdo{
    background: unset;
    padding-bottom: 2rem;
}
.sdo-wrapper{
    margin-top: 0 !important;
}
.sdo-wrapper .why-us-title{
    width: 24%;
}
.mob-choose ul li:nth-child(6){
    margin-right: 0;
}
.sdo-info p{
    margin-bottom: 10px;
}
.semibold{
    font-weight: 600;
}
@media (min-width: 2000px) and (max-width: 2400px) {
}

@media (min-width: 1601px) and (max-width: 2000px) {
    /* large devices */
}

@media (min-width: 1024px) and (max-width: 1199px) {
    /* ipad-pro */
}

@media (min-width: 820px) and (max-width: 1023px) {
}

@media (min-width: 768px) and (max-width: 819px) {
}

@media (min-width: 320px) and (max-width: 767px) {
    .sdo-wrapper .why-us-title {
        width: 100%;
    }
    .sdo-ind{
        margin-top: 2rem;
    }
    .sdo-challenge .pi-challenges-solve-head h2{
        margin-bottom: 0;
    }
    .sdo-ind{
        padding-top: 2rem;
    }
}