.home-bnr {
  width: 100%;
  height: calc(100vh - 0px);
  background-image: url('../images/banner-home.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
   }

.bsp-bx {
    background-image: url('../images/do-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 85px 20px 0px;
    background-size: contain;
    background-color: #e6e7e8;
    height: 100%;
}

.bsp-bx .ttle {
    font-weight: 700;
    color: #97144d;
    font-size: 21px;
    margin-bottom: 10px;
    line-height: 26px;
}

.bsp-bx ul li { color: #000000; }

.headlineXtrasml {color: #000; font-size: 18px; font-weight: 700;  font-style: italic;}
.headlinesml {color: #000; font-size: 22px; font-weight: 700;  font-style: italic;}
.headlinebig {color: #97144d; font-size: 45px; font-weight: 700; font-style: italic; line-height:55px;}

.headlinebig span { color: #000; font-size: 22px; font-weight: 700;  font-style: italic;}

/*.outline-txt{  -webkit-text-stroke: 1px #97144D; font-size:70px; font-weight: 900; 
  -webkit-text-fill-color: transparent; line-height:70px;}
.outline-txt2 {
    -webkit-text-stroke: 1px #FFF;
    font-size: 70px;
    font-weight: 900;
    -webkit-text-fill-color: transparent;
    line-height: 70px;
}*/
.bsp-wrp {
    padding: 100px 0px;
    background-image: url('../images/bsp-union.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
    overflow: hidden;
}
.border-btm {border-bottom: 2px solid #97144D;}
.table-responsive {
display: block;
    width: 100%;
    overflow-x: auto;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.outline-txt{font-size:50px;}
.outline-txt2{font-size:50px;}

}