.footerSec{
    padding: 54px 0;
}
.footerContentWrapper{
    max-width: 818px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid rgba(98, 98, 98, 0.10);
}
.footerLinksWrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 52px;
    margin: 40px 0 24px;
}
.footerLinksWrapper a{
    color: #626262;
font-size: 14px;
line-height: normal;
}
.footerLinksWrapper a:hover{
    color: #2563EB;
    text-decoration: underline;
}
.termsLinksWrapper{
    margin: 24px 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.termsLinksWrapper a, .termsLinksWrapper span{
    color: #2C2C2C;
    font-size: 12px;
    line-height: 150%;
}
.termsLinksWrapper a:hover{
    color: #2563EB;
    text-decoration: underline;
}
.copyrightText{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}
.copyrightText p{
    color: #626262;
font-size: 12px;
line-height: 150%;
}
.footerLogo{
    max-width: 195px;
    width: 100%;
    height: 27px;
}
.dmcaAnch{
    display: block;
    max-width: max-content;
    margin: 20px auto 0;
}
@media (max-width:575px) {
    .footerLinksWrapper{
        gap: 30px;
    }
}