.accessories{
  width: 50%;
  margin-left: 20px;
  display: flex;
  flex-direction: column;

  .header{
    @extend .din-extraBlack;
    text-transform: uppercase;
    font-size: 1.125rem;
    border-bottom: 2px solid black;
    height: 30px;
    text-align: right;
  }

  .bloc{
    flex: 1;
    text-align: right;
    // cursor: pointer;

    &:not(:last-child){
      margin-bottom: 30px;
    }

    .h2{display: inline-block;}

    .description{
      text-align: justify;
      margin-bottom: 20px;
    }

    .image{
      margin: 0 auto;
      max-width: 200px;

      img{
        width: 100%;
      }
    }
  }
}
