

#services .services_container{
    max-width: 1600px;
    width: 100%;
}

#services{
    position: relative;
    
}

#services::before{
    content: ""; 
    position: absolute;
    top: -30%;
    left: -10%;
    width: 350%;
    height: 150%;
    background-image: url('../images/path.png'); 
    background-size: cover;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    z-index: -1;
}

#services::after{
    content: ""; 
    position: absolute;
    top: -20%;
    left: -50%;
    width: 300%;
    height: 150%;
    background-image: url('../images/path.png'); 
    background-size: cover;
    transform: rotate(10deg);
    background-repeat: no-repeat;
    z-index: -1;
}




.services_content .title {
    margin-right: 50px;
}

.services_content img{
    height: 300px;
}

.content1{
    align-self: flex-end;
}


#services .services_container .services_content{
    display: flex;
    margin-bottom: 100px;
    width: 80%;
    /* justify-content: space-between; */

}
.mr{
  margin-right: 100px;
}

.services_container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
}

.services_container .header {
align-self: flex-start;
margin-left: 300px;
text-align: center;
margin-bottom: 50px;
position: relative;
}

.services_container .header::before{
    content: ""; 
    position: absolute;
    top: -75px;
    left: -80px;
    width: 600px;
    height: 150%;
    background-image: url('../images/titlehightlight.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;

}

.services_container .header h1{
    color: #192D5F;
    font-size: 40px;
    font-family: Montserrat;

}


.dotted-line {
    border-top: 2px dotted #000; 
    margin: 20px 0px;
    width: 120%;
  }

  .dotted-line.line2{
    transform: translateX(-100px);
  }

  .services_content img{
    transform: scale(1.2) ;
    z-index: 1;
  }

  .img1{
    transform: translateY(-60px) scale(1.2) !important;
  }

  @media (max-width: 1024px) {

    .mr{
        margin-bottom: 80px!important;
    }


    #services{
        overflow: hidden;
    }


    .line{
     transform: rotate(90deg);
     align-self: center;
    }


    #services .services_container{
        width: 100%;
    }

    .services_content{
        display: flex;
        flex-direction: column;
        width: 95%;
        text-align: center;
        margin: 0 auto;
        gap: 20px;
    }

    .services_content img{
        margin: 0 auto;
    }
 
    .services_content.content1{
        flex-direction: column-reverse;
    }
    
    .services_content .title {
        width: 100%;
        font-size: 12px;
    }
    
    .content1 .title h1{
        font-size: 22px;
    }
    .services_content img{
        width: 90%;
    }
    
    
    #services .services_container .services_content{
        display: flex;
        margin-bottom: 100px;
    
    }
    
    .services_container{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        flex-direction: column;
    }
    
    .services_container .header {
    margin-left: 0;
    align-self: center;
    }
    

    .services_container .header::before{
        content: ""; 
        position: absolute;
        top: -75px;
        display: none;
        left: -80px;
        width: 600px;
        height: 150%;
        background-image: url('../images/titlehightlight.png'); 
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
    
    }
    
    .services_container .header h1{
        color: #192D5F;
        font-size: 36px;
        font-family: Montserrat;
    
    }
    
  }