.lineIndentation {
  text-indent: 2em;
  font-size: 14px;
  padding: 10px 0px;
}
.textContent {
  padding-top: 60px;
}
.goBack {
  text-align:center;
  clear:both;
}
.goBackLabelA {
  font-size:13pt;
}
.code{
 margin: 10px;
 padding: 10px;
  background-color: rgb(209, 208, 208);
  color: dimgray;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
.codeIndentation {
  text-indent: 2em;
}
.codeIndentation2 {
  text-indent: 4em;
}


.image-par{
  text-align: center;
  width: 100%;
}
.image-par img{
  text-align: center;
  width: 100%;
}


@media screen and (min-width: 768px) {
  .image-par img {
    text-align: center;
    width: 600px;
  }
  .image-office img{
    max-width: 405px;
  }

}
 

.image-office{
  background-color: #063853;
  border-radius:10px;
  width: 100%;
  text-align: center;
}

.image-office img{
  width: 100%;
}