#portfolio {
    padding: 40px;
    margin: 0 auto;
}
.gallery-title
{
    font-size: 36px;
    color: #007bff;
    text-align: center;
    font-weight: 700;
    padding: 40px 20px 60px;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #007bff;
    border-radius: 5px;
    text-align: center;
    color: #007bff;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #007bff;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #007bff;

}
.btn-default:active .filter-button:active
{
    background-color: #007bff;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
img {
  width: 365px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 420px) {
    .gallery_product img {
        max-width: 100%;
    }

}

@media (max-width: 1024px) {
    .gallery_product img {
        max-width: 100%;
    }

}