.justify-text { 
    text-align: justify;
}


.button-underline .tn-atom,
.button-underline a.tn-atom {
    border: none !important;
    border-bottom: 1px solid #292929 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    transition: border-color 0.3s ease, color 0.3s ease;
}

.button-underline .tn-atom:hover,
.button-underline a.tn-atom:hover {
    border-bottom-color: #292929 !important;
    background-color: transparent !important;
    opacity: 0.7;
}

