.h-white {
    color: #fff;
}

a.p-white, span.p-white, .p-white {
    color: #dddddd;
}

a.p-white:hover, span.p-white, .p-white {
    color: #fff;
}

.i-white::before {
    color: #fff;
}

.footer-icon-white {
    align-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 3px;
}

.cta-border-bottom {
    border-bottom: 2px solid #fff;    
}