
  
  body {
    font-family: Arial, sans-serif;
    padding: 2rem;
    background-image: radial-gradient(rgb(199, 131, 68), #FEF7EC, #FEF7EC);
    background-position: top center;
    background-size: 1500px 1500px;
    background-repeat: no-repeat;
}
  
  
  .container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    
  }
  
  .laptop-section {
    margin-top:6%;
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
  }
  
  .laptop-image {
    width: 100%;
    max-width: 1000px;
 
    
  }
  
.descirption1{
 
  max-width: 1000px;   /* Your existing container width */
    margin: 0 auto;      /* Keep content centered */
    padding: 0 20px;     /* Side padding */
    text-align: left;
    font-size: 16px;
    color: #ffffff;
}

.testquestions{
  text-align: left;
  margin: 0%;
  font-size: 1rem;
  
}
.questions3{
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: -1%;
}

.O{
  margin-top: 5%;
}

.testquestions ul{
list-style: none;
padding: 0%;
margin: 0%;
margin-bottom: 5%;
}
  
  .wide-box {
    
    
    margin-bottom: 2rem;
  }
  
.descirption13{
  text-align: left;
  margin-left: -32px;
}


.container1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  max-width: 1000px;
  padding-top: 20px;
  text-align: left;
  margin-bottom: 10%;
  margin-top: 10%;
}

  @media (max-width: 768px) { 
  .container12 {
    gap: 80px;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 30%;
    font-size: 0.8rem ;
  }
}
