.banner_wrapper {
  width: 100%;
  background: #f8f8f8;
  position: relative;
  margin-bottom: 2rem;
  margin-top: 80px;
}
.banner_wrapper img {
  max-width: 100%;
}
.banner_wrapper:before {
  position: absolute;
  left: 0;
  width: 50%;
  height: 26rem;
  content: "";
  background: #247cc236;
  z-index: 0;
  opacity: 0.5;
  border-radius: 39% 50% 61% 0;
  top: 50%;
  transform: translate(-14px, -50%);
}
.shared_banner_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
  height: 80vh;
}
.shared_banner_flex h1 {
  font-size: 3rem;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.857rem;
  letter-spacing: normal;
  text-align: left;
  color: #222;
  margin-bottom: 0;
  font-family: TTCommonsBold;
  text-transform: uppercase;
  margin-left: 0;
}
.shared_banner_flex p {
  font-size: 1.1rem;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #555;
  margin-bottom: 10px;
  font-family: TTCommonsRegular;
  text-transform: capitalize;
}
.button_flex {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  margin-top: 3rem;
}
.banner_btn {
  width: 9rem;
  height: 3rem;
  margin-right: 1rem;
  font-size: 1.2rem;
  border: 0;
  border-radius: 3px;
  background: #3d7fe2;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  font-family: TTCommonsRegular;
  line-height: 3.1rem;
  overflow: hidden;
}
.watch_demo {
  background: #cd8417c7;
}
.banner_btn:hover {
  opacity: 0.6;
}
.shared_banner_column {
  width: 45%;
}
