.section10 {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  height: 125px;
}

img {
  display: block;
  width: 100%;
}

.discord-img-section10 {
  width: 32px;
  height: 31px;
  margin-top: -5px;
  opacity: 0.6;
}

.coinmarket-img-section10 {
  width: 20px;
  height: 19px;
  margin-top: -1.5px;
  opacity: 0.6;
}

.community-row1-section10 {
  display: flex;

  width: 85vw;
  justify-content: space-between;
  margin-bottom: 7px;
}

.community-row2-section10 {
  display: flex;

  width: 84vw;
  margin-left: 10px;
  justify-content: space-between;
}

.p-cccommunity {
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 4px;
  margin-bottom: 12px;
  /* font-weight: bold; */
}

.footer-reddit-alien {
  margin-right: 11px;
}

.community-row1-section10 i,
.community-row2-section10 i {
  opacity: 0.6;
}

/* Community Hover */

.discord-img-section10:hover,
.coinmarket-img-section10:hover,
.community-row1-section10 i:hover,
.community-row2-section10 i:hover {
  opacity: 1;
}

.MQ576-section-10-MQ,
.MQ410-section-10-MQ,
.MQ375-section-10-MQ {
  display: none;
}

/* Community Hover */

/* Media Queries for all SEction 10 */

@media screen and (min-width: 370px) {
  .MQ375-section-10-MQ {
    display: block;
  }

  .MQ375-community-row1-section10 {
    margin-left: -3px;
    display: flex;
    width: 310px;
    justify-content: space-between;
    margin-bottom: 19px;
    margin-top: 4px;
  }

  .MQ375-community-row2-section10 {
    width: 180px;
    margin-left: 6px;
    display: flex;
    justify-content: space-between;
  }

  .MQ576-section-10-MQ,
  .MQ410-section-10-MQ,
  .community-row1-section10,
  .community-row2-section10 {
    display: none;
  }

  .MQ375-community-row1-section10 i,
  .MQ375-community-row2-section10 i {
    opacity: 0.6;
  }

  .MQ375-community-row1-section10 i:hover,
  .MQ375-community-row2-section10 i:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 410px) {
  .MQ410-section-10-MQ {
    display: block;
  }

  .MQ375-section-10-MQ {
    display: none;
  }

  .MQ410-community-row1-section10 {
    margin-left: -3px;
    display: flex;
    width: 310px;
    justify-content: space-between;
    margin-bottom: 19px;
    margin-top: 4px;
  }

  .MQ410-community-row2-section10 {
    width: 116px;
    margin-left: 3px;
    display: flex;
    justify-content: space-between;
  }

  .MQ410-community-row1-section10 i,
  .MQ410-community-row2-section10 i {
    opacity: 0.6;
  }

  .MQ410-community-row1-section10 i:hover,
  .MQ410-community-row2-section10 i:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 576px) {
  .MQ576-section-10-MQ {
    display: block;
  }

  /* .community-row1-section10,
  .community-row2-section10, */
  .MQ410-section-10-MQ,
  .MQ375-section-10-MQ {
    display: none;
  }

  .Container-MQ576-section-10-MQ {
    display: flex;
    width: 505px;
    justify-content: space-between;
    margin-left: -5.9px;
    /* padding-right: 50px; */
  }

  .Container-MQ576-section-10-MQ i {
    opacity: 0.6;
  }

  .Container-MQ576-section-10-MQ i:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 760px) {
  .MQ410-section-10-MQ,
  .MQ375-section-10-MQ {
    display: none;
  }

  .Container-MQ576-section-10-MQ {
    width: 576px;
  }
}

/* Media Queries for all SEction 10 */
