.two-column-wrapper{
    position: relative;
    display: inline-block;
    justify-content: center;
    width: 100%;
}
.tc-outer-wrapper{
 
    padding-bottom: 3rem;
    background-repeat: no-repeat;
}
.two-col.special{
    display: block;

}
.two-col.special>.rightStack, .two-col.special>.leftStack{
    height: 100%;
    
}
.two-col{
    width: 100%;
    display: flex;
    position: relative;
}

.leftStack{
    flex: 1;
    padding: 0 !important;

}

.rightStack{
    flex: 1;
    padding: 0 !important;
    
}

.my-stack{
    width: 100%;
}

.leftStack .pad-outer{
    padding-left: 20%;
}

.leftStack .pad-inner{
    padding-right: 5%;
}

.rightStack .pad-outer{
    padding-right: 20%;
}
.rightStack .pad-inner{
    padding-left: 5%;
}

.no-padding{
    padding: 0 !important;
}

@media screen and  (min-width: 768px) and (max-width: 991px){

    .leftStack .pad-outer{
        padding-left: 10%;
    }
    
    .rightStack .pad-outer{
        padding-right: 10%;
    }
}
@media only screen and (max-width: 767px){
    .two-col{
        display: block;
    }
    .pad-outer{
        padding: 0 !important;
    }
    .leftStack .my-stack{
        padding: 0 15px !important;
    }
    
    .rightStack .my-stack{
        padding: 0 15px !important;
    }    
    .two-column-wrapper{
        background: transparent !important;
    }
    .leftStack > p, .rightStack > p{
        margin: 0;
        padding-bottom:10px;
    }
}


/* contracts by marketplace matrix */

.cbm-card-table{
    height: inherit;
}
.cbm-card-content{
    display: grid;
    width: 100%;
    text-align: center;
    background: #f8f8f8;
    height: 16rem; 
}
.cbm-bottom-bar{
    background: #3155A4;
    height: 4px;
    width: 100%;
}
.cbm-imageContainer img{
    max-height: 10rem;
    max-width: 75%
}
.cbm-logo-mini{
    vertical-align: middle;
    background-color: white;;
}

.cbm-title{
    vertical-align: middle;
}
.cards-mini{
    display: block;
    text-align: center;
}
.marketplace-matrix{
    display: flex !important;
    flex-direction: column !important;
    padding: 15px 45px !important;
   }

@media screen and (max-width: 425px){
    .contract-card-mini{
        border: 1px solid #dbdbdb;
        display: inline-block;
        margin: 1rem;
        width: 220px;
        vertical-align: middle;
    }
    
}

@media screen and  (min-width: 426px) and (max-width: 750px){
    .contract-card-mini{
        border: 1px solid #dbdbdb;
        display: inline-block;
        vertical-align: middle;
        margin: 1rem;
        width: 220px;
    } 
}

@media screen and (min-width: 751px){
    .contract-card-mini{
        border: 1px solid #dbdbdb;
        display: inline-block;
        vertical-align: middle;
        margin: 1rem;
        width: 220px;
    }
    
}
@media screen and (max-width: 991px){
    .contract-card-mini{
        width: 217px;
    }
    
   .marketplace-matrix{
    display: flex !important;
    flex-direction: row !important;
    padding: 15px 45px !important;
   }
}