#SNS {
  background: #000;

  @media (min-width: 1000px) {
    .sns-content {
      flex-direction: column;
    }
  }

  .sns-content {
    .flex {
      gap: 20px;
      flex-wrap: wrap;
    }
  }

  .section-title-black {
    svg {
      height: 1000px;
    }
  }

  a {
    width: 300px;
  }

  h4 {
    font-family: "Dela Gothic One";
    font-size: 24px;
    color: #773692;
    text-align: center;
  }

  @media (max-width: 550px) {
    a {
      width: 200px;
    }
    h4 {
      font-size: 20px;
    }
  }

  .img-container {
    width: 400px;
    height: 200px;
    overflow: hidden;
    img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      object-position: center;
    }
  }

  @media (max-width: 1050px) {
    .img-container {
      width: 80%;
    }
  }

  .title-container {
    background: #fff;
    width: 400px;
    height: 75px;
  }

  @media (max-width: 1050px) {
    .flex-col {
      width: 100%;
    }
    .title-container {
      width: 80%;
    }
  }

  .detail-container {
    background: #fff;
    height: 125px;
    width: 400px;
    text-align: center;
    border-top: 2px solid #000;
  }

  @media (max-width: 1050px) {
    .detail-container {
      width: 80%;
    }
  }

  .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: #fff;
    border-right: 2px solid #000;
    img {
      width: 40px;
      height: 40px;
      object-fit: cover;
    }
  }
}
