.business_model_main {
  padding-top: 110px;
}

.business_model_container {
  max-width: 1440px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.business_model_title span {
  display: block;
}
.business_model_wrap {
  background-image: url(../images/business_model_banner.webp);
  height: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}
.business_model_title {
  position: relative;
}
.business_model_title h1 {
  position: relative;
  font-size: 52px;
  font-weight: 700;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin: 0;
}
.business_model_title p {
  font-size: 26px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 150%;
  padding-top: 25px;
  margin: 0;
}
/* Forward Towards Digital  */
.business_t_70 {
  padding-top: 70px;
}
.dedicated_title h2 {
  position: relative;
  font-size: 38px;
  font-weight: 500;
  line-height:1.3;  
  text-align: center;
  color: rgba(59, 59, 59, 1);
  margin: 0;
}
.dedicated_title h2:after {
  content: "";
  background: rgba(37, 131, 233, 1);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -15px;
  width: 80px;
  height: 4px;
  border-radius: 5px;
}
.dedicated_title p {
  color: rgba(59, 59, 59, 1);
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  margin: 0;
  padding-top: 34px;
}
.dedicated_card {
  display: flex;
  background: rgba(241, 248, 255, 1);
  border: 1px solid rgba(37, 131, 233, 1);
  padding: 50px 30px 50px 70px;
  border-radius: 35px;
  margin-top: 30px;
}
.dedicated_card_inner {
  width: 754px;
  max-width: 100%;
}
.dedicated_card_img {
  margin-left: auto;
}
.card_title h2 {
  margin: 0;
  color: rgba(54, 54, 54, 1);
  font-size: 32px;
  line-height: 100%;
  font-weight: 700;
}
.card_title p {
  font-size: 18px;
  line-height: 400;
  line-height: 34px;
  color: rgba(54, 54, 54, 1);
  padding-top: 10px;
  margin: 0;
}
.card_list h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  color: rgba(54, 54, 54, 1);
  padding: 20px 0;
  margin: 0;
}
.card_list ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  padding-left: 20px;
  row-gap: 30px;
}
.card_list ul li {
  position: relative;
  width: 50%;
  font-size: 14px;
  font-weight: 500;
  color: rgba(54, 54, 54, 1);
}
.card_list ul li:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 4px;
  background-image: url(../images/business_model_icon01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
}

.dedicated_card .dedicated_card_inner .card_button a {
  font-size: 20px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  background: rgba(37, 131, 233, 1);
  display: inline-block;
  border-radius: 60px;
  padding: 15px 30px;
  margin-top: 34px;
  cursor: pointer;
}

.dedicated_card .dedicated_card_inner .card_button a:hover {
  background: #fff;
  color: rgba(37, 131, 233, 1);
  border: 1px solid #2583e9;
}
.dev_process_bg {
  background-image: url(../images/business_model_img05.webp);
  margin-top: 70px;
  padding-bottom: 70px;
}

.d_process_wrap h2 {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  margin: 0;
}
.d_process_wrap p {
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  padding-top: 30px;
}
.d_process_wrap p span {
  display: block;
}
.process_step {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 20px;
  padding-top: 50px;
  height: 100%;
}

.requirement {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 200px;
}

.requirement img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding-top: 15px;
}

.requirement_text {
  text-align: center;
}

.requirement_text h4 {
  font-size: 18px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  margin: 0;
  padding-bottom: 10px;
}

.requirement_text p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  margin: 0;
}
.requirement.process01,
.requirement.process03,
.requirement.process05 {
  padding-top: 100px;
}
.footer_wrap.bussiness_model_top {
    margin-top: 0;
}
/* responsive */
@media (min-width: 1399.98px) and (max-width: 1680px) {
  .process_step {
    gap: 10px;
  }
  .requirement {
    width: 215px;
  }
  .requirement img {
    max-width: 88%;
  }
}
@media (min-width: 1199.98px) and (max-width: 1399.98px) {
  .process_step {
    gap: 10px;
  }
  .requirement {
    width: 215px;
  }
  .requirement img {
    max-width: 88%;
  }
  .card_list ul {
    row-gap: 20px;
  }
  .business_model_title span {
    display: inline;
  }
  .business_model_wrap {
    height: 420px;
  }
  .dedicated_card {
    padding: 50px 30px 30px 50px;
  }
  .card_list ul {
    column-gap: 10px;
  }
}
@media screen and (max-width: 1440px) {
  .business_model_container {
    width: 90%;
  }
  .card_title p {
    padding-right: 8px;
  }
  .card_list ul li {
    position: relative;
    width: 45%;
    padding: 0 8px;
  }
  .d_process_wrap p span {
    display: inline;
  }
}
@media screen and (max-width: 1199px) {
  .process_step {
    flex-wrap: wrap;
  }
  .requirement.process01,
  .requirement.process03,
  .requirement.process05 {
    padding-top: 0px;
  }
  .business_model_title span {
    display: inline;
  }
  .business_model_main {
    padding-top: 75px;
  }
  .business_model_wrap {
    height: 450px;
  }
  .business_t_70 {
    padding-top: 50px;
  }
  .dedicated_title h2,
  .d_process_wrap h2 {
    font-size: 32px;
  }
  .business_model_title h1 {
    font-size: 42px;
  }
  .dedicated_card {
    padding: 50px 30px 50px 30px;
  }
  .card_list ul li {
    padding: 0 14px;
  }
}

@media screen and (max-width: 991px) {
  .business_model_wrap {
    height: 360px;
  }
  .dedicated_card {
    flex-wrap: wrap;
    margin: auto;
    padding-top: 20px;
  }
  .dedicated_title {
    padding-bottom: 20px;
  }
  .card_list ul li {
    width: 50%;
  }
  .dedicated_card {
    margin-bottom: 20px;
    padding: 30px;
  }
  .dedicated_card_img {
    margin: auto;
  }
  .card_list ul li {
    padding: 0 20px 0 0;
  }
  .card_list ul {
    row-gap: 15px;
  }
  .dev_process_bg {
    margin-top: 45px;
    padding-bottom: 45px;
  }
  .dedicated_card .dedicated_card_inner .card_button a {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .requirement.process02,
  .requirement.process04,
  .requirement.process06 {
    display: flex;
    flex-direction: column-reverse;
  }
  .requirement.process02 img {
    transform: rotate(180deg);
  }
  .business_model_wrap {
    height: auto;
  }
  .business_model_title h1 {
    font-size: 32px;
    padding-top: 15px;
  }
  .business_model_title p {
    font-size: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .dedicated_title h2,
  .d_process_wrap h2,
  .card_title h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .card_list ul li {
    width: 100%;
  }
  .card_list h3 {
    font-size: 20px;
  }
  .business_t_70 {
    padding-top: 35px;
  }
  .dedicated_title p {
    padding-top: 22px;
  }
  .business_model_container {
    padding: 0;
  }
  .process_step {
    padding: 0;
    gap: 0;
  }
  .d_process_wrap p {
    padding-top: 10px;
  }
  .requirement img {
    padding-top: 0;
  }
}
