* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "Open Sans", sans-serif;
}
body {
  background-color: #efefef;
  position: relative;
}

/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */

.padding-classv2 {
  /* background-image: linear-gradient(
      324deg,
      rgba(0, 0, 0, 0) 0%,
      rgb(0, 0, 0, 0.7) 60%,
      rgb(0, 0, 0, 0.99) 100%
    ),
    url(../../BackgroundPicturesResized/AboutUsBackgroundPicture.jpg); */
  background-image: linear-gradient(
      324deg,
      rgba(0, 0, 0, 0.35) 20%,
      rgb(0, 0, 0, 0.9) 60%,
      rgb(0, 0, 0, 1) 100%
    ),
    url(../../BackgroundPicturesResized/AboutUsBackgroundPicture.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  align-items: center;
  /* padding: 0 12rem; */
}
.about-us-container {
  margin: auto;
  width: 160rem;
}

.padding-classv22nd {
}

.about-precentv2 {
  width: 50%;
  margin-left: 12rem;
}

.second-section-version {
  height: 100vh;
}

.about-precentv2 h1 {
  font-size: 4.8rem;
  margin-bottom: 2.4rem;
  color: white;
}
.about-precentv2 p {
  font-size: 1.8rem;
  color: #cccccc;
  margin-bottom: 4.8rem;
  margin-bottom: 3.2rem;
}

/* .about-description-page-text {
} */

/* .about-description-page-text p {
  margin-top: 0.8rem;
} */

.about-precentv2 span {
  font-size: 1.8rem;
  color: #838383;
  margin-bottom: 1.2rem;
}

.about-precentv2 a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.8rem;
  background: none;
  border: none;
  padding: 1.4rem 3.2rem;
  background-color: rgb(255, 255, 255);
  color: #000000;
  border-radius: 1.4rem;
}
