*{
    padding: 0%;
    margin: 0%;
}

.home{
    width: 100%;
    position: absolute;
    top: 23.8%;
}
.con1 h2{
    font-size: 30px;
    text-align: center;
    padding: 20px;
    background-color: #b8e0e0;
    border-radius: 30px 0px ;
    box-shadow: #616263 10px 10px;
    width: 28%;
    margin-left: 35%;
}
.con2{

    margin-top: 10%;
    display: flex;
    width: 90%;
    margin-left: 5%;
    column-gap: 5%;
}
.con3{

    width: 60%;
   
}
.con3 img{
    width: 60%;
    height: 50%;
    align-items: center;
    align-content:center;
    margin-left: 20%;
    border-radius: 30px 0px;
    box-shadow: #616263 15px 15px 20px;
}
.con3 h3{
    font-size: 30px;
    text-align: center;
    padding: 20px;
    color: #027fb7;
}
.con3 p{
    font-size: 24px;
    margin-left: 5%;
}

.hovul li::before {
    content: "\2713";
    margin-right: 10px;
  }
.hovul li{
    display: inline-block;
    margin-left: 25%;
    font-size: 24px;
    width: 80%;
    line-height: 1.5;
}
.hovul{
    padding: 20px;
}
@media (max-width : 800px){
    .con1 h2{
        font-size: 24px;
        text-align: center;
        padding: 20px;
        background-color: #b8e0e0;
        border-radius: 30px 0px ;
        box-shadow: #616263 10px 10px;
        width: 50%;
        margin-left: 25%;
    }
    .con2{
    
        margin-top: 10%;
        display: block;
        width: 90%;
        margin-left: 5%;
        column-gap: 5%;
    }
    .con3 img{
        width: 150%;
        height: 50%;
        align-items: center;
        align-content:center;
        margin-left: 10%;
        border-radius: 30px 0px;
        box-shadow: #616263 15px 15px 20px;
    }
    .con3 h3{
        font-size: 24px;
        text-align: center;
        padding: 20px;
        color: #027fb7;
    }
    .con3 p{
        font-size: 18px;
        margin-left: 5%;
    }
    .hovul li{
        display: inline-block;
        margin-left: 5%;
        font-size: 18px;
        width: 110%;
        line-height: 1.5;
    }
    .hovul{
        padding: 20px;
    }
    .home{
    width: 100%;
    position: absolute;
    top: 24.8%;
}
}
