.container{
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0px 20px;
    overflow: hidden !important;
}
.sign-head {
    background: url(/images/Signs/main-image.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 180px 0px 20px 0px;
    background-size: cover;
}
.sign-head-text{
    text-align: -webkit-right;
}

p,h1,span,h2{
    font-family: "Poppins", regular;
}

.sign-head-text h1{
    font-size: 50px;
    color: white;
}
.text-3d {
      font-size: 90px !important;
      font-weight: bold;
      color: white;
      text-shadow: 
        1px 1px 2px rgba(0,0,0,0.4),
        2px 2px 4px rgba(0,0,0,0.3),
        3px 3px 6px rgba(0,0,0,0.2);
    }
.sign-head img{
    height: 440px;
    width: 100%;
}
.sign-details{
    margin-top: 50px;
}
.sign-details h2{
    width: 50%;
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 38px;
}
.sign-details p{
    font-size: 14px;
    line-height: 38px;
    margin-top: 15px;
}
.sign-details .sign-img img{
    height: 790px;
    width: 100%;
    margin-top: 30px;
}
.sign-content p{
    margin-top: 20px;
}
.works .work-image{
    width: 100%;
    /* height: 380px; */
}
.sign-works{
    margin-top: 40px;
    margin-bottom: 20px;

}
.works{
    position: relative;
}
.works p{
    text-align: center;
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 13px;
    line-height: 22px;
    font-weight: bold;
    padding: 0px 10px;
}

@media(max-width:991px){
    .sign-head-text h1 {
    font-size: 38px;
}
}

@media(max-width:767px){
    .sign-head-text h1 {
        font-size: 32px;
    }
    .text-3d {
    font-size: 70px !important;
    }
    .sign-details h2 {
    width: 60%;
    font-size: 28px;
    line-height: 30px;
}
}

@media(max-width:567px){
    .sign-head-text h1 {
        font-size: 28px;
    }
        .text-3d {
        font-size: 50px !important;
    }
    .sign-details h2 {
        width: 80%;
        font-size: 24px;
        line-height: 28px;
    }

}

@media(max-width:380px){
    .sign-details h2{
        width: 100%;
    }
}