.wg_main__test-container {
  padding-top: 280px;
}

.wg_main__test-container h1 {
  text-align: center;
  font-size: 4rem;
  line-height: 5rem;
  color: #fff;
  font-family: Taviraj, serif;
  font-weight: 400;
}
.wg_main__test-container h1 span {
  display: block;
}

.wg_main__test-container h2 {
  text-align: center;
  font-size: 3rem;
  line-height: 5rem;
  color: #fff;
  font-family: Taviraj, serif;
  font-weight: 400;
}

.wg_main__test-container h2 span {
  display: block;
}

.showcase__container1 {
  width: 95%;
  height: 100%;
  height: 100vh;
  width: 100%;
  background-image: url(https://res.cloudinary.com/wedgraphia/image/upload/v1629289548/homepage-assets/Showcase%20Landscape/1_gwaivm.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.showcase__container2 {
  width: 95%;
  height: 100%;
  height: 100vh;
  width: 100%;
  background-image: url(https://res.cloudinary.com/wedgraphia/image/upload/v1629289547/homepage-assets/Showcase%20Landscape/2_m9mkjb.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.showcase__content p {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: #b29e84;
  letter-spacing: 1px;
  line-height: 22px;
  text-align: center;
  text-align: center;
}


.underline__text {
  background-image: linear-gradient(#b29e84, #b29e84);
  background-position: bottom center;
  background-size: 60% 2px;
  background-repeat: no-repeat;
}

.line-break {
  width: 64px;
  height: 1px;
  margin: 15px auto;
  background-color: #b29e84;
}