.more_intro {
  margin-top: 82px;
  padding: 135px 0;
  background: #0E1011; }
  .more_intro_title {
    margin-bottom: 32px; }
  .more_intro_left p {
    margin-right: 20px; }
  .more_intro_right p {
    margin-left: 20px; }
  .more_intro p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8); }
    .more_intro p b {
      color: white !important; }

.more_request_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%; }
  .more_request_text .more_title {
    margin-bottom: 24px; }

.more_request-bg {
  background: #F6F6F6; }
  .more_request-bg .more_request_img {
    display: flex;
    justify-content: flex-end; }

@media (max-width: 992px) {
  .more_intro {
    margin-top: 60px;
    padding: 50px 0; }
    .more_intro_right p {
      margin-left: 0; }
  .more_request {
    padding: 50px 0; }
    .more_request_img {
      margin-bottom: 25px; }
      .more_request_img img {
        width: 100%; }
    .more_request_text p {
      margin-bottom: 0; } }

@media (max-width: 500px) {
  .more_intro {
    padding: 35px 0; }
    .more_intro_left p {
      font-size: 14px; }
    .more_intro_right p {
      font-size: 14px; }
  .more_request {
    padding: 35px 0; }
    .more_request_text p {
      font-size: 14px; } }
