﻿.button {
    background: #394247;
    color: white;
    font: inherit;
    border: 1.5px solid #394247;
    padding: 8px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}

    .button:hover,
    .button:active {
        background: white;
        color: #596265;
    }

    .button:focus {
        outline: none;
    }

.section-title {
    color: #2ddf5c;
    text-align: center;
}

.step__list {
    width: 100%;
    margin: auto;
    text-align: center;
}

.step {
    background: #357ca5;
    text-align: center;
    padding: 16px;
    margin: 8px;
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    height: 300px;
}

.step__title {
    color: white;
}

.step__price {
    color: white;
}

.step__feature {
    margin: 8px 0;
}
