.container {
    max-width: 1200px !important;
    
}

.brand-service-head {
    background: url(images/brand-service/main.png);
    height: 420px;
    width: 100%;
    /* background-position: center; */
    background-repeat: no-repeat;
    position: relative;
    background-repeat: round;
}
a{
    text-decoration: none !important;
    color: black !important;
}
a , p , h1 , h2 , h3 , h4 , h5 , h6 , button,span{
font-family: "Poppins", regular;
font-style: normal;
}
.brand-service-head-content {
    position: absolute;
    bottom: 20px;
}

.brand-service-head-content h1 {
    color: white;
    font-size: 50px;
    /* line-height: 62px; */
    /* font-weight: 700; */
}

.brand-service-head img {
    width: 100%;
    height: 445px;
    object-fit: cover;
}

.wall-glass-branding-content h2,
.wall-branding h2,
.glass-branding h1 {
    font-weight: bold;
    line-height: 38px;
    font-size: 32px;
}

.wall-glass-branding-content p,
.wall-branding p,
.glass-branding p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

.wall-glass-branding-content,
.wall-branding,
.glass-branding {
    margin: 40px 0px 0px 0px;
}

.wall-branding img {
    width: 100%;
    height: 470px;
    object-fit: cover;
}

.glass-branding img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.sign-works {
    margin-top: 40px;
    margin-bottom: 20px;

}

.works img {
    width: 100%;
}

.works {
    position: relative;
    margin-top: 20px;
}

.work-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0px 10px;
        margin-bottom: 10px;
}

.works p {
    text-align: center;
    /* position: absolute;
    bottom: 0; */
    color: white;
    font-size: 13px;
    line-height: 22px;
    font-weight: bold;
    padding: 0px 10px;
    margin-bottom: 30px !important;
}
.work-name i {
    background: #fcdf04;
    font-weight: 600;
    padding: 5px 9px;
    border-radius: 50%;
    margin: 10px 0px;
    font-size: 26px;

}
.work-name i:hover{
    background-color: white;
}

.work-name{
       place-items: anchor-center;
           text-align: center;
}

@media(max-width:1200px){
    .brand-service-head {
    background: url(images/brand-service/main.png);
    height: 420px;
    width: 100%;
    background-position: center !important;
    background-repeat: no-repeat;
    position: relative;
    /* background-repeat: round; */
}
}
@media(max-width:991px) {
    .brand-service-head-content h1 {
        font-size: 32px;
    }

    .wall-glass-branding-content h2,
    .wall-branding h2,
    .glass-branding h1 {
        font-size: 24px;
    }

    .wall-glass-branding-content p,
    .wall-branding p,
    .glass-branding p {
        font-size: 13px;
        line-height: 24px;
    }

}

@media(max-width:767px) {
    .glass-branding img {
        width: 100%;
        height: 100%;
        object-fit: initial;
    }
}

@media(max-width:567px){
    .work-name i {
    background: #fcdf04;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 50%;
    margin: 10px 0px;
    font-size: 26px;
}
}

@media (max-width: 450px) {
    .brand-service-head-content h1 {
        font-size: 26px;
    }

    .brand-service-head {
        height: 320px;
    }

    .wall-glass-branding-content h2,
    .wall-branding h2,
    .glass-branding h1 {
        font-size: 20px;
        line-height: 24px;

    }

    .wall-glass-branding-content p,
    .wall-branding p,
    .glass-branding p {
        font-size: 12px;
        line-height: 20px;
    }

    .wall-branding img {
        height: 100%;
        object-fit: initial;
    }
}