
.main-service{
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.service-div{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    gap: 30px;
}

.service-des{
    width: 50%;
    height: auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.service-h2{
    color: white;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.service-p{
    color: white;
    font-size: 18px;
    font-weight: 300;
    text-shadow:  1px 1px 5px  rgb(237, 5, 237);
    
}
.service-img{
    width: 20%;
    height: auto;
    margin-top: 30px;
}