@media (max-width:768px){

.footer-container{
    flex-direction:column;
    gap:30px;
}

.footer-description{
    max-width:100%;
}

}

.site-footer{
    margin-top:80px;
    background:#0f1720;
    color:#e6edf3;
    padding-top:50px;
    font-family:inherit;
}

.footer-container{
    max-width:1100px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    gap:60px;
    padding:0 20px;
    flex-wrap:wrap;
}

.footer-company{
    font-size:24px;
    margin-bottom:12px;
}

.footer-description{
    max-width:420px;
    line-height:1.8;
    opacity:.8;
    text-align: justify;
}

.footer-social h3{
    margin-bottom:12px;
}

.footer-social ul{
    list-style:none;
    padding:0;
}

.footer-social li{
    margin-bottom:8px;
}

.footer-social a{
    text-decoration:none;
    color:#c9d1d9;
    transition:.2s;
}

.footer-social a:hover{
    color:#ffffff;
}

.footer-bottom{
    margin-top:40px;
    border-top:1px solid rgba(255,255,255,0.08);
    text-align:center;
    direction: ltr;
    padding:18px;
    font-size:13px;
    opacity:.7;
}
