.payment_type2_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 80px;
  background-color: #fff;
  box-shadow: 1px 3px 13px 1px #3333330f;
  margin-bottom: 40px;
  border: 0;
  border-radius: 10px;
}
.payment_type2_text_part {
  width: 45%;
}
.payment_type2_img_part {
  width: 45%;
}
.payment_type2_img_retina {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
.payment_type2_text_title {
  font-family: ilaria, sans-serif;
  font-weight: 700;
  color: #202020;
  font-size: 28px;
  margin-bottom: 40px;
}
.payment_type2_text_desc {
  font-family: ilaria, sans-serif;
  font-weight: 400;
  line-height: 2.2;
  font-size: 16px;
}
.payment_type2_img_box {
  margin-bottom: 25px;
}
.payment_type2_icon_box {
  display: flex;
  align-items: center;
}
.payment_type2_icon {
  margin-right: 15px;
}
.payment_type2_icon_box {
  margin-bottom: 20px;
}
.payment_type2_icon_title {
  font-family: ilaria, sans-serif;
  font-weight: 700;
  color: #202020;
  font-size: 16px;
}
.payment_type2_btn_row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  text-align: center;
  padding-bottom: 30px;
  margin-top: 20px;
}

@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1200px) {
  .payment_type2_text_part {
    width: 100%;
    margin-bottom: 30px;
  }
  .payment_type2_img_part {
    width: 100%;
  }
  .payment_type2_text_title {
    text-align: center;
  }
  .payment_type2_text_desc {
    text-align: center;
  }
  .payment_type2_icon_box {
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
  .payment_type2_container {
    padding: 60px 20px;
  }
  .payment_type2_icon_box {
    justify-content: flex-start;
  }
  .payment_type2_icon_title {
    line-height: 1.4;
  }
}
@media screen and (max-width: 393px) {
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 320px) {
}
