.service-selection {
    max-width: 550px;
    margin: 0 auto;
}

.service-selection .well-outer {
    background-color: #f4f6f7;
}

.service-selection .well-outer > p {
    font-weight: 800;
}

.service-selection .service-selection-inner {
    display: flex;
}

.service-selection .service-selection-inner .service-item {
    flex-basis: 100%;
    margin: 0 4px;
    display: flex;
}

.service-selection .service-selection-inner .service-item:first-child {
    margin-left: 0;
}

.service-selection .service-selection-inner .service-item:last-child {
    margin-right: 0;
}

.service-selection .service-selection-inner .well {
    text-align: center;
    border: 1px solid rgba(172, 176, 180, 0.25);
    padding-bottom: 7px;
    flex: 1 1 0;
    margin: 0;
}

.service-selection .service-selection-inner .well:hover {
    background-color: #deece8;
    border-color: #35a96a;
    box-shadow: 0 2px 0 0 rgba(53, 169, 106, 0.5);
}

.service-selection .service-selection-inner .well:hover span {
    color: #7c8185;
}

.service-selection .service-selection-inner .well:hover p {
    color: #454352;
}

.service-selection .service-selection-inner span {
    display: inline-block;
    font-size: 40px;
    color: #a8afb5;
    margin-bottom: 8px;
}

.service-selection .service-selection-inner p {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
}

.service-selection .already-got-an-offer {
    margin-top: 20px;
}

.service-selection .already-got-an-offer span a {
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .service-selection .service-selection-inner .service-item {
        margin: 0 8px;
    }
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fafcfd;
    border: 1px solid #e1edf3;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}