.container {
    max-width: 1325px;
    margin: auto;
    box-sizing: border-box;
    padding: 30px 16px;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container__title {
  margin: 0 0 24px 0;
}

.container__text {
  margin: 0 0 24px 0;
}

@media (min-width: 700px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container__title,
  .container__text {
    width: 66.66%;
  }
}

.diagnostics {
  margin-top: 50px;
  font-size: 14px;
}

.diagnostics__title {
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}

.diagnostics strong{
  font-weight: bold;
  color: #999;
  font-weight: normal;
}
