.bannerCommon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bannerCommon__img {
  background-color: var(--primary);
}

.bannerCommon__wrap-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .bannerCommon__wrap-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .bannerCommon__left {
    margin-bottom: 24px;
  }
}

.bannerCommon__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 59px;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 2;
  text-align: center;
}

@media screen and (max-width: 568px) {
  .bannerCommon__title {
    font-size: 28px !important;
  }
}

.bannerCommon__breadcrumb {
  font-size: 15px;
  color: #ffffff;
  z-index: 2;
  background-color: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

.bannerCommon__breadcrumb li {
  margin-left: 5px;
}

@media screen and (max-width: 568px) {
  .bannerCommon__breadcrumb {
    font-size: 14px !important;
  }
}

.unit-button-activate {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  margin-bottom: 24px;
}

@media screen and (max-width: 568px) {
  .unit-button-activate {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.unit-button-activate .unit-button-content-activate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
  min-width: 325px;
  height: 48px;
  background: #eb7f2c;
  border-radius: 2px;
  margin: 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: #ffffff;
  border: none;
}

.page-dataandfigures-content-left {
  width: 68%;
}

.page-dataandfigures-content-right {
  width: 30%;
}
/*# sourceMappingURL=page-dataandfigures-activate.css.map */