.strategic-proc-service {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    padding: 20px 0px;
    flex-wrap: wrap;
}
.strategic-proc-service-image img {
    width: 100%;
    border-radius: 10px;
    flex-shrink: 0;
}

.strategic-proc-service-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.strategic-proc-service-details {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 20px;
    width: 100%;
    padding: 0px 20px;
}
.strategic-proc-service-header {
    font-size: 24px;
    color: var(--text-001, #1D242B);
text-align: center;

font-family: Quicksand;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.strategic-proc-service-details p {
    margin: 10px 0;
    line-height: 1.6;
}
/* 
.strategic-proc-service-details li {
    margin: 10px 0;
    line-height: 1.6;
    list-style-type: circle;
} */


.row-wise-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    padding:10px;
    gap: 10px;
}

.row-wise-list li {
    width: 30%; /* Adjust the width to fit your preference */
    margin: 5px;
    line-height: 1.6;
    list-style-type: circle;
}
