.gallery_box {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    max-width: 30em;
    background-size: cover;
}

.row_mrk {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.gallery_box_content {
    font-family: Arial;
    padding-top: 156px;
    padding-left: 8%;
    padding-right: 8%;
    color: #fff;
    background: linear-gradient(#0000001c,#000000b0);
    height: 310px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inv_title{
    font-family: "FuturaPTBook";
    font-size: 1.4em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inv_text{
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    line-height: 1.3em;
}

.gal_btn
{
    font-family: "FuturaPTBook";
    color: #fff;
    border: solid thin;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    margin-top: 0.8em;
    border-radius: 0.3em;
    text-transform: none;
}

.gal_btn:hover
{
    background-color: #5cb85c;
}

.raised_inf
{
    font-family: "FuturaPTBook";
    font-size: 16px;
    padding-bottom: 0.3em;
    color: #868686;
}
