.container{
  padding-left:20px;
  padding-right:20px;
}

.right{
  margin-right: 5px;
}

.margin-tb{
  padding-top:40px;
  padding-bottom:40px;
}

.lg-big-text{
  font-size: 30px;
  line-height: 57px;
}

.big-text{
  font-size: 20px;
  line-height: 36px
}

.title-text {
  font-size: 32px;
  line-height: 45px;
}

.text{
  font-size: 14px;
  line-height: 20px;
}

.small-text{
  font-size: 14px;
  line-height: 30px;
}

.top-pic{
  height: 25vh;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.top-pic .top-pic-content {
  height: calc(25vh - 72px);
}

.top-pic-content >.lg-big-text{
  /* font-size: 22px !important; */
}

.top-pic-content >.big-text{
  font-size: 18px !important;
  margin-top:-10px;
}


.top-pic-right,.top-pic-left{
  display: none;
}

