body {
  margin: 0;
  padding: 0;
}
/* 
@media(min-width:1201px) {
  .container {
      max-width: 1200px;
      padding: 0;
  }
} */

.query-content{
  font-family: Manrope;
font-weight: 700;
font-size: 20px;
line-height: 32px;
  color: #121212;
}
 
.privacy_upper_section h1{
font-size: 32px;
line-height: 40px;
}
.privacy_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) {
  .privacy_upper_section {
    background-size: cover;
  }
}
.privacy_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;
}

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

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

.privacy_content_first:first-child {
  margin: 0;
}

.privacy_content_first {
  margin-top: 48px;
}

.privacy_content_first h3 {
  font-family: "Manrope";
  font-size: 20px;
  font-weight: 700;
  line-height: 27.32px;
  text-align: left;
  color: #121212;
}
.privacy_content_first:first-child h3{
font-size: 24px;
line-height: 32px;
}
.privacy_content_first p {
  font-family: "Manrope";
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #404040;
}

.privacy_content_first h4 {
  font-family: "Manrope";
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: #121212;
  padding-top: 32px;
}

.privacy_content h4 a {
  color: #DE3E28;
}
@media (max-width:1024px){
  .privacy_upper_section{
    padding-top: 86px;
  }
}
@media(max-width: 767px){
  .privacy_upper_section {
    background: url('../images/privacy-bg.webp');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 72px;
  }

 
.privacy_content_first h3{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 16px;
}
.privacy_content_first:first-child h3{
  font-size: 18px;
  line-height: 26px;
}
.privacy_lower_section {
  padding: 40px 0;
}
.privacy_content_first p{
  font-size: 16px;
  line-height: 24px;
}
.privacy_content_first {
  margin-top: 32px;
}
.query-content{
font-size: 16px;
  line-height: 24px;
}
.privacy_upper_section h1{
font-size: 32px;
line-height: 40px;
padding: 66px 0;
}

}