@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --rw:"Raleway", sans-serif;

  --primary:#111214;
  --siva:#FFFFFF17;
  --light:#878F57;
  --textwhite:#F6F8EB;
  --landing-width:79.17vw;
  --landing-width-mobile:86vw;
  --boxshadow:0px 0px 30px 0px #0000000F;

--d10:0.52vw;
   --d11:0.57vw;
 
   --d12:0.63vw;
   --d13:0.68vw;
    --d14:0.73vw;
    --d15:0.78vw;
    --d16:0.83vw;
    --d18:0.94vw;
    --d20:1.04vw;
    --d22:1.15vw;
    --d24:1.25vw;
    --d25:1.3vw;
    --d28:1.46vw;
    --d30:1.56vw;
    --d34:1.77vw;
    --d36:1.88vw;
    --d44:2.29vw;
    --d40:2.08vw;
    --d48:2.5vw;
    --d54:2.81vw;
    --d56:2.92vw;
    --d64:3.33vw;
    --d80:4.17vw;
    --d84:4.38vw;
    --d100:5.21vw;
    --d110:5.73vw;
    --d120:6.25vw;
    --d156:8.13vw;
    --d904:47.08vw;


    --m10:2.78vw;
    --m11:3.06vw;
    --m12:3.33vw;
    --m13:3.61vw;
    --m14:3.89vw;
    --m15:4.17vw;
    --m16:4.44vw;
    --m18:5vw;
    --m20:5.56vw;
    --m24:6.67vw;
    --m25:6.94vw;
    --m32:8.89vw;
    --m36:10vw;
    --m40:11.11vw;
    --m48:13.33vw;
    --m64:17.78vw;
    --mmt: 27.78vw;

  






 

}




.about-landing{
  width: var(--landing-width);
  margin: auto;

}
.about-top{
  display: flex;
  justify-content: space-between;
  margin-top: -13vw;
}

.about-top h1{
  width: 60%;
  color: white;

font-weight: 500;

font-size:var(--d80);

line-height: 5.73vw;
margin: 0;


}

.about-top p{
  width: 36.56vw;
  color: #FFFFFFCC;
  line-height: var(--d30);
  margin: 0;
  margin-top: var(--d40);
  line-height: var(--d30);
  font-size: var(--d16);
}

.about-bottom{
  display: flex;
  justify-content: space-between;
  margin-top: var(--d36);
  border-bottom: 1px solid #E0DBCE33;

}

.about-bottom .bottom-left img{
  width: 22.92vw;
  margin-bottom: var(--d25);
}


.about-bottom .bottom-left p{
  width:26.15vw;
  color: #FFFFFFCC;
  line-height: var(--d30);
  font-size: var(--d16);
  font-weight: 500;
  margin: 0;
  margin-top: var(--d64);

}
.about-bottom .bottom-right img{
  width: var(--d904);
}

.about-right img{
  width: 47.08vw;
}

.about-tekst{
    display: flex;
    justify-content: space-between;
    margin-top: var(--d100);
}

.about-tekst-left{
    width: 35.31vw;
}
.about-tekst-left h2{
    font-family: var(--rw);
font-weight: 600;

font-size: var(--d24);

line-height: var(--d30);
color: #FFFFFF;
margin-bottom:var(--d40) ;





}

.about-tekst-left p{
    font-family: var(--rw);
font-weight: 500;

font-size: var(--d16);

line-height: var(--d30);
color: #FFFFFFCC;
margin-bottom:var(--d40) ;





}


.about-tekst-right{
    width: 33.18vw;
}

.about-tekst-right h2{
    font-family: var(--rw);
font-weight: 600;

font-size: var(--d24);

line-height: var(--d30);
color: #FFFFFF;
margin-bottom:var(--d40) ;





}

.about-tekst-right p{
    font-family: var(--rw);
font-weight: 500;

font-size: var(--d16);

line-height: var(--d30);
color: #FFFFFFCC;
margin-bottom:var(--d40) ;





}





  @media screen and (max-width:900px){

    









    

    
  }

  