#asset-middle-b{
    display: flex;
	margin-top: 10px;
    margin-bottom: 10px;
}
.inner-content a{
    font-family:Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size:23.93px;
    color:#000000;
    font-style:normal;
    text-align:left;
    line-height:27.92px;
    letter-spacing:0 em;
    font-weight: bold;
}
#read-more-btn {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #2b9fea;
    font-size: 16px;
    color: #ffffff;
    font-style: normal;
    text-align: center;
    line-height: 21.66px;
    margin-bottom: 0px;
    padding: 10%;
    font-weight:bold;
    border: none;
    float: left;
    text-decoration: none;
}

.border{background-color:2b9fea;height : 6px;}
/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
    border-top: #2b9fea solid 6px;
    border-bottom: #2b9fea solid 6px;
}

/*  COLUMN SETUP  */
.asset-col {
    display: block;
    float:left;
}
.asset-col:first-child { margin-left: 2%; }


/*  GROUPING  */
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    width: 100%;
}

/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}
.span_2_of_3 {
    width: 70%;
    margin-top:2%;
    margin-bottom:2%;
    text-align: left;
}
.span_1_of_3 {
    width: 24%;
    float: left;
    position: relative;
    height: 100%;
    margin-left: 1%;
}
#btn-clip-wrapper{
    float: left;
    width: 100%;
    position: relative;
    top: 50%;
    bottom: 50%;
    transform: translate(0%,-52%);
}
#clip-div{
    float: right;
}
#read-more-btn-div{
    float: left;
    display: inline-block;
    width: 75%;
}

/*  GO FULL WIDTH AT LESS THAN 300 PIXELS */

@media only screen and (max-width: 300px) {
    .asset-col { margin: 1% 0 1% 0%;}
    .span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
    #clip-div{
        clear: both;
    }

}

.btn_asset{
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}