.all-outsourcing-services{
    width: 100%;
    
    

}
.outsourcing-container{
  width: 90%;
display: flex;
flex-direction: column;

    justify-content:center;
    align-items:center;
    /* border:1px solid rgb(243, 240, 240); */
}
.horizontal-line{
  width: 300px;
    height: 1px;
    background-color: antiquewhite;
    margin-bottom: 50px;
}
.outsourcing-container .container h3{
    font-size: 30px;
    color: white;
}

