/*
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:910px) and (max-device-width: 1920px)
{

    /*services*/   

.services_block{
    display: flex;
    height: auto;
}

.services_head{
    text-align: center;
    background-color: #404040;
    color: white;
}

.services_head p{
    margin: 130px;
    font-size: 50px;
}

.services_info h4{
    font-size: 30px;
}

.services_info p{
    font-size: 25px;
}

.serv{
    display: block;
    font-size: 15px;
    text-align: center;
    box-shadow: 0px 0px 5px 0px #c5c5c5;
    padding: 10px;
    margin-left: 25px;
    
}  
.serv:hover{
    
}

.serv h2{
    font-size: 20px;
    color: #404040;
}

.serv p{
    font-size: 20px;
    padding: 2px;
}

.serv img{
    width: 60%;
} 

.services_section{
    display: flex;      
    margin-left: 7%;
    margin-top: 5%;
}
.m_service_section{
    display: none;
}
 
}