

#page3-1-1 .news-card{
  margin-top:50px;
}

#page3-1-1 .left-block{
  padding-right: 50px;
  position: fixed;
  max-width: 500px;
  word-wrap:break-word;
}
/* #page3-1-1 .news-card .title{
  font-size: 40px;
  line-height: 1.38;
} */

#page3-1-1 .news-card .date{
  font-size: 18px;
  line-height: 2.89;
  letter-spacing: 1.8px;
}

#page3-1-1 .news-card .content{
  font-size: 16px;
  line-height: 1.88;
}

.news-logo{
  margin-top :100px;
  width: 100%;
  min-width:100px ;
  max-width:200px ;
}


@media (min-width:1367px) {
  #page3-1-1 .left-block {
    position: fixed;
    max-width: calc((100% - 750px) / 2.3);
  }
}

@media (min-width:767px) and (max-width:1366px){
  #page3-1-1 .left-block{
    max-width: 320px;
    max-width: calc((70% - 50px) / 2.3);
  }
}



@media (max-width:767px){
  #page3-1-1 .left-block{
    padding: 0px !important;
    margin: 0px !important;
    position: relative;
  }

  /* #page3-1-1 .news-card .title {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    text-align: left;
    color: #3b3b3b;
  } */

  #page3-1-1 .news-card .date {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.71;
    letter-spacing: 1.4px;
    text-align: left;

  }

  #page3-1-1 .news-card .content {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;

  }

  .news-logo {
    margin-bottom: 6vw;
    margin-top: 30px;
    width: 50%;
  }



  #page3-1-1 .news-card {
    margin-top: 0px !important;
  }
}

@media (min-width:500px) and (max-width:767px){
  #page3-1-1 .row{
    flex-direction: column;
  }

  #page3-1-1 .row .col-sm-5,#page3-1-1 .row .col-sm-7{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #page3-1-1 .news-card .date{
    font-size: 2vw;
  }

  #page3-1-1 .news-card .content{
    font-size: 2vw;
  }

}