.body {
  color: #a8a8a8;
  text-align: center;
  background-color: #202020;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  width: 50%;
}

.content {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 39px 38px;
  display: flex;
}

.paragraph {
  color: #d8d8d8;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .div-block {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .logo, .div-block {
    width: 75%;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    width: 85%;
  }
}
