@charset "UTF-8";
#single-post #sec1 {
  display: flex;
  padding: 60px 90px 0;
}

#single-post #sec1 .sec1_left{
  width: 40%;
}

#single-post #sec1 .sec1_left .cat{
  font-size: 20px;
  font-weight: 600;
}

#single-post #sec1 .sec1_left .title{
  font-size: 28px;
  line-height: 1.4;
}

#single-post #sec1 .sec1_right{
  width: 60%;
}

#single-post #sec1 .sec1_right img{
  width: 100%!important;
  height: auto!important;
}

#single-post #sec2{
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0 200px;
}

#single-post #sec2 .notes{
  line-height: 1.4;
  font-weight: 600;
  font-size: 18px;
}

#single-post #sec2 .back_btn{
  width: 300px;
  margin: 60px auto 0;
}

@media(max-width:767px){
  #single-post #sec1 {
  padding: 20px;
  gap: 10px;
}

#single-post #sec1 .sec1_left{
  width: 50%;
}

#single-post #sec1 .sec1_left .title{
  font-size: 14px;
}

#single-post #sec1 .sec1_right{
  width: 50%;
}

#single-post #sec2{
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px;
}

#single-post #sec2 .section_title{
  font-size: 24px;
  margin-bottom: 20px;
}

#single-post #sec2 .notes{
  font-size: 14px;
  line-height: 1.6;
}

#single-post #sec2 .back_btn{
  width: 200px;
}
}