.container-full-height {
  height: 100vh;
  font-family: "Source Sans Pro", sans-serif;
}

.container-content-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.row-margin {
  margin: 0 10px;
}

.col-centered {
  color: #53564E;
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
}

.info-heading {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}

.info-details {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 50px;
}

.info-details p {
  margin: 0;
}

.footer-logo {
  width: 195px;
  height: 56px;
  background-image: url("../images/up-upominek_logo.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .info-heading {
    font-size: 36px;
  }

  .info-details {
    font-size: 27px;
  }
}

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