.content {
  font-size: 14px;
  line-height: 1.3em;
  display: block;
  margin: 0 auto;
  padding: 0;
  font-family: 'Roboto', 'Arial', sans-serif;
  padding: 5px;
}

.image-caption {
  text-align: center;
}
.service {
  display: flex;
  justify-content: center;
  padding: 5px 5px 50px 5px;
}
.address {
  font-family: 'Rooboto', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.6em;
  padding: 5px;
}

main-text {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

main-text li {
  padding-bottom: 20px;
}

main-text p {
  padding-bottom: 20px;
}

.test {
  padding-bottom: 50px;
  padding-top: 25px;
}

@media only screen and (min-width:961px) {

  .address {
    text-align: center;
  }

}
@media only screen and (min-width:768px) {
  .content {
    width: 900px;
  }
}
