footer {
  .footer__content-top {
    @media screen and (max-width: 749px) {
      padding: 0 33px;
      padding-bottom: 0;
    }
    .footer__blocks-wrapper {
      .footer-block {
        &:last-child {
          margin-bottom: 0;
        }
      }
      .footer-block--menu {
        .footer-block__heading {
          font-size: 16px;
          letter-spacing: 5px;
          color: #D1D1D1;
        }
      }
      .footer-block__brand-info {
        height: 100%;
        display: flex;
        flex-direction: column;
        .footer-block__heading {
          margin-bottom: 0;
          color: #D1D1D1;
          text-transform: uppercase;
          font-size: 16px;
          letter-spacing: 5px;
          @media screen and (max-width: 749px) {
            letter-spacing: 3px;
            font-size: 14px;
          }
        }
        .social-media {
          margin-bottom: auto;
          padding-bottom: 20px;
        }
        .footer-block__image-wrapper {
          display: flex;
          align-items: center;
          column-gap: 30px;
          margin-top: 10px;
          margin-bottom: 0;
          .brand {
            img {
              image-rendering: -webkit-optimize-contrast;
            }
            flex: 1 1 40%;
            max-width: 40%;
            width: 40%;
            &:first-child {
              flex: 1 1 30%;
              max-width: 30%;
              width: 30%;
            }
            &:last-child {
              flex: 1 1 20%;
              max-width: 20%;
              width: 20%;
            }
          }
        }
      }
    }
  }
  .footer__content-bottom {
    .footer__content-bottom-wrapper {
      padding: 0 33px;
    }
    .footer__copyright {
      @media screen and (max-width: 749px) {
        text-align: left;
        font-size: 10px;
        .policies  {
          display: block;
          li {
            &:first-child {
              &::before {
                content: none;
              }
            }
          }
        }
      }
    }
  }
}