.blog-detail p.first {
    font-size     : 18px;
    font-weight   : 300;
    line-height   : 1.5;
    margin-bottom : 40px;
    max-width     : 100%;
}

.blog-detail .info {
    margin-left      : auto;
    margin-right     : auto;
    max-width        : 770px;
    background-color : #fff;
    padding          : 25px 30px;
    font-size        : 0;
    margin-bottom    : 40px;
}

.blog-detail .info-title {
    font-weight   : bold;
    font-size     : 30px;
    margin-bottom : 15px;
}

.line_blog-list .blog-detail .info {
    flex-direction : column !important;
}

.blog-detail .info .img {
}

.blog-detail .info .txt {
    vertical-align : top;
    padding-left   : 30px;
}

.blog-detail .info .txt-item {
    text-align          : left;
    padding-left        : 40px;
    background-repeat   : no-repeat;
    background-position : 0 5px;
    margin-bottom       : 10px;
    line-height         : 1.4;
}

.blog-detail .info .ti-name {
    font-size   : 18px;
    font-weight : 300;
    color       : #de245b;
}

.blog-detail .info .ti-numbers * {
    vertical-align : middle;
}

.blog-detail .info .ti-numbers {
    font-size       : 18px;
    display         : flex;
    align-items     : center;
    justify-content : flex-start;
}

.blog-detail .info .ti-detail {
    font-size   : 16px;
    font-weight : 300;
}

.blog-detail .info .ti-numbers img {
    display       : inline-block;
    border-radius : inherit;
    padding       : 0;
    margin        : 0 10px;
}

.link.ms_booking {
    display            : inline-block;
    font-style         : normal;
    font-weight        : 700;
    font-size          : 16px;
    line-height        : 24px;
    color              : #FFF;
    background         : #F92973;
    border             : 1px solid #F92973;
    -webkit-box-shadow : 0 4px 1px rgba(249, 41, 115, .1);
    box-shadow         : 0 4px 1px rgba(249, 41, 115, .1);
    border-radius      : 40px;
    padding            : 10px 20px;
    cursor             : pointer;
    text-decoration    : none;
    -webkit-transition : all ease .5s;
    transition         : all ease .5s;
}

.information {
    background      : #FFFFFF;
    border-radius   : 6px 6px 0 0;
    margin          : 0;
    padding: 0 0 10px 20px;
    color           : #949494;
    font-style      : normal;
    font-weight     : normal;
    font-size       : 17px;
    line-height     : 150%;
    display         : flex;
    flex-direction  : row;
    align-items     : center;
    justify-content : space-between;
    border-bottom   : 1px dashed #D6D6D6;
}

.information .left, .information .right {
    display        : flex;
    flex-direction : row;
}

.information > div + div {
    margin-left : 15px;
}

@media (max-width : 520px) {
    .information {
        display : none;
    }
.blogsNew .information {
        display : block;
    }
    .information {
    padding: 0 0 10px 0;
}
    .blogsNew .main-content > div > div.d-sm-block {
        display: block !important;
    }
    .blogsNew .main-content > div > br {
        display: none !important;
    }
    .blogsNew .main-content > div > div.d-sm-block nav {
        margin-bottom: 0;
    }

    .blogsNew .pageH {
        margin-left: 0 !important;
    }

    .blogsNew .pageBody {
  padding-top: 15px !important;
}

.blogsNew .blueBlock .bigBlue .SBform {
  padding: 10px !important;
}

}
