@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body {
  background-color: #000;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
  color: #fff;
}

/*======= intro ======= */
.banner {
  padding: 0;
}

/*======= intro_mb ======= */
.intro_mb {
  display: none;
}

/*======= section01 ======= */
.section01 {
  padding-bottom: 60px;
}

.section01 .container {
  padding: 0;
}

.section01 .heart {
  height: 3.4rem;
  margin-top: 0.6rem;
}

.section01 .box {
  margin-top: 80px;
}

.section01 h1{
  font-weight: 900;
  font-size: 65px;
  height: 65px;
  margin-bottom: 20px;
}

.section01 h2 {
  font-weight: 900;
  font-size: 36px;
  line-height: 1;
  color: #FF8B7F;
  margin-bottom: 20px;
}

.section01 p {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: justify;
  margin-bottom: 30px;
}

.section01 p:nth-of-type(2) {
  margin-bottom: 0;
}

/*======= section02 ======= */
.section02 {
  margin-bottom: 65px;
}

.section02 .box{
  background-color: #262626;
  padding: 50px;
}

.section02 .box:nth-child(2) {
  padding-top: 0;
}

.section02 .box_right {
  padding: 0 0 0 30px;
}

.section02 h3 {
  font-size: 36px;
  font-weight: 700;
  color: #FF8B7F;
  margin-bottom: 10px;
}

.section02 .stick {
  height: 25px;
}

.section02 h4 {
  font-size: 24px;
  letter-spacing: 1px;
  text-align: justify;
  margin-bottom: 22px;
}

.section02 p {
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: justify;
}

.section02 p:nth-of-type(2){
  margin-bottom: auto;
}

.section02 span {
  font-size: 16px;
  line-height: 15px;
}

/*======= section03 ======= */
.section03 {
  margin-bottom: 65px;
}

.section03 .box{
  background-color: #262626;
  padding: 50px;
}

.section03 .box_right {
  padding: 0 0 0 30px;
}

.section03 h3 {
  font-size: 36px;
  font-weight: 700;
  color: #00A578;
  margin-bottom: 10px;
}

.section03 .stick {
  height: 25px;
}

.section03 h4 {
  font-size: 24px;
  letter-spacing: 1px;
  text-align: justify;
  margin-bottom: 22px;
}

.section03 p {
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: justify;
}

.section03 p:nth-of-type(2) {
  margin-bottom: auto;
}

.section03 span {
  font-size: 16px;
  line-height: 15px;
}

/*======= Nb_START ======= */
@media (min-width: 992px) and (max-width: 1399px) {

  /*======= section01 ======= */
  .section01 h1 {
    font-weight: 900;
    font-size: 60px;
    height: 60px;
    margin-bottom: 20px;
  }  

  .section01 .heart {
    height: 3rem;
  }

  .section01 p {
    font-size: 17px;
    margin-bottom: 18px;
  }

  /*======= section02 ======= */
  .section02 .box_left {
    display: flex;
    align-items: center;
  }

  /*======= section03 ======= */
  .section03 .box_left {
    display: flex;
    align-items: center;
  }
}

/*======= Mobile_START ======= */
@media (max-width: 767.98px) {
  .container {
    padding: 0 15px ;
  }
  /*======= intro ======= */
  .intro {
    display: none;
  }

  /*======= intro_mb ======= */
  .intro_mb {
    display: block;
  }

  .banner {
    padding: 0;
  }

  /*======= section01 ======= */
  .section01 {
    padding-bottom: 60px;
  }

  .section01 .container {
    padding: 0 15px ;
  }

  .section01 .box {
    margin-top: 60px;
  }

  .section01 h1 {
    font-weight: 900;
    font-size: 32px;
    height: 32px;
    margin-bottom: 15px;
  }
  
  .section01 .heart {
    height: 1.9rem;
    margin-top: 0.2rem;
  }

  .section01 h2 {
    font-weight: 900;
    font-size: 24px;
    height: 48px;
    margin-bottom: 25px;
  }  

  .section01 p {
    font-size: 15px;
    margin-bottom: 1rem;
  }

  .section01 p:nth-of-type(2) {
    margin-bottom: 30px;
  }

  /*======= section02 ======= */
   .section02 {
    margin-bottom: 60px;
  }
  
  .section02 .box{
    padding: 40px 0;
  }
  
  .section02 .box_right {
    padding: 18px 15px 0;
  }
  
  .section02 h3 {
    font-size: 26px;
  }

  .section02 .stick {
    height: 20px;
  }
  
  .section02 h4 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
  }
  
  .section02 p {
    font-size: 16px;
  }

  .section02 p {
    margin-bottom: 1rem;
  }
  
  .section02 p:nth-of-type(2){
    margin-bottom: 1rem;
  }
  
  /*======= section03 ======= */
  .section03 {
    margin-bottom: 60px;
  }
  
  .section03 .box{
    padding: 40px 0;
  }
  
  .section03 .box_right {
    padding: 18px 15px 0;
  }
  
  .section03 h3 {
    font-size: 26px;
  }

  .section03 .stick {
    height: 20px;
  }
  
  .section03 h4 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
  }
  
  .section03 p {
    font-size: 16px;
  }

  .section03 p:nth-of-type(2) {
    margin-bottom: 1rem;
  } 
}