.why-choose-our-piano-moving p.moving-process-text {
    text-align: center;
    font-size: 25px;
    width: 80%;
}

.why-choose-our-piano-moving {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.numbered-list li {
    font-size: 20px;
    margin: 8px 0px;
}

.numbered-list {
    width: 80%;
}

.numbered-list li b {
    color: #008800;
}

.gray-backgrnd {
    background-color: #d8d8d8;
}

@media(max-width:700px) {
    .numbered-list {
        padding-left: 0px;
        width: 90vw;
    }
}