.content__MP {}

/* ============== SECTION-1 CSS START ============== */
.content__MP .MP__section-1 {
  padding: 14.6rem 0;
  background:
    url("../img/merchant-partner/sec1-bg.png") no-repeat center center;
  background-size: cover;
}

.MP__section-1 .section-1__content {}

.MP__section-1 .content__tittle {
  /* \1 */
  font-size: 6.1rem;
  line-height: 8.54rem;
  font-weight: 700;
  text-align: center;
}

.MP__section-1 .content__description {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  text-align: center;
}
/* ============== SECTION-1 CSS END ============== */

/* ============== SECTION-2 CSS START ============== */
.content__MP .MP__section-2 {
  padding: 9rem 0;
}

.MP__section-2 .section-2__merchant-partner {

}

.MP__section-2 .MP__header {

}

.MP__section-2 .MP__tittle,
.MP__section-2 .bank__tittle {
  /* \1 */
  font-size: 4.9rem;
  line-height: 6.86rem;
  font-weight: 700;
}

.MP__section-2 .MP__body,
.MP__section-2 .bank__body {
  margin-top: 4.5rem;
}

.MP__section-2 .MP__el,
.MP__section-2 .bank__el {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 2rem;
}

.MP__section-2 .MP__el:not(:first-child),
.MP__section-2 .bank__el:not(:first-child) {
  margin-top: 8rem;
}

.MP__section-2 .section-2__bank {
  margin-top: 9rem;
}

.MP__section-2 .bank__header {

}

.MP__section-2 .body__img {
  width: 20rem;
  height: 8.8rem;
  border: 1px solid #DADADA;
  border-radius: 0.8rem;
}

.MP__section-2 .body__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ============== SECTION-2 CSS END ============== */

@media (max-width: 767px) {
  .content__MP .MP__section-1 {
    padding: 72px 65px 41px;
    background:
      url("../img/merchant-partner/sec1-bg.png") no-repeat center center;
    background-size: cover;
  }

  .MP__section-1 .section-1__content {}
  
  .MP__section-1 .content__tittle {
    font-size: 25px;
    line-height: 35px;
  }
  
  .MP__section-1 .content__description {
    font-size: 15px;
    line-height: 21px;
  }

  .content__MP .MP__section-2 {
    width: 100%;
    padding: 20px;
  }

  .MP__section-2 .section-2__merchant-partner {

  }

  .MP__section-2 .MP__header {

  }

  .MP__section-2 .MP__tittle,
  .MP__section-2 .bank__tittle {
    font-size: 20px;
    line-height: 28px;
  }
}

/* 56% */
@media (min-width: 768px) and (max-width: 1023px) {

}

/* 64% */
@media (min-width: 1024px) and (max-width: 1279px) {

}

/* 75% */
@media (min-width: 1280px) and (max-width: 1535px) {

}

/* 85% */
@media (min-width: 1536px) and (max-width: 1919px) {

}
