@charset "utf-8";

.service-fee {
    text-align: center;
}
.service-fee .price {
    font-weight: bold;
    font-size: 35px;
}
.service-fee .price em {
    font-size: 40%;
    font-style: normal;
}
.service-fee .price.orange {
    font-size: 45px;
}
.orange {
    color: #eb5505 !important;
}
