.terms_section {
    padding: 30px 10%;
    padding-bottom: 80px;
}

.terms_section h1 {
    font-size: 37px;
    display: block;
    margin-bottom: 30px;
}

.terms_section p {
    text-align: justify;
}

.terms_section a {
    color: var(--yellow);
    transition: .25s;
    cursor: pointer;
}

.terms_section a:hover {
    color: var(--brown);
}