﻿body {
}

.s-task-header {
    font-size: 1.4em;
    font-weight: bold;
    /*   color: #5c5c5c;*/
}

.s-task-object {
    font-size: 1em;
    font-weight: bold;
    color: #5c5c5c;
}

.service-block {
    width: 300px;
    border-radius: 15px;
    margin: 1em;
}

.service-title {
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
}

.service-price {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
}