p#virutal-text1,
p#virutal-text2,
p#virutal-text3,
p#virutal-text4 {
  max-width: 800px;
  margin-top: 2px;
}
img#virtual-img {
  margin: 40px 0 0;
  border-radius: 30px;
}
a#btn-viewshowroom {
  padding: 14px 34px;
  background: linear-gradient(to bottom, #94193b 0%, #94193b 50%, #00a7b5 50%, #00a7b5 100%);
  background-size: 100% 200%;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  box-shadow: 7px 5px 15px rgba(0, 0, 0, 0.3);
  top: -100px;
  position: relative;
  font-size: 16px;
  gap: 6px;
  border-radius: 30px;
}
a#btn-viewshowroom:hover {
  background-position: 0 100%;
  transform: translateY(-1px);
  font-weight: 600;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  img#virtual-img {
    margin: 20px 0 0;
    border-radius: 15px;
  }
  a#btn-viewshowroom {
    top: -50px;
    padding: 8px 16px;
    font-size: 12px;
  }
  a#btn-viewshowroom::after {
    display: none;
  }
}
/* Standard BreakPoints */
/* Mobile BreakPoint */
@media screen and (min-width: 1px) and (max-width: 375px) {
  section#content-section3 {
    padding-top: 25px;
  }
}
/* Large Mobile BreakPoint */
@media screen and (min-width: 376px) and (max-width: 425px) {
  section#content-section3 {
    padding-top: 30px;
  }
}
/* Tablet BreakPoint */
@media screen and (min-width: 426px) and (max-width: 767px) {
  section#content-section3 {
    padding-top: 35px;
  }
}
/* Laptop BreakPoint */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#content-section3 {
    padding-top: 45px;
  }
}
/* Desktop BreakPoint */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  section#content-section3 {
    padding-top: 60px;
  }
}
/* Large Desktop BreakPoint */
@media screen and (min-width: 1441px) and (max-width: 2560px) {
  section#content-section3 {
    padding-top: 70px;
  }
}
/* Extra-Large Desktop BreakPoint */
@media screen and (min-width: 2561px) and (max-width: 4000px) {
  section#content-section3 {
    padding-top: 80px;
  }
}
/* Wide Desktop BreakPoint */
@media screen and (min-width: 4001px) {
  section#content-section3 {
    padding-top: 100px;
  }
}