/* Text hover */
p.box-text:hover {
    color: #fff!important;
    transition: color 0.3s ease-in-out;
}

.box-text p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    color: #fff!important;
    line-height: 1.625;
    text-align: justify !important;
}