.footer-component {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 950px; 
    margin: auto;
    margin-bottom: 55px;

    @media only screen and (max-width: 950px){
        flex-direction: column;
    }

    .switch-button{
        cursor: pointer;
    }

    .term-condition{
        cursor: pointer;
        text-decoration: 2px underline;
    }
}

.footer-component p {
    color: #003DA6;
    font-family: Arial;
    font-weight: 700;
    font-size: 12px;
    line-height: 13.8px;
    width: 268px;
    text-align: center;
    margin: 5px 0;
}

/* .footer-component p:nth-child(2) {
    flex: 2; 
    text-align: center;
} */