.gallery-title {
    font-size: 40px;
    color: #72c8cd;
    text-align: center;
    font-weight: 500;
    margin: 70px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    /* border-bottom: 1px solid #5e5e5e; */
}

.filter-button {
    font-size: 18px;
    border: 1px solid #75cbcf;
    border-radius: 5px;
    text-align: center;
    color: #75cbcf;
    margin-bottom: 30px;
    background-color: #ffffff;
}

.filter-button:hover {
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #75cbcf;
}

.btn-default:active .filter-button:active {
    background-color: #42B32F;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}

.gallery_product img {
    height: 200px;
}
