.o{
background :#2ECC71;
text-align: center ;
color:#ffffff;

}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;              
  background: #E8F5E9;
  padding: 40px 20px;
  flex-wrap: wrap;      
}


.one {
  width: 500px;
  max-width: 100%;
  height: auto;
  border: 2px solid black;
  border-radius: 10px;
}


.boxx {
  max-width: 600px;
}

.q {
  text-align: right;
  line-height: 1.8;
  margin: 0;
}

.H{
text-align: center ;
color:#27AE60;

}
.proud {
text-align: center ;
margin: 10px;
}
.k{
margin-left: 550px;
display: flex ;
width: 400px;
height: 300px;
margin-bottom: 20px

}
.ro{
background :#E8F5E9;

}

.w{
width: 550px;
height: 320px;
justify-self: center;
justify-items: center;
justify-content: center;
display: flex;
border:1px black solid;

}

.p{

text-align: center ;

}
 
.A {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #E8F5E9;
  padding: 40px 20px;
  gap: 20px;
}


.imgA {
  width: 400px;
  max-width: 100%;
  height: auto;
  border: 1px solid black;
  border-radius: 10px;
}

.contentA {
  max-width: 700px;
  text-align: center;
}

.pA {
  margin: 0 0 25px;
  padding: 0 10px;
  line-height: 1.7;
}


.g {
  display: inline-block;
  padding: 10px 30px;
  background: #12de43;
  color: white;
  text-decoration: none;
  font-weight: bold;
 border: solid black 1px;
}


.ha{
text-align: center ;
color:#27AE60;

}
.you {
  display: flex;
  justify-content: center; /* توسيط أفقي */
  align-items: center;     /* توسيط رأسي */

  text-align: center;
  background: #E8F5E9;
}
.im{
width: 200px;
height: 200px;
margin-top: 25px ;
text-align :center ;
margin-left:8px ;
}

.e{
color:#27AE60;


}
.ht{
border-radius: 30px;
border:1px black solid;
flex-direction :column ;
width: 230px;
height: 400px;
margin: 40px;
background:#ffffff ;
}
.c{

border-radius: 30px;
border:1px black solid;
flex-direction :column ;
width: 230px;
height: 400px;
border-radius: 30px;
margin:  40px;
background: #ffffff;
}
.T{
border-radius: 30px;
border:1px black solid;
flex-direction :column ;
width: 230px;
height: 400px;
background:#ffffff ;
margin: 40px;
}

.f{
border:1px black solid;
background:#12de43 ;
padding:5px 20px ;
text-decoration : none;
color : white ;
font-weight: bold ;


}


.u{
text-align :center ;
background: #EDEDED;
}
.back2{
  justify-self: center;
  display: flex;
  margin-top: 20px;
  padding: 10px 15px;
  background: #00df28;
  color: white;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 10px;
  margin-bottom: 10px ;
  transition: all 0.3s;
}
.back2:hover{
    background-color: white ;
    color: #2ec349;
    font-size: 16px;
    margin-bottom: 10px;
}