body {
  padding-top: 80px;
}

@media (max-width: 500px) {
  body {
    padding-top: 50px;
  }
}

#gas {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#gas .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
}

#gas .wrap .img_wrap {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #d9d9d9;
}

#gas .wrap .img_wrap img {
  width: auto;
  height: auto;
}

#gas .wrap .text_box {
  width: 100%;
  text-align: center;
  padding: 100px 0;
}

#gas .wrap .text_box h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  margin-bottom: 50px;
}

#gas .wrap .text_box p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  margin-bottom: 30px;
}

#gas .wrap .text_box p:last-of-type {
  margin-bottom: 0;
}

#gas .wrap .text_box p span {
  font-family: 'PB_B';
	font-weight: bold;
  color: #222C77;
}

#gas .wrap .text_box img {
  width: auto;
  height: auto;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  #gas .wrap {
    max-width: 90%;
  }

  #gas .wrap .img_wrap img {
    width: 100%;
  }
}

@media (max-width: 900px) {
  #gas .wrap .img_wrap {
    padding: 50px 0;
  }

  #gas .wrap .text_box {
    padding: 50px 0;
  }

  #gas .wrap .text_box h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  #gas .wrap .text_box p {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  #gas .wrap .text_box p br {
    display: none;
  }

  #gas .wrap .text_box img {
  width: 90%;
}

}

@media (max-width: 400px) {
  #gas .wrap .text_box h2 {
    font-size: 20px;
  }

  #gas .wrap .text_box p {
    font-size: 14px;
  }

  #gas .wrap .text_box img {
  width: 90%;
}
}