/* ABOUT SECTION */

.about-wrapper{
  padding-top: 40px;
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
  flex-direction: column;
  position: relative;
  padding-bottom:50px;
  overflow: hidden;
  border-bottom:0px solid var(--grad-left);
}

.about-container{
  margin-top:30px;
  display: flex;
  align-items: center;
  flex-direction: row;
  width:75%;
  gap:40px;
  z-index:10;
  max-width:1200px;
}

.about-container-left{
  padding: 20px;
  min-width:450px;
  max-width: 45%;


}

.about-container-right{
  padding: 20px;
  min-width:450px;
  max-width: 45%;

}



.about-title{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom:15px;
  z-index:10;
  line-height: 35px;

}

.about-text{
  min-width: 450px;
  font-size:1.2rem;
  font-weight:300;
  z-index:10;
}


.screenshot-container{
  margin:60px 0px 60px;
  width:100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.realscreen{
  width:60%;
  object-fit: cover;
  border-radius: 10px;

}

.screen-desc{
  
}



}




