.join-and-sub {
  .subscribe-section-title,
  .follow-us-section-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 16px;
  }
  .follow-us-section {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e9e9e9;
    ul {
      border-bottom: none;
    }
    .social-list {
      display: flex;
      column-gap: 10px;
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    .social-list-item a {
      display: block;
    }
    .footer-menu-icon {
      display: block;
      width: 24px;
      height: 24px;
      background-color: #767676;
      mask-repeat: no-repeat;
      mask-position: center;
      mask-size: contain;
    }
  }
}
