.sg-footer {
    background: #000;
    color: #fff;
    padding-top: 80px;
}

.sg-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px 80px;
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.sg-footer-col {
    flex: 1;
}

.sg-footer-col:first-child {
    text-align: center;
}

.sg-footer-col img {
    max-width: 180px;
    height: auto;
}

.sg-footer-col p,
.sg-footer-col li,
.sg-footer-col a {
    color: #fff;
    text-decoration: none;
    line-height: 1.9;
}

.sg-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sg-footer-col .menu li {
    margin-bottom: 15px;
}

.sg-footer-col a:hover {
    opacity: .8;
}

.sg-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.15);
    text-align: center;
    padding: 25px;
    font-size: 14px;
}

@media (max-width: 768px) {

    .sg-footer-inner {
        flex-direction: column;
        gap: 40px;
        padding: 0 25px 50px;
        text-align: center;
    }

}

.sg-footer,
.sg-footer p,
.sg-footer a,
.sg-footer li,
.sg-footer h3{
    font-family: 'Futura', sans-serif;
}

.sg-footer {
    font-family: 'Futura', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px;
}

.sg-footer .menu a{
    text-transform: uppercase;
    font-weight: 600;
}

.sg-footer a,
.sg-footer a:visited,
.sg-footer a:hover,
.sg-footer a:focus,
.sg-footer a:active {
    color: #fff !important;
    text-decoration: none;
}

@media (max-width: 768px) {
  .sg-footer {
    padding-top: 50px;
  }

  .sg-footer-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 38px;
    padding: 0 26px 48px;
  }

  .sg-footer-col {
    width: 100%;
    text-align: left !important;
  }

  .sg-footer-col:first-child {
    display: block !important;
    text-align: center !important;
    margin-bottom: 10px;
  }

  .sg-footer-col:first-child img {
    max-width: 190px;
    margin: 0 auto 16px;
    display: block;
  }

  .sg-footer-col:first-child p {
    text-align: center;
    font-style: italic;
  }

  .sg-footer-col .menu li {
    margin-bottom: 18px;
  }

  .sg-footer-col a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .sg-footer-col p {
    font-size: 15px;
    line-height: 1.8;
  }

  .sg-footer-bottom {
    padding: 26px 18px;
    text-align: center;
    font-size: 14px;
  }
}
