.itrstylist__block {
  background: #FFE3EE;
  border-radius: .5rem;
  overflow: hidden;
}

.itrstylist .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.itrstylist__row {
  align-items: center;
}

.itrstylist__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.itrstylist__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 32px;
}

.itrstylist__picture-person img {
  border-radius: 50%;
}

.itrstylist__name {
  color: #212529;
  font-size: 1rem;
  font-weight: 700;
}

.itrstylist__role {
  color: #6C757D;
  font-size: .75rem;
  font-weight: 400;
}

.itrstylist__col-description {
  color: #212529;
  font-size: 1rem;
  font-weight: 400;
}

.itrstylist__description {
 padding-right: 40px;
}

.itrstylist__description a {
  text-decoration: underline;
}


.img-full {
  width: 100%;
  height: auto;
}

@media (max-width:991px) {
  .itrstylist__col-bg img {
    width: 100%;
  }
}

@media (max-width:767px) {
  .itrstylist__picture-person,
  .itrstylist__name,
  .itrstylist__role {
    text-align: right;
  }

  .itrstylist__description {
    padding-right: 0;
  }
}