﻿.dwl-text {
    p a{
        font-weight: 700;
        text-decoration: underline;
        color: #372E2B;

        &:hover {
            color: var(--waa-green)
        }
    }

    .btn-wrapper {
        margin-top: 32px;
    }
}
