*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.about_showImg{
  background: url('https://source.unsplash.com/random') no-repeat center/cover ;
  height: 63vh;
  width: 96vw;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-color: #0000006e;

margin:4rem auto;
background-blend-mode: darken;
}

.about_showImg h2{
  text-align: center;
  color: white;


}

.about_showImg p{
  color: #d1cbcb;
  padding: 1rem 2rem;
}
.about-Bigbox{
    display: flex;
    justify-content: center;
    align-items: center;
  /* height: 40rem; */
  /* flex-wrap: wrap; */
  margin: 2rem 5rem;
}

.about-rightSide{
width: 50%;

}


.about-rightSide h2 span{
 
    font-size: 2rem;

color: #9b5de5;
}
.about-rightSide p{
/* width: 30rem; */
font-size: 1rem;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
margin: 2rem 0;
}
.about-rightSide .about-btn{}

.about-rightSide .about-btn .btnDownload{

  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;

}

.about-rightSide .about-btn .btnDownload:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.about-rightSide .about-btn .btnDownload:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.about-rightSide .about-btn .btnDownload:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}

.about-rightSide .about-btn .btnDownload i{
   margin-left: 2rem;

}

.about-leftSide{
    display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
}

.about-leftSide img{
    width: 22rem;
    margin:  2rem;

}
@media screen and (max-width: 1170px) {
  .about-leftSide {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

  @media screen and (max-width: 700px) {
    
    .about-Bigbox {
      flex-direction: column;
      margin: 2rem 1rem;
    }
    .about-rightSide {
      width: 100%;
    }
    .about_showImg{
      width: 100vw;
 
margin-top: 4rem;

    }
    .about-leftSide img {
      margin: 2rem 0rem;
    }

    .about-leftSide img {
      width: 19rem;
    }  
  }
  
  @media screen and (max-width: 350px) {
  
  }