.safety-sign-conatiner,.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
    overflow: hidden !important;
}
.safety-sign .main-image img{
    width: 420px;
    height: 400px;
    object-fit: contain;
    margin-top: 50px;
}
.main-safety-sign{
    text-align: -webkit-center;
    position: relative;
}
.safety-img-particle-one , .safety-img-particle-two , .safety-img-particle-three , .safety-img-particle-four , .safety-img-particle-five , .safety-img-particle-six , .safety-img-particle-seven , .safety-img-particle-eight , .safety-img-particle-nine , .safety-img-particle-ten , .safety-img-particle-eleven{
    position: absolute;
    object-fit: contain;
}

.main-safety-sign .safety-img-particle-one{
    position: absolute;
    left: 85px;
    bottom: 135px;
    width: 100px;
    height: 90px;
    object-fit: contain;
}
.safety-img-particle-seven{
    position: absolute;
    right: 85px;
    bottom: 135px;
    width: 100px;
    height: 90px;
    object-fit: contain;
}
.main-safety-sign .safety-img-particle-two{
    position: absolute;
    /* right: 85px; */
    width: 135px;
    height: 135px;
    object-fit: contain;
    left: 66px;
    top: 65px;
}
.safety-img-particle-eight{
    width: 80px;
    height: 70px;
    object-fit: contain;
    right: 66px;
    top: 65px;
}
.main-safety-sign .safety-img-particle-three{
    position: absolute;
    left: 155px;
    top: -14px;
    height: 100px;
    width: 90px;
}
.safety-img-particle-nine{
    right:155px;
    top: -14px;
    height: 100px;
    width: 90px;
}
.safety-img-particle-five{
    left: 175px;
    height: 180px;
    width: 190px;
    top: 77px;
}
.safety-img-particle-nine{
    right: 175px;
    height: 180px;
    width: 190px;
    top: 77px;
}
.safety-img-particle-four{
    left: 130px;
    height: 90px;
    width: 70px;
    bottom: 55px;
}
.safety-img-particle-ten{
    right: 130px;
    height: 100px;
    width: 140px;
    bottom: 55px;
}
.safety-img-particle-six{
    top: -48px;
    left: 250px;
    height: 190px;
    width: 190px;
}
.safety-img-particle-eleven{
    top: -48px;
    right: 250px;
    height: 190px;
    width: 190px;
}
.safety-signes h1,.traffic-signes h1,.tag-engraving h1{
    font-size: 32px;
    line-height: 28px;
}
.safety-signes p,.traffic-signes p, .tag-engraving p{
    font-size: 16px;
    line-height: 28px;
}
.traffic-signes,.tag-engraving{
    margin-top: 30px;
}
.traffic-signes img{
    /* height: 400px; */
    width: 100%;
    object-fit: contain;
}
.tag-engraving img{
    width: 100%;
    margin-bottom: 20px;
    /* height: 330px; */
    /* object-fit: contain; */
}

@media(max-width:991px){
    .safety-img-particle-eleven {
    top: 0px;
    right: 215px;
    height: 133px;
    width: 105px;
}
.safety-img-particle-eight {
    width: 44px;
    height: 56px;
    object-fit: contain;
    right: 115px;
    top: 83px;
}
.safety-img-particle-nine {
    right: 147px;
    height: 184px;
    width: 110px;
    top: 90px;
}
.safety-img-particle-six {
    top: -25px;
    left: 280px;
    height: 175px;
    width: 110px;
}
.safety-img-particle-five {
    left: 151px;
    height: 121px;
    width: 144px;
    top: 115px;
}
}

@media(max-width:767px){
    .safety-img-particle-one , .safety-img-particle-two , .safety-img-particle-three , .safety-img-particle-four , .safety-img-particle-five , .safety-img-particle-six , .safety-img-particle-seven , .safety-img-particle-eight , .safety-img-particle-nine , .safety-img-particle-ten , .safety-img-particle-eleven{
        display: none;
    }
    .safety-signes h1, .traffic-signes h1, .tag-engraving h1 {
    font-size: 28px;
    line-height: 28px;
}
.safety-signes p, .traffic-signes p, .tag-engraving p {
    font-size: 14px;
    line-height: 28px;
}
.safety-sign .main-image img{
    width: 100%;
    height: 100%;
}
}
@media(max-width:567px){
        .safety-signes h1, .traffic-signes h1, .tag-engraving h1 {
        font-size: 24px;
        }
}