@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: poppins, arial;
  color: #fff;
}

.about_hero_container{
  background-image: url('/assets/rhine-5366666_1280.jpg');
  height: 40vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-blend-mode: overlay;
  background-color: #0000009f;
}

.about_hero_title{
  font-size: 4rem;
  margin-top: 10rem;
  font-family: oswald, poppins, arial;
  text-shadow: 10px 0 12px rgb(0, 0, 0);
  color: #ff8800;
}

.about_us_container{
  display: flex;
}

.about_us_content{
padding: 2rem;
background-color: #ccc;
}

.about_us_para{
  color: black;
  font-family: poppins, arial;
  font-size: 19px;
  line-height: 1.8;
  font-weight: 400;
  
}

.about_us_title{
  padding-bottom: 1rem;
  text-transform: capitalize;
  font-size: 2.5rem;
  color: rgb(40, 40, 40);
  font-family: oswald, poppins, arial;
}

.about_us_img{
  width: 60rem;
  height: 74rem;
  object-fit: cover;
}

.about_us_img_cont{
  background-image: url('/assets/gas-863172_1920.jpg');
  flex: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1d1d1d6a;
  background-blend-mode: overlay;
}



