/*section-future1-------------------------
-------------------------------------*/
.section{   padding-left: 2.5rem;
    padding-right: 2.5rem;}
.box-bg-1{
    width: 80%;
    height:100px; 
    position: absolute;
    z-index: 0;
    background-color: var(--sub-color);
    display: block;
    top:-20px;
    right: -20px;
}
.box-pic-1{
    z-index: 1;
}
.table tr td:not(:last-child),.table th:not(:last-child){ border-right: solid 1px var(--bs-body-color);}
.tbline{border-bottom: solid 1px var(--bs-body-color);}
.tbsp{
    color:var(--sub-color);
    background-color: var(--bs-body-color);
    font-weight: bold;
}
.table tr.tbsp td:not(:last-child),.table tr.tbsp th:not(:last-child){ border-right: solid 1px var(--sub-color);}
@media screen and (min-width: 768px) {
    
    .section{   padding-left: 5rem;
        padding-right: 5rem;}
}
@media screen and (min-width: 1024px) {
    .section{   padding-left: 10rem;
        padding-right: 10rem;}
    
}
@media screen and (min-width: 1152px) {

}
@media screen and (min-width: 1200px) {
    .box-bg-1{
        height:200px; 
     }   
 }