.service-row {
    padding-top: 20px;
    padding-bottom: 20px;
}
.circle-service-image {
    width: 180px;
    height: 180px;
    border-radius: 0;
    border: 3px solid #9B66D0;
    display: inline-block;
    margin-top: 20px;
}
.circle-service-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 3px solid #ff5ea5 ;
}
.service-row .service-name {
    color: #9B66D0;
    font-size: 24px;
    line-height: 1.4em;
    text-transform: uppercase;
}
.detail-price-item {
    display: flex;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 5px;
}
.detail-price-name {
    padding-right: 5px;
    font-size: 15px;
}
.detail-price-dots {
    height: 15px;
    flex: 1;
    border-bottom: 1px dotted #a9a9a9;
}
.detail-price-number {
    padding-left: 5px;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}
.col-order2 {order: 2;}
@media only screen and (min-width: 1200px) {
    .circle-service-image {
        width: 250px;
        height: 250px;
    }
}