.v2below-titlepro {
    font-weight: 300;
    text-align: left
}

.v2below-titlepro {
    font-size: 5vw;
    line-height: .8;
    z-index: 2
}

.v2titlepro {
    font-size: 5vw;
    letter-spacing: 5px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;
    z-index: 2
}

.v2block-call-to-actionpro {
    background-color: #fff;
    /* padding-left: 50px; */
    color: #fff;
    align-items: flex-start;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: column nowrap;
    justify-content: end;
    padding-top: 5%;
    padding-bottom: 5%;
    height: 100vh;
}

.filter-button {
    border-radius: 2rem !important;
    padding-left: 50px;
    padding-right: 50px;
    width: 80%;
}

.dropdown-menu-pro {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.form-button-proposal {
    height: 3em;
}

@media screen and (max-width: 600px) {
    .v2below-titlepro {
        font-size: 2.5rem;
        line-height: .8;
        z-index: 2
    }
    .v2titlepro {
        font-size: 3rem;
        letter-spacing: 5px;
        margin-bottom: 10px;
        font-weight: 500;
        text-align: left;
        z-index: 2
    }
    .form-button-proposal {
        height: 2em;
        padding: 0 !important;
    }
}

.specifies2 {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -230px;
    background: #fff;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
    box-sizing: border-box;
    transition: .5s;
    background-color: #e2e2e2;
}

@media only screen and (max-width: 1200px) {
    .specifies2 {
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: -36%;
        background: #fff;
        padding-top: 20px;
        padding-left: 35px;
        padding-right: 35px;
        box-sizing: border-box;
        transition: .5s;
        background-color: #e2e2e2;
    }
}

@media only screen and (max-width: 992px) {
    .specifies2 {
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: -42%;
        background: #fff;
        padding-top: 20px;
        padding-left: 35px;
        padding-right: 35px;
        box-sizing: border-box;
        transition: .5s;
        background-color: #e2e2e2;
    }
}

@media only screen and (max-width: 600) {
    .specifies2 {
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: -220px;
        background: #fff;
        padding-top: 20px;
        padding-left: 35px;
        padding-right: 35px;
        box-sizing: border-box;
        transition: .5s;
        background-color: #e2e2e2;
    }
}

.product:hover .specifies2 {
    bottom: 0
}

.specifies2 h2 {
    margin: 0;
    /* padding-bottom: 20px; */
    height: 50px;
    overflow: hidden;
    font-size: 20px;
    width: 100%
}

.specifies2 h2 span {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: normal;
    padding-top: 20px;
}