﻿.pensionpotential-theme {
    --footer-background: #2f3045 !important;
    --background-image: url('../../images/jan-huber-fi-qf-oz-cau-ny-unsplash.png');
    --brand-logo: url('../../images/white-p-plogo.svg');
    --brand-bar-background-color: #fff;
    --brand-bar-background-text-color: #2f3045;
    --chatbot-icon: url('../../images/leaficon.svg');
}

    .pensionpotential-theme .pp-icon-image {
        width: 50px;
        height: 50px;
    }

@media screen and (max-width: 1140px) and (min-width: 721px) {
    .pensionpotential-theme .pp-icon-image {
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width: 720px) {
    .pensionpotential-theme .pp-icon-image {
        width: 32px;
        height: 32px;
    }
}