.ppc-footer{
    background-color: #051235;
    padding: 110px 90px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.ppc-footer .ppc-footer-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 1160px;
    margin: 0 auto 80px;
    flex-wrap: wrap;
}
.ppc-footer .ppc-footer-heading{
    color: #FFF;
    text-align: center;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    flex-basis: 100%;
    margin-bottom: 20px;
}

.ppc-footer .footer-logo{
    display: block;
}

.ppc-footer .ppc-footer-sub-heading{
    color: #FFF;
    text-align: center;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.18px;
    width: 65%;
}
.ppc-footer .footer-sub-section{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 20px;
}
.ppc-footer .logo-social-icons{
    display: flex;
    align-items: center;
    gap: 70px;
}
.ppc-footer .ppc_sub_footer_text{
    color: #FFF;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-self: center;
    margin-bottom: 30px;
    font-size: 15px;
}
.ppc-footer .ppc-footer-mobile-heading{
    display: none;
}

.ppc-footer .footer-icon{
    gap: 20px;
    display: flex;
}

.ppc-footer .footer-recaptcha-notice{
    color: #fff;
    font-size: 8px;
    margin-bottom: 0;
}

.ppc-footer .footer-recaptcha-notice a{
    color: #4EDCCE;
}
@media (max-width: 767px){

    .ppc-footer .ppc-footer-container{
        margin-bottom: 0;
    }
    .ppc-footer{
        padding: 10vw 5vw;
    }
    .ppc-footer .ppc-footer-heading{
        font-size: 5vw;
        padding: 0;
        max-width: 70%;
    }
    .ppc-footer-sub-heading{
        font-size: 3.5vw !important;
        padding: 0;
        max-width: 70%;
    }
    .ppc-footer .ppc-footer-mobile-heading{
        color: #FFF;
        text-align: center;
        font-size: 4vw;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 0;

    }

    .ppc-footer .footer-sub-section{
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center;
        padding-top: 0;
    }
    .ppc-footer .logo-social-icons{
        order: 2;
        padding: 0 0 5vw 0;
        flex-direction: column-reverse;
        gap: 5vw;
    }
    .ppc-footer .footer-sub-section{
        padding-top: 5vw;
    }
    .ppc-footer .ppc_sub_footer_text{
        display: none;
    }
    .ppc-footer .footer-icon{
        padding-top: 5vw;
        gap: 5vw;
        display: flex;
    }

    .ppc-footer .footer-recaptcha-notice{
        font-size: 2vw;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1025px){
    .ppc-footer .ppc-footer-sub-heading{
        padding: unset;
    }
    .ppc-footer .ppc_sub_footer_text{
        font-size: 14px;
    }
    .ppc-footer-container{
        padding: 100px 20px;
    }
}
