.home_title {
  width: 162px;
  height: 25px;
  border: 1px solid #a2a2a2;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.home_title > .title {
  background: #fff;
  text-align: center;
  font-size: 22px;
  width: 90px;
  position: absolute;
  height: 25px;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.server ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.server ul a {
  width: 33.3333333%;
  text-align: center;
  font-size: 14px;
}
.traduccio {
  padding: 0 22px;
}
.traduccio img {
  height: auto;
  max-width: 98%;
}
.traduccio p {
  margin: 16px 0;
  font-size: 16px;
}
