/* Start Main Header */

.main-header {
    background-image: url('../Img/1-w.png');
    background-size: cover;
    background-repeat: round;
    height: 600px;
    width: 100%;
}

@media (min-width: 320px) and (max-width: 480px){
    .main-header{
        height: 160px;
    }
}

@media (min-width: 481px) and (max-width: 576px){
    .main-header{
        height: 200px;
    }
}

@media (min-width: 577px) and (max-width: 767px){
    .main-header{
        height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .main-header{
        height: 300px;
    }
}

@media (min-width: 992px) and (max-width: 1024px){
    .main-header{
        height: 350px;
    }
}
/* End Main Header */

/* Start Head */
.header > h1 {
        position: relative;
}

.our-customers .header h1::after {
    content: "";
    width: 100px;
    height: 5px;
    position: absolute;
    top: 100%;
    right: 47%;
    background-color: #1b2c33;


.our-customers .header h1::after {
    content: "";
    width: 100px;
    height: 5px;
    position: absolute;
    top: 99%;
    left: 47%;
    right: 0;
    background-color: #1b2c33;
}
/* End Head */
/* Start Works */
.works p{
    color:#545454;
    font-size: 25px;
    padding: 25px 0;

}

.tatbela-logo img{
    width: 500px;
}

@media only screen and (min-width: 320px) and (max-width: 480px){

    .works p{
        font-size: 18px;
    }
    .our-customers .header h1::after {
        content: "";
        width: 100px;
        height: 5px;
        position: absolute;
        top: 99%;
        right: 32%;
        left: 0;
        background-color: #1b2c33;
    }
}
/* End Works */