.demonstration {
  margin-top: 50px;
  width: 100%;
  border-radius: 80px;
  height: 1700px;
  padding: 30px 0;
  background-color: #5142a8;
  background-image: url("../assets/bgDemonstration.svg");
}

.demonstration .demonstration-top {
  margin: 50px auto 0 auto;
  width: 335px;
  height: 135px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.demonstration h3 {
  font-size: 33px;
  color: #ffffff;
  filter: blur(0);
  text-align: center;
  width: 100%;
  margin-top: 50px;
  line-height: 55px;
  padding: 0 70px;
}

.demonstration h3 span {
  background-color: var(--primary-light-2);
  padding: 2px 15px;
  border-radius: 35px;
}

.demonstration-content {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.demonstration-content--right {
  width: 100%;
  height: 500px;
}

.demonstration-content--right h3 {
  font-size: 35px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
}

.demonstration-content--right h4 {
  font-size: 35px;
  font-weight: bold;
  background-color: #edf262;
  margin: 0 auto;
  text-align: center;
  width: 250px;
  border-radius: 80px;
}

.demonstration-content--right---images {
  width: 90%;
}

.demonstration-content--right---images----tags {
  width: 320px;
  position: relative;
  top: -250px;
  right: -90px;
  z-index: 100;
}

.demonstration-content--right---images----times {
  position: relative;
  top: 150px;
  right: 250px;
  z-index: 101;
}

.demonstration-content--right---images----bg {
  width: 90%;
  position: relative;
  top: 0px;
  right: -40px;
  float: right;
}

.demonstration-content--left {
  width: 100%;
  margin-top: 0px;
}

.demonstration-content--left h3 {
  font-size: 35px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
}

.demonstration-content--left h4 {
  font-size: 35px;
  font-weight: bold;
  background-color: var(--primary-light);
  margin: 0 auto;
  text-align: center;
  width: 95%;
  border-radius: 80px;
}

.demonstration-content--left---images {
  width: 100%;
  margin-top: 35px;
  display: flex;
  flex-direction: column;
}

.demonstration-content--left---images----bg {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
  left: -30px;
}

.demonstration-content--left---images----desktop-mobile {
  width: 320px;
  position: relative;
  top: -340px;
  left: 40px;
  z-index: 100;
}
