.card-art-grid img {
position:relative;
    width: 100%;
    top: -60px;

}
.tabs.border {
    margin-top: -44px!important;
}
.tabs span{
font-size:14px !important;
}
.card-art-grid .image.parbase {
    width: 250px;
    height: 100pt;
    display: block;
    position: relative;
    
	margin-right: auto; margin-left: auto;
}
.card-art-grid {
margin-top:2rem;
}
.decorated{
     overflow: hidden;
     text-align: center;
 }
.decorated > span{
    position: relative;
    display: inline-block;
}
.decorated > span:before, .decorated > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #53565a;
    width: 100vw;
    margin: 0 20px;
}
.decorated > span:before{
    right: 100%;
}
.decorated > span:after{
    left: 100%;
}

@media only screen and (max-width: 767px) {
.card-art-grid-sub .row{
display:table;
}
.card-art-grid-sub .col-md-11{
display:table-cell;
}
.card-art-grid-sub {
margin-top:2rem !important;
}
}


@media only screen and (min-width: 767px)  and (max-width: 1200px) {
.card-art-grid-sub .row{
display:table;
}
.card-art-grid-sub .col-md-11{
display:table-cell;
}
.card-art-grid .image.parbase {
    width: 150px;
	height: 40pt;
   
}

}