
.ep-footer{
    background:#071327;
    padding:34px 0;
    border-top:1px solid rgba(255,255,255,.06);
    font-family:Arial,sans-serif;
}

.ep-footer-wrap{
    width:1200px;
    max-width:92%;
    margin:auto;

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;

    flex-wrap:wrap;
}

.ep-footer-left{
    color:#94a3b8;
    font-size:14px;
    line-height:1.8;
}

.ep-footer-right{
    display:flex;
    gap:24px;
}

.ep-footer-right a{
    color:#cbd5e1;
    text-decoration:none;
    font-size:14px;
}

.ep-footer-right a:hover{
    color:#60a5fa;
}

@media(max-width:768px){

    .ep-footer-wrap{
        flex-direction:column;
        align-items:flex-start;
    }

}
