.about{
    background-color: #f8f9fa;
    padding: 50px 0;
    text-align: center;
    position: sticky;
    top: 5%;
}
.about p,p{
    font-size: 18px;
    margin-top: 2%;
    width: 80%;
    margin-left: 10%;
    line-height: 2;
    font-weight: bold;
    text-align: justify;
}
.service{
    background-color: #f8f9fa;
    padding: 50px 0;
    text-align: center;
    position: sticky;
    top: 5%;

}
.mvs{
    background-color: #f8f9fa;
    padding: 50px 0;
    text-align: center;
    position: sticky;
    top: 5%;

}
.dmsg{
    display: flex;
    width: 80%;
    margin-left: 10%;
    text-align: left;
    margin-top: 2%;
    column-gap: 2%;
}
.mvs1{
    display: flex;
    width: 80%;
    margin-left: 10%;
    text-align: left;
    margin-top: 2%;
    column-gap: 2%;
}
.dmsg div img {
    width: 1200px;
    margin-top: 25%;
    border-radius:5% ;
    box-shadow: 4px 4px 5px 2px #b1b1b1;
}
.mvs1 div img{

    width: 800px;
    margin-top: 25%;
    border-radius:5% ;
    box-shadow: 4px 4px 5px 2px #b1b1b1;
}
.mvs div p{
    margin-top: 15%;
}
h1{
    font-size: 24px;
    font-weight: bold;
    color: black;
    line-height: 1.5;
    padding-bottom: 1.5px;
    text-decoration: 6px underline #1975d1;
}
@media(max-width: 800px){
    .dmsg{
        display: block;
        width: 80%;
        margin-left: 10%;
        text-align: left;
        margin-top: 2%;
        column-gap: 2%;
    }
    .mvs1{
        display: block;
        width: 80%;
        margin-left: 10%;
        text-align: left;
        margin-top: 2%;
        column-gap: 2%;
    }
    .about p,p{
        font-size: 16px;
        margin-top: 2%;
        width: 80%;
        margin-left: 10%;
        line-height: 2;
        font-weight: bold;
        text-align: justify;
    }
    .dmsg div img {
        width: 120px;
        margin-top: 25%;
        margin-left: 25%;
        border-radius:5% ;
        box-shadow: 4px 4px 5px 2px #b1b1b1;
    }
    .mvs1 div img{
    
        width: 120px;
        margin-top: 25%;
        margin-left: 25%;
        border-radius:5% ;
        box-shadow: 4px 4px 5px 2px #b1b1b1;
    }
}