.home{
    margin-top: -100px;
    position: absolute;
}
.home img{
    width: 100%;
    height: auto;
    /* margin-top: -100vh; */
}
.service_home h2{
    background-color: #fb628d;
    width: 10%;
    text-align: center;
    padding: 5px;
    margin-left: 45%;
    color: white;
    border-radius: 5px;
    box-shadow: 5px 5px 15px #45bbdd;
}
.set1{
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 90%;
    margin-left: 5%;
}
.set2{
    background-color: #fb628d;
}
.set2 div:nth-child(2){
    padding: 10px;
    display: none;
}
.set2:hover .set3{
    display: block;
}
.set2 div h3{
    color: #5b8f18;
    font-size: 24px;
}
.set2 div p{
    color: #ffffff;
    font-size: 18px;
        text-align: justify;

}
.set2 img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
@media (max-width: 600px) {
    .home{
    margin-top: 0px;
    position: absolute;
}
   .home img{
    width: 100%;
    height: auto;
} 
.service_home h2{
    background-color: #fb628d;
    width: 30%;
    text-align: center;
    padding: 5px;
    margin-left: 35%;
    color: white;
    border-radius: 5px;
    box-shadow: 5px 5px 15px #45bbdd;
}
.set1{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 90%;
    margin-left: 5%;
}
}