body{
    font-size: 19px;
    color: #000000;
    background-image: url(backg.jpg);
}
.about{
    width: 100%;
    padding: 78px 0px;
    margin: auto;
    align-items: center;
    justify-content: center;
    
}
.about h1{
    text-align: center;
    padding-bottom: 15px;
}
.img1{
    width: 420px;
    display: block;
    border-radius: 30px;
}

.about .text{
    width: 550px;
}
.box{
    width: 90%;
    max-width: 95%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-around;
}
.about .text
{
    padding-left: 30px;
}
.about .text h3{
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}

.about .text p{
    text-align: center;
    color: rgba(43, 42, 42, 0.8);
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 45px;
}
.box{
    width: 80%;
}
p{
    padding-left: 15px;
    text-align: center;
    font-size: 20px;
}

@media screen and (min-width :720px){
    .box{
    display: flex;
    }
    .iimg{
        display: none;
    }
    hr{
        display: none;
    }
}
@media screen and (max-width : 1103px) {
    
.about .img1{
    width: 380px;
    border-radius: 30px;
}
p{
    font-size: 17px;
}
    
}
@media screen and (max-width : 860px) {
   .about .img1 {
        width: 340px;
    }
    p{
        font-size: 15px;
    }
}
@media screen and (max-width : 740px) {

  .img1 {
        display: none;
    }
    .iimg{  
    display: block;
    width: 130px;
    height: 130px;
    padding: 20px;
    border-radius: 200px;
    }
p{
    font-size: 16px;
}
.pageiitem p{
    padding: 0px 0px;
}
}
