.e1{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 50px;
    padding: 3% 6%;
    box-sizing: border-box;
}
.e11{
   align-content:center ; 
   flex-basis: calc(50%);
}
.e11 h2{
    font-weight: 800;
    font-size: 36px;
}
.e11 .p1{
    padding-top: 15px;
    font-size: 15px;
    line-height: 16px;
}
.e11 img{
    width: 100%;
    height: auto;
    border-radius: 18px;
}
.s{
    font-weight: 800;
}

@media screen  and (max-width:900px) {
    .e1{
        flex-wrap: wrap;
        
    }
    
    .e11{
        flex-basis: 100%;
    }
    .v2{
        order: 2;
    }
}
@media screen and (max-width: 700px) {
    .e11 h2{
        font-size: 24px;
    }
    .e11 .p1{
        font-size: 14px;
    }
}
i{
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
}
.e2{
    padding-top: 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;
}