*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  background-color: #1C1C1C;
  color: white;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: white;
  text-decoration: none;
}

a:link {
  color: white;
}

.content {
  display: block;
}

.content__logo {
  width: 100%;
  max-width: 396px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .content__logo {
    margin-right: 70px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .content__logo {
    margin-right: 108px;
  }
}

.content__logo img {
  width: 100%;
  display: inline-block;
}

.content__text {
  color: white;
  border-top: 1px rgba(255, 255, 255, 0.4) solid;
  padding-top: 20px;
  padding-left: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .content__text {
    padding-top: 0;
    padding-left: 20px;
    border-left: 1px rgba(255, 255, 255, 0.4) solid;
    border-top-width: 0px;
  }
}

.content__text p {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .content__text p {
    font-size: 24px;
    line-height: 30px;
  }
}

.content__text b {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: white;
  font-size: 22px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .content__text b {
    font-size: 28px;
    line-height: 33px;
  }
}

.content__text span {
  color: #A5A5A5;
}

.content__text a {
  color: #A5A5A5;
}

.content__text a:hover {
  color: white;
}
/*# sourceMappingURL=proflow.css.map */