/* Tytuł, tekst i przycisk CTA – baner z tytułem, opisem i przyciskiem CTA */

.vca-universal-title {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 4.375rem 0;
}

/* Obraz tła – pod kolorem */
.vca-universal-title__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}

.vca-universal-title__container {
  position: relative;
  z-index: 2;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.vca-universal-title__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  box-sizing: border-box;
}

.vca-universal-title__heading {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  font-family: type-36, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  color: rgb(255, 255, 255);
}

.vca-universal-title__description {
  align-self: stretch;
  width: 100%;
  margin: 15px auto 30px;
  text-align: center;
  font-family: type-36, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 22.5px;
  color: rgb(255, 255, 255);
  box-sizing: border-box;
}

.vca-universal-title__description p {
  display: block;
  margin: 15px 0 0;
  font-family: type-36, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 22.5px;
  color: rgb(255, 255, 255);
}

.vca-universal-title__description p:last-child {
  margin-bottom: 0;
}

.vca-universal-title__button {
  margin-top: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}

.vca-universal-title__button:hover {
  box-shadow: none;
}

@media (max-width: 768px) {
  .vca-universal-title__container {
    padding: 0 15px;
  }

  .vca-universal-title__heading {
    font-size: 26px;
    line-height: 32px;
  }

  .vca-universal-title__description {
    font-size: 14px;
    line-height: 21px;
    margin: 15px auto 30px;
  }

  .vca-universal-title__description p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 12px;
  }

  .vca-universal-title__button {
    margin-top: 0.7813rem;
  }
}
