#technology-lp-banner-description-inner {
  padding: 2em 0;
  width: 90%;
}
#technology-lp-banner-video-inner {
  max-width: 100%;
  position: relative;
}
#technology-lp-banner-description-inner p strong {
  font-size: 22px;
}
.technology-lp-banner-header {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}
#technology-lp-banner-video-inner h1 {
  background: rgba(0,0,0,.75);
  color: #fff;
  padding: 8px 30px;
  font-family: "BebasNeue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 68px;
  margin-top: 74px;
  letter-spacing: 0.02em;
}
.blueinfobox-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0px;
  max-width: 65%;
  color: #fff;
}
.blueinfobox-wrapper a {
  text-decoration: none;
  font-weight: bold;
  font-size: 24px !important;
  line-height: 28px;
  padding: 18px 40px !important;
  display: block;
}
.blueinfobox {
  background: #0097dd;
  border-radius: 14px;
  padding: 10px 30px;
}
.blueinfobox p {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin: 0px;
  text-align: center !important;
}
.blueinfobox p a {
  color: #fff !important;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none !important;
}
@media screen and (max-width: 1350px) {
  .blueinfobox-wrapper {
  max-width: 70%;
}
  .blueinfobox p {
  font-size: 26px;
}
}
@media screen and (max-width:1160px) {
#technology-lp-banner-video-inner h1 {
  white-space: normal;
}
  .blueinfobox-wrapper {
  max-width: 75%;
}
  .blueinfobox p {
  font-size: 26px;
}
}
@media screen and (max-width:768px) {
.technology-lp-banner-header {
  position: static;
  left: 50%;
  top: 50%;
  transform: translate(0);
  width: 100%
}
#technology-lp-banner-video-inner h1 {
  font-size: 24px;
  margin-top: 14px;
}
.blueinfobox-wrapper {
  display: block;
  margin-top: 10px;
  max-width: 90%;
  padding-bottom: 10px;
}
.blueinfobox {
  margin-bottom: 0px;
  padding: 5%;
  width: 90%;
}
.blueinfobox-wrapper a {
  margin-bottom: 20px !important;
}
}
@media screen and (max-width:890px) {
  .technology-lp-banner-header {
    position: static;
    left: 50%;
    top: 50%;
    transform: translate(0);
    width: 100%
  }
  #technology-lp-banner-video-inner h1 {
    font-size: 24px;
    margin-top: 14px
  }
  .blueinfobox-wrapper {
    display: block;
    margin-top: 10px;
    max-width: 90%;
    padding-bottom: 10px
  }
  .blueinfobox {
    margin-bottom: 0;
    padding: 5%;
    width: 90%
  }
  .blueinfobox-wrapper a {
    margin-bottom: 20px !important;
    font-size: 24px !important;
    min-width: 200px !important;
    padding: 18px 40px !important
  }
}
