.footer-section {
      position: relative;
      overflow: hidden;
}


.footer-content {
      font-weight: 600;
      margin-bottom: 2rem;
}

.footer-content p {
      margin-bottom: 2rem;
}

.footer-section a:link, .footer-section a:visited, .footer-section a:active {
      color: #222;
      text-decoration: none;
}

.footer-section a:hover {
      color: #ee2b7b;
}

.footer-section a.small-flex {
      align-items: center;
      justify-content: center;
}

.footer-section a.small-flex span {
      margin-left: 10px;
}

.social-link-wrapper {
      justify-content: center;
}

.social-link {
      margin-right: 10px;
}

.ring {
      position: absolute;
      border: 2rem solid;
      border-radius: 50%;
      opacity: 0.25;
      pointer-events: none;
      z-index: 0;
      transform: translate(-50%, -50%);
}

.ring-layer {
      position: absolute;
      top: 0; left: 0; width: 100%; height: 100%;
      z-index: -1;
      pointer-events: none;
}


.footer-logo {
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
}



@media only screen and (min-width:735px) {

      .footer-section a.small-flex {
            justify-content: left;
      }

      .social-link-wrapper {
            justify-content: left;
      }
}