
#main{
  padding: 1em 0;
  padding-top: 0;
  padding-bottom: 50px;
  line-height: 1.8em;
}
#main .wrap{
  max-width: 800px;
  padding: 0 12px;
}
.main .t-header{
  margin-bottom: 1rem;
  padding: 25px 0;
  background-color: #efefef;
  /* background-color: rgb(var(--main-color-rgb)/0.15); */
}
.main .t-header h1,
.main .t-header h2{
  margin: 5px 0 1.4rem;
  font-size: 1.8rem;
  color: #333;
}
.main .t-header div{
  font-size: 1.125rem;
  color: #666;
}
.main .t-content-header{
  margin-bottom: 1rem;
}
.main .t-content-header h3{
  margin: 1em 0 0.5em;
  font-size: 1.5rem;
  color: #333;
}
.main .t-content-header div{
  font-size: 1rem;
}
.main .t-content{

}
.main .content{
  min-height: 350px;
}
#wrapper.mobile .main .content{
  min-height: 100px;
}
