.products-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

#products-title {
    text-align: center;
    font-weight: 400;
}

#products-title h3 {
    font-family: sans-serif;
    letter-spacing: 2px !important;
}

#products a {
    text-decoration: none;
    color: #000;
}

.main-space {
    display: flex;
    align-items: start;
    justify-content: center;
    margin: 10px 0;
}

.products_item h4 {
    color: #555;
}

.capitalize-first-letter::first-letter {
    text-transform: uppercase;
}

.error_mess {
    text-align: center;
    padding-top: 50px;
    height: 50vh;
    padding-bottom: 50px;
}

.product-image {
    width: 400px;
}

.decaration {
    width: 400px;
}

@media (max-width :1700px) {
    .product-image {
        width: 400px;
    }
    .decaration {
        width: 400px;
    }

}

@media (max-width :1300px) {
    .product-image {
        width: 350px;
    }
    .decaration {
        width: 350px;
    }

}

@media (max-width :1200px) {
    .product-image {
        width: 300px;
    }
    .decaration {
        width: 300px;
    }

}

@media (max-width :991px) {
    .product-image {
        width: 350px;
    }
    .decaration {
        width: 350px;
    }

}


@media (max-width :768px) {
    .product-image {
        width: 350px;
    }
    .decaration {
        width: 350px;
    }

}

@media (max-width :512px) {
    .product-image {
        width: 350px;
    }

    .decaration {
        width: 350px;
    }

}

@media (max-width :344px) {
    .product-image {
        width: 300px;
    }

    .decaration {
        width: 300px;
    }

}