.mainTitle {
    font-size: 50px;
    text-align: center;
    color: #000;
    font-weight: 600;
    font-family: var(--zeena-font);
    margin-bottom: 30px;
    margin-top: 10px;
}

.product {
    padding: 0 12px 12px;
}

.productName {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    span {
        border: 1px solid #000;
        border-radius: 20px;
        padding: 0px 12px;
        margin-top: 10px;
        margin-right: 10px;
        color: #000;
        font-size: 12px;
        font-weight: 600;
    }
}

.productDetails {
    background-color: rgb(242, 243, 245);
    padding-bottom: 20px;
    margin-top: 20px;
}

.productTitle {
    text-align: center;
    font-size: 50px;
    color: #000;
    padding: 40px 0;
    font-weight: 600;
    font-family: var(--zeena-font);
}

.productContent {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: space-around;
}

.productContent>div {
    background-color: #fff;
    text-align: center;
}

.contentTitle {
    font-size: 16px;
    line-height: 40px;
}

.contentValue {
    color: #000;
    font-size: 34px;
    font-weight: 600;
    overflow-wrap: anywhere;
    display: grid;
    place-items: center;
    height: calc(100% - 45px);
}

.parameter {
    text-align: left;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.Footprints {
    text-align: left;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.fuel {
    text-align: left;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

/* .fuel ul {
    list-style-type: none;
    padding-left: 16px;
}

.fuel li::before {
    content: '-';
    margin-right: 10px;
} */

.productImg {
    width: 100%;
}

.typicalProjects {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0 0;
    justify-content: space-between;
}

.typicalProjects>div {
    margin-bottom: 10px;
}

.typicalProjects img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.projectContent {
    color: #000;
    font-family: var(--zeena-font);
    font-weight: 600;
    margin-top: 10px;
}

.customer {
    color: #000;
    font-size: 28px;
}

.infoColor {
    color: #000;
}

.infoTitle {
    color: red;
}

@media(min-width: 1300px) {
    .Printing_heart {
        width: 1300px;
        margin: 0 auto;
    }
}

@media(min-width: 1200px) {
    .contentItem {
        width: 31%;
        padding: 10px;
    }

    .four {
        width: 23%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 45%;
    }
}

@media(max-width: 1200px) {
    .contentItem {
        width: 45%;
        padding: 10px;
        margin: 10px;
    }

    .four {
        width: 45%;
        padding: 10px;
        margin: 10px;
    }
}

@media (min-width: 768px) {
    .projectItem {
        flex: 0 0 auto;
        width: 49%;
    }
}

@media(max-width: 768px) {
    .productTitle {
        font-size: 30px;
    }

    .contentItem {
        width: 100%;
        margin: 10px;
        padding: 10px;
    }

    .four {
        width: 100%;
        padding: 10px;
        margin: 10px;
    }

    .typicalProjects {
        padding: 10px;
    }
}