.stand-alone-service {
    display: flex;
    flex-direction: column;
    /* gap: 30px; */
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    /* padding: 20px 0px; */
    flex-wrap: wrap;

}


.stand-alone-service1 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    padding: 20px 0px;
    flex-wrap: wrap;
    padding-top: 2%;
    background: rgba(255, 255, 255, 1);

}

.stand-alone-service-image img {
    width: 100%;
    border-radius: 0px 100px 0px 0px;
    border-radius: 10px;
    max-width: 600px;

    flex-shrink: 0;
}

.stand-alone-service-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}

.stand-alone-service-details {
    display: flex;
    flex-direction: column;
    justify-content: start;
    /* gap: 20px; */
    width: 50%;
    padding: 0px 20px;
}

.stand-alone-service-header {
    font-size: 32px;
    color: var(--text-001, #1D242B);
    text-align: center;

    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.stand-alone-service-header1 {
    font-size: 32px;
    color: var(--text-001, #1D242B);
    text-align: center;

    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.stand-alone-service-details p {
    margin: 10px 0;
    line-height: 36px;
    font-size: 18px;
}

.stand-alone-service-details li {
    margin: 10px 0;
    line-height: 1.6;
    list-style-type: circle;
    font-size: 18px;
}

.stand-alone-service {
    /* padding-top: 7%; */
}



.stand-alone-service-details {
    font-family: Quicksand;
    padding-right: 6%;
}

.stand-alone-service-header {
    padding-top: 2%;
    padding-bottom: 2%;
}

.tailored-services-designed-to-enhance-revenue-improve-efficiency-and-elevate-customer-satisfaction {
    max-width: 50%;
}


@media(max-width:786px) {
    .stand-alone-service-header1 {
        font-size: 18px;
        margin-top: 3%;
        margin-bottom: 3%;
    }

    .stand-alone-service-content {
        display: block;
    }

    .stand-alone-service-details {
        width: 100% !important;
        gap: 5px;
        padding-left: 7%;

    }

    .stand-alone-service-details p {
        font-size: 14px;
        margin-top: 3%;
    }

    .stand-alone-service-details ul {
        padding-left: 10%;
    }

    .stand-alone-service-details li {
        font-size: 14px;
    }

    .stand-alone-service {
        /* padding-top: 12%; */
        gap: 15px;
    }

    .stand-alone-service-header {
        font-size: 18px;
        /* padding-bottom: 0%; */
    }
}

@media(max-width:560px) {
    .shopping-img {
        width: 80%;
    }
}


@media(max-width:425px) {
    .market-img {
        width: 80%;
    }

    .stand-alone-service {
        /* padding-top: 25%; */
    }

  
}

@media(max-width:320px) {
    .stand-alone-service {
        /* padding-top: 30%; */
    }
}