body {
  margin: 0;
  padding: 0;
}



.terms_upper_section {
  /* background: linear-gradient(180deg, rgba(75, 21, 13, 0.8475) 0%, #DE3E28 49.5%, rgba(0, 0, 0, 0.77) 100%); */
  background: url('../images/image-bg-trms.webp');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 96px;
}
@media(min-width:1599px) {
  .terms_upper_section {
    background-size: cover;
  }
}
.terms_upper_section h1 {
  padding-top: 110px;
  padding-bottom: 110px;
  font-family: "Kaisei Decol";
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;

}
.terms_lower_section{
  background:#F6F2EE;
  padding-top: 80px;
  padding-bottom: 80px;
}

.term_content{
  max-width: 792px;
  margin: 0 auto;
}

.term_content_first:first-child{
  margin: 0;
}
.term_content_first{
  margin-top: 48px;
}
.term_content_first h3{
font-family: "Manrope";
font-size: 24px;
font-weight: 700;
line-height: 32px;
text-align: left;
color: #121212;

}
.term_content_first p, li{

font-family: "Manrope";
font-size: 20px;
font-weight: 400;
line-height: 32px;
text-align: left;
color: #404040;

}

.term_content_first p{
  padding-top: 16px;
}
.term_content_first ul{
  margin: 0;
  padding-top: 20px;
}
@media (max-width:1024px){
  .terms_upper_section{
    padding-top: 86px;
  }
}
@media(max-width: 767px){

.terms_upper_section {
  background: url('../images/privacy-bg.webp');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 72px;
}
.terms_upper_section h1{
  font-size: 32px;
  line-height: 40px;
  padding: 66px 0;
}
.term_content_first h3{
  font-size: 18px;
  line-height: 26px;
}
.term_content_first p{
  font-size: 16px;
  line-height: 24px;
}
.terms_lower_section{
  padding: 40px 0;
}
.term_content_first li{
  font-size: 16px;
  line-height: 24px;
}
.term_content_first {
  margin-top: 32px;
}
.term_content_first p {
  padding-top: 8px;
}
}

