.credits {
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: auto;
  padding-inline: 16px;
  margin-bottom: 60px;
}
.credits .credits-wrapper {
  max-width: 840px;
  margin-inline: auto;
  background-color: #63635C;
  position: relative;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .credits .credits-wrapper {
    padding: 60px;
  }
}
.credits .credits-wrapper .mostrar-flex {
  display: flex;
  justify-content: flex-end;
}
.credits__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-block: 0 20px;
}
@media (min-width: 768px) {
  .credits__title {
    font-size: 20px;
  }
}
.credits__text, .credits--content__items {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin: 0 0 10px;
}
.credits__text, .credits--content__items {
  font-weight: 300;
}

.credits__text strong, .credits--content__items strong{
  font-weight: 600;
}

.credits--content__items {
  margin-left: 4rem;
}

@media (min-width: 768px) {
  .credits__text, .credits--content__items {
    font-size:18px;
  }
}

@media (max-width: 575.98px) {
  .credits__text, .credits--content__items {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}

