.spacing-bottom-15 {
    margin-bottom: 1.5rem;
}

.spacing-top-15 {
    margin-top: 1.5rem;
}

.tos {
    max-width: 36rem;
    margin: auto;
    padding: 1.25rem;
}

.back-button {
    display: flex;
    align-items: center;
    height: 3rem;
    min-height: 3rem;
    width: 95px;
    padding: 0 1rem;
    font-size: 0.875rem;
    line-height: 1em;
    gap: 0.5rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
}

.back-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--text-color);
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.back-button:hover::before {
    opacity: 0.2;
}

.tos__title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 800;
    letter-spacing: 0.02em;

}

.tos p {
    font-size: 1em;
    line-height: 1.625;
}
