.FooterContainer {
    background-color: #121212;
}

.FooterInner {
    max-width: 1430px;
    margin: 0 auto;
    padding: 3% 5% 2% 5%;
}

.FooterLogo {
    height: 50px;
}

.FooterContent p {
    font-size: 1.4rem;
    line-height: 1.4;
    color:#6c6c6c;
}

.FooterSocial_TermPolices {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 32px;
}

.FooterSocial_TermPolices .SocailMedia a {
    color: #909090;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    margin-right: 17px;
    position: relative;
}

.FooterSocial_TermPolices .SocailMedia a:hover,
.FooterTermPolicy a:hover {
    color: #fafafa;
}
.FooterTermPolicy .terms-link
{
    font-size:1.4rem !important;
    text-align: right;
    margin-left: 15px;
    color: #6c6c6c;
    font-weight: 400;
}

.PoweredLogo {
    display: flex;
    align-items: center;
    justify-content: end;
}

.PoweredLogo img {
    width: 65px;
}

.PoweredLogo p {
    margin-right: 5px;
}


/* ********************************************************************************
********************** RESPONSIVENESS OF FOOTER ********************************
************************************************************************************  */

@media screen and (max-width: 1859px) 
{
    .FooterInner {
        max-width: 1225px;
    }
}


/* MAXIMUM SCREEN 1550PX  */

@media (max-width:1550px) 
{
    .FooterInner {
        max-width: 1020px;
    }
}

/* MAXIMUM SCREEN 1350PX  */

@media (max-width:1350px) 
{
    .FooterInner {
        max-width: 850px;
    }
    .AboutHeroRight {
        width: 30%;
    }
}
/* MAXIMUM SCREEN 1180PX  */

@media (max-width:1180px) 
{
    .FooterInner {
        max-width: 690px;
    }
}


@media (max-width:475px) {

    .FooterSocial_TermPolices .SocailMedia a {
        font-size: 18px;
        margin-right: 10px;
    }
    .FooterTermPolicy .terms-link:nth-child(1) {
        margin-left: 0px;
    }
    .FooterTermPolicy .terms-link:nth-child(2) {
        margin-left: 10px;
    }
    .FooterContent p {
        font-size: 1.8rem;
    }
}

@media (max-width:400px) {
    .FooterSocial_TermPolices {
        flex-direction: column;
        align-items: flex-start;
    }
    .FooterTermPolicy
    {
        margin-top: 15px;
    }
}