body {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url("../images/main.webp") fixed no-repeat;
  background-size: cover;
}

.contentLogo img {
  max-width: 400px;
}
.contentTitle {
  color: white;
  letter-spacing: 0.2rem;
  margin-top: 150px;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .contentTitle {
    font-size: 26px;
  }
}
.contentTextBlocks {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 1023px) {
  .contentTextBlocks {
    font-size: 26px;
  }
}
@media screen and (max-width: 799px) {
  .contentTextBlocks {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.contentTextBlocksBlockTitle {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 20px;
}
.contentTextBlocksBlockText {
  line-height: 25px;
  margin-top: 5px;
  font-weight: 300;
  color: white;
  font-size: 13px;
}
.content hr {
  margin: 8px 0;
}

/*# sourceMappingURL=main.css.map */
