.services_main_conteinar{
    width: 100%;
    height: auto;
    padding-top: 120px;
}
.service_main_conteinar_area{
    width: 100%;
    height: auto;
    margin: auto;
    border: 1px solid black;
    height: 40vh;
    background-image: url(../../image/noth_backgroun_image2.png);
    background-position: center;
    background-size: cover;
}
.service_main_conteinar_header{
    text-align: center;
    height: 100%;
    padding-top: 80px;
    
}
.service_main_conteinar_header h1{
    color: #ffffff;
    font-size: 35px;

}
.service_main_conteinar_header p{
    color: #ffffff;
    font-size: 18px;
    
}
.service_main_conteinar_header p a{
    text-decoration: none;
    color: #ffffff;
    
}
  