.userVoice__area--margin {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 40px 0;
  position: relative;
  flex: 0 0 auto;
}

.userVoice__area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.userVoice__title {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.userVoice__title--text {
  width: fit-content;
  margin-top: -1.00px;
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 150%;
  white-space: nowrap;
  position: relative;
  font-weight: 600;
  font-style: normal;
}

@media(min-width: 768px) {
  .eachUserVoice__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  .eachUserVoice__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
}

@media(min-width: 768px) {
  .eachUserVoice {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 24px;
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    border: 1px solid;
    border-color: rgba(170, 170, 170, 1);
  }
}

@media (max-width: 767px) {
  .eachUserVoice {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 24px;
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    border: 1px solid;
    border-color: rgba(170, 170, 170, 1);
  }
}

@media(min-width: 768px) {
  .eachUserVoice__profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;

  }
}

@media(max-width: 767px) {
  .eachUserVoice__profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}

@media(min-width: 768px) {
  .eachUserVoice__img {
    position: relative;
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 767px) {
  .eachUserVoice__img {
    position: relative;
    width:100px;
    height: 100px;
    margin-right: 16px;
  }
}

@media(min-width: 768px) {
  .eachUserVoice__detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  .eachUserVoice__detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
}

@media(min-width: 768px) {
  .eachUserVoice__person--wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  .eachUserVoice__person--wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }
}

@media(min-width: 768px) {
  .eachUserVoice__person--text {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 179.99999523162842%;
    white-space: nowrap;
    font-style: normal;
  }
}

@media (max-width: 767px) {
  .eachUserVoice__person--text {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 179.99999523162842%;
    white-space: nowrap;
    font-style: normal;
    text-orientation: upright;
  }
}

.eachUserVoice__detail--text {
  align-self: stretch;
  font-size: 14px;
  line-height: 179.99999523162842%;
  position: relative;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  letter-spacing: 0px;
  font-style: normal;
}