.container {
    width: 100%;
    max-width: 64rem;
    margin: 3rem auto 0 auto;
    padding: 1rem;
    border-bottom: solid 2px #3D5C41;
}

.container:last-of-type {
    border-bottom: 0;
}

.container-title--left, .container-title--right {
    width: 100%;
}

.container-title--left {
    text-align: left;
}

.container-title--right {
    text-align: right;
}

.container-subtitle--left, .container-subtitle--right {
    color: #3D5C41;
    margin-bottom: 3rem;
}

.container-subtitle--left {
    text-align: left;
}

.container-subtitle--right {
    text-align: right;
}

.spaced-text {
    line-height: 1.5em;
    margin-bottom: 2rem;
    font-weight: 500;
}

.steps-list {
    padding: 1rem 2rem;
    list-style: none;
    margin-bottom: 3rem;
}

.steps-list-item {
    margin-top: 1rem;
}

.steps-item-data {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}
.steps-item-number {
    line-height: 1.9rem;
    display: inline-block;
    border-radius: 50%;
    color: #3D5C41;
    font-weight: bold;
    border: solid 2px #3D5C41;
    width: 2rem;
    height: 2rem;
    text-align: center;
    margin-right: 1rem;
    flex: 0 0 auto;
    background-color: rgba(61, 92, 65, 0.1);
}


.steps-item-title {
    flex: 1 1 auto;
}

.steps-item-subtitle {
    flex: 1 0 auto;
    font-size: 1rem;
}

.calculator-warning {
    line-height: 1.5em;
    padding: 2rem;
    border: solid 2px #3D5C41;
    background-color: #FFFACD;
    color: #3D5C41;
    font-weight: bold;
}

.steps-sublist {
    flex: 1 1 100%;
    margin-bottom: 1rem;
    padding-left: 5rem;
    list-style: decimal;
}

.steps-sublist-item {
    margin-top: 0.25rem;
}

.content-list {
    list-style: square;
    padding: 0 2rem;
    margin-bottom: 2rem;
}

.content-list > li {
    color: black;
    margin-top: 0.5rem;
    line-height: 1.25rem;
}

.announcement-content > p {
    margin-top: 1rem;
}

.muted {
    color: #3D5C41;
    font-weight: 500;
}