a{
    text-decoration: none;
    color: #2d6f78;
}
.header-of-products {
    padding: 60px 10px 40px 10px;
    background: #f0f3f4;
    text-align: center;
}

.header-of-products h1 {
    color: #2d6f78;
    font-size: 50px;
    margin-bottom: 15px;
}

.list-breadcrumbs {
list-style: none;
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.list-breadcrumbs li {
    color: #555;
    font-size: 14px;
}


.product-text ul li {
    transition: 0.25s;
    font-size: 14px;
}
.product-text ul li a {
    color: white;
}





@media (max-width: 768px) {

    .header-of-products {
        padding: 40px 10px 30px 10px;
    }
    .header-of-products h1{
        font-size: 32px;
    }
    


}