.btn-base {
  z-index: 2;
  width: calc(100% - 30px);
  height: 100%;
  margin: auto;
}

@media (min-width: 768px) {
  .btn-base {
    z-index: 2;
    position: absolute;
    width: calc(100% - 60px);
    height: initial;
    right: 0;
    left: 0;
    /*margin-left: -50%;*/
    padding: inherit;
    margin-left: auto;
    margin-right: auto;
    top: calc(100% - 25px);
  }
}

.btn-base-head {
  position: absolute;
  height: initial;
  right: 0;
  left: 0;
  padding: inherit;
  margin-left: auto;
  margin-right: auto;
}

.cta-base {
  height: 200px;
  margin-bottom: 15px;
}

.btn-base button, .btn-base-head button {
  width: 100%;
  background-color: rgb(24,23,25);
  border-radius: 0;
  border: 3px solid white;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-image {
  z-index: 1;
  padding: 0;
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.btn-primary:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  white-space: normal;
}

#cta-cards {
  margin-bottom: 25px;
  margin-top: 25px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.infoSidebar ul {
  display: inline-block;
}

.page-width {
  max-width: 1200px;
  margin: 0 auto;
}

.cta-header {
  width: 100%;
  margin: 0 auto !important;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.cta-header-content-wrapper {
  width: 100%;
  text-align: center;
  margin: 0 auto !important;
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  z-index: 2;
}

.cta-header-header-wrapper {
  width: 100%;
  margin-bottom: 15px;
}

