.e1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3% 6%;
    box-sizing: border-box;
}
.e1 h2  , .e4 h2{
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    padding-top: 20px;
}
 .v1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 50px;
    flex-wrap: nowrap;
}
.e111{
    flex-basis: calc(50%);
}
.e111 img{
margin-top: 20px;
width: 100%;
border-radius: 6%;
}
.e1 p , .e4 p{
    padding: 20px;
    font-size: 15px;
    line-height: 16px;
}
@media screen and (max-width: 700px) {
    .e1 h2 , .e4 h2{
        font-size: 24px;
    }
    .e1 p , .e4 p{
        font-size: 14px;
    }
    .v1{
        flex-direction: column;
        flex-wrap: wrap;
    }
    .e111{
        flex-basis: 100%;
        max-width: 400px;
    }
}


.e3 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 50px;
    padding: 3% 6%;
    box-sizing: border-box;
}
.e33{
   align-content:center ; 
   flex-basis: calc(50%);
}
.e33 .p1  {
    padding-top: 15px;
    font-size: 15px;
    line-height: 16px;
}
.e33 img{
    width: 100%;
    height: auto;
    border-radius: 18px;
}
.s{
    font-weight: 800;
}

@media screen  and (max-width:900px) {
    .e3{
        flex-wrap: wrap;
    }
    
    .e33{
        flex-basis: 100%;
    }
    .v2{
        order: 2;
    }
}
@media screen and (max-width: 700px) {
    .e33 .p1 {
        font-size: 14px;
    }
}
.e2{
    padding: 3%;
background-color: rgb(208, 213, 218);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.e2 h2{
    font-weight: 800;
    text-align: center;
    font-size: 26px;
    color: chocolate;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.e4{
    padding: 3%;
}
 .e4 , .e444{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
 }

 .e444 img{
    margin-top: 20px;
    width: 100%;
    border-radius: 6%;
    }
.e44{
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 50px;
        flex-wrap: nowrap;
}
.e4 p , .e4 h2{
text-align: center;
}
.e444 a , .e444 h4{
    margin: 15px 0 ;
}
.e444 a{
    padding: 5px 15px;
    border: solid 2px black;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: black;
    border-radius: 15px;
}
.e444 a:hover{
    background-color: black;
    color: antiquewhite;
}
@media screen and  (max-width: 700px) {
    .e44{
        flex-direction: column;
    }
}
.v9{
    background-color: white;
}
.z{
    border-radius: 15px;
    box-shadow: 0 0 15px 2px rgb(164, 142, 184);
    transition: all 1s ;
  }
  .z:hover{
    color: rgb(32, 26, 107);
  }
  .y1{
    padding: 4%;
background-color: rgb(208, 213, 218);
display: flex;
flex-direction: column;
justify-content:center;
align-items: center;
}
.y1 h2{
    font-weight: 800;
    text-align: center;
    font-size: 26px;
    color: chocolate;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.y11{
    padding: 20px 0;
  
}
tr{
    padding: 3%;
}
tr:first-child{
    width: 70%;
}
.y11 p {
    padding:15px 0 0 40px;
}
td{
   padding: 3%; 
}
