.container  {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}
.row  {
      display: flex;
      gap: 50px;
}
.text-center {    text-align: center;}
.site-footer {
font-family: 'Onest', sans-serif !important;
    background: #0b0909;
    color: #ffffff;
    padding: 60px 0 30px;
    font-family: 'Onest', sans-serif;
}

.footer-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-text,
.footer-contacts p,
.footer-menu li a {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    margin-bottom: 8px;
}

.footer-menu li {
    margin-bottom: 8px;
}
.footer-menu li a:hover {
    color: #ffffff;
}

.footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
}
 @media screen and (max-width: 665px) {
     .row  {
           flex-wrap: wrap;
      }

}
