.main-img {
    height: 440px;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
a,
button,
ul,
li {
    /* font-style: ; */
}

p {
    margin: 0px !important;
    padding: 0px !important;
    

}

.container {
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0px 20px;
    overflow: hidden !important;
    background: white;
}

.custom-sign-details {
    margin-top: 30px;

}

.custom-sign .head {
    background: url(images/custom-sign/Group\ 91.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding-top: 250px;
    padding-bottom: 40px;
    color: white;
}

.custom-sign .head h1 {
    font-size: 50px;
}

.head-container {
    max-width: 840px !important;
    margin: 0 auto;
    padding: 0px 20px;
    overflow: hidden !important;
}

.custom-sign-details h2 {
    /* line-height: 38px; */
    font-size: 24px;
}

.custom-sign-content {
    margin-top: 25px;
}

.custom-sign-content p {
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
    text-align: justify;
}

.custom-sign-img {
    margin-top: 10px;
}

.custom-sign-img img {
    width: 100%;
    height: 169px;
    /* object-fit: contain; */
}

.main-custom-sing {
    margin-top: 75px;
}

.main-custom-sing span,
.main-custom-sing p {
    line-height: 32px;
    font-size: 16px;
    text-align: justify;
        /* height: 100%;
    place-content: center; */

}
.content-item{
        height: 100%;
    align-content: center;
}

.main-custom-sing img {
    width: 100%;
}

.main-custom-sing h4 {
    font-size: 24px;
    line-height: 38px;
}

.main-sing-two {
    margin-top: 40px;
}

@media(max-width:991px) {
    .custom-sign .head h1 {
        font-size: 32px;
    }

    p,span{
        font-size: 13px !important;
        line-height: 24px !important;
    }
}

@media(max-width:767px){
    .main-custom-sing {
    margin-top: 35px;
}
.main-custom-sing h4 {
    font-size: 22px;
    line-height: 38px;
}
}

@media(max-width:450px){
    .custom-sign .head h1 {
        font-size: 26px;
    }
    .custom-sign-details h2 {
    /* line-height: 38px; */
    font-size: 21px;
}

.custom-sign .head {
    padding-top: 190px;
}
}