@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@700&display=swap');

body {width:calc(100% - 0px); margin:0 auto; }
/*.tit {width:1200px; margin:0 auto; padding-bottom:35px; overflow:hidden;}
.tit h3{font-size:16px; padding-left:130px; position:relative; }
.tit h3:before{content:""; height:1px; width:100px; background-color:#000; position:absolute;left:0; top:14px; }*/
.line1 {/*background:url(img/line1.jpg)no-repeat center top; padding-top:180px;*/ margin-top:90px;}
.line2 {/*background:url(img/line2.jpg)no-repeat center top; padding-top:180px;*/ margin-top:90px;}

 .mtit {text-align:center; padding-bottom:50px; }
 .mtit  h3{font-family: 'Inter Tight', sans-serif; font-size: 55px;font-weight: 800 !important; /* text-transform: uppercase;*/
 line-height:55px;  text-align:center; padding-bottom:10px; color:#333; }
 .mtit p {font-size:18px; font-weight:500; color:#888;}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
body {width:calc(100% - 0px); margin:0 auto; }	
.line1 {/*background:url(img/line1.jpg)no-repeat center top; background-size:60px auto; padding-top:100px;*/ margin-top:0px;}
.line2 {/*background:url(img/line2.jpg)no-repeat center top; background-size:60px auto; padding-top:80px;*/ margin-top:0px;}
 .mtit {text-align:center; padding-bottom:30px; }
 .mtit  h3{ font-size: 35px; line-height:45px;  }
 .mtit p {font-size:13px; color:#888;}
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}