.engineering-services{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0px;
    background: #F0F0F3;

}

.engineering-services-header{
    font-size: 24px;
    color: var(--text-001, #1D242B);
text-align: center;

font-family: Quicksand;
font-style: normal;
font-weight: 700;
line-height: normal;
    
}
.laser-service {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: start;
    justify-content: start;
    margin: 20px 0px;
    flex-wrap: wrap;
    padding-left: 20px;

}
.laser-service-image img {
    width: 100%;
    border-radius: 100px 0px 0px 0px;
    max-width: 500px;

flex-shrink: 0;
}

.laser-service-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}
.laser-service-details {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 20px;
    width: 50%;

}
.laser-service-header {
    font-size: 18px;
    color: var(--text-001, #1D242B);
text-align: start;

font-family: Quicksand;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.laser-service-details p {
    margin: 10px 0;
    line-height: 1.6;
}

.laser-service-details li {
    margin: 10px 0;
    line-height: 1.6;
    list-style-type: circle;
}