<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body{
    font-size: 18px!important;
    line-height: 1.5rem;
    background-color:#fff!important;
}
[data-href]{
    cursor: pointer;
}
.policy-headerbg{
    background-image: url(inv.businessactivities_header.jpg) ;
    background-size: 100% 100%;
    height: 240px;
}
.m-nav-local {
    padding: 10px 0 10px 30px;
    background: url(address1.png) 0 center no-repeat;
    color: #fff;
    line-height: 34px;
    border-bottom: 1px solid #dedede;
}
.m-nav-local a{
    color:#fff;
}
hr{
    border-top: 1px solid #000;
    margin: 40px  100px;
}
.activities_first img{
    /*width: 100%;*/
    height: 300px;
}
.activities_content&gt;div{
    margin-bottom: 1rem;
}
.activities_content p{
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    font-size: 14px;
}
.activities_content_two{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.activities_second div:first-child{
    min-width: 250px;
}

@media (min-width: 1200px) {
    html{
        font-size: 18px!important;
    }
    .container{
        width: 1200px;
        max-width: 1200px;
        padding: 0;
    }
    .display-mobile {
        display: none !important;
    }
}

@media (max-width: 768px) {
   html{
       font-size: 18px!important;
   }

    .display-pc {
        display: none !important;
    }
    .policy-headerbg{
        height:350px;
    }
    .activities_first img{
        width: 100%;
    }

}</pre></body></html>