/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 05-Jan-2024, 9:35:02 pm
    Author     : Vaibhavi
*/

@media screen and  (min-device-width:340px) and (max-device-width: 900px)
{

   /*services*/   
    
.services_section{
    display: none;
 }
 .m_service_section{
    padding-left: 4%;
    padding-right: 4%;
 }
.services_block{
    display: flex;
    height: auto;
}
.services_head{
    text-align: center;
    background-color: #404040;
    color: white;
}
.services_head p{
    margin: 20px;
    font-size: 35px;
}
.m_serv h2{
    font-size: 20px;
    color: #404040;
}
.m_serv p{
    font-size: 20px;
    padding: 2px;
}
.m_serv img{
    width: 60%;
} 
.m_serv{
    margin-top: 3%;
    display: block;
    font-size: 15px;
    text-align: center;
    box-shadow: 0px 0px 5px 0px #c5c5c5;
    padding: 10px;
}

}