/* business layout */
/* ============================================ */
.heading_wrap .flex_box{
  align-items: center;
}
.heading_wrap .headding_lt{
  width: 45%;
  margin-right: 5%;
}
.heading_wrap .headding_rt{
  width: 50%;
}
.product_wrap{
  width: 100%;
  max-width: 1200px;
}
.product_list{
  border-radius: 30px 0 30px 0;
  overflow: hidden;
}
.product_list a:hover{
  opacity: 1;
  filter: brightness(1.1);
  color: inherit;
  text-decoration: none !important;
}
.product_lt,
.product_rt{
  position: relative;
  display: block;
  width: 50%;
  height: 400px;
  padding: 50px;
  text-align: center;
}
.product_lt{
  background-color: #63ad90;
  color: inherit;
}
.product_rt{
  background-color: #8ac2ac;
}
.product_list figure{
  margin-bottom: 20px;
}
.product_name h3{
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
}
.product_name p{
  font-size: 18px;
}
.product_link{
  position: absolute;
  bottom: 3%;
  right: 3%;
}
.product_link .icon_arrow_white{
  margin-left: 1em;
}
@media (max-width: 1000px){
  .heading_wrap .flex_box{
    display: block;
  }
  .heading_wrap .headding_lt{
    width: 100%;
    margin-right: 0;
    margin-bottom: 7%;
  }
  .heading_wrap .headding_rt{
    width: 100%;
  }
  .product_list{
    display: block;
  }
  .product_lt,
  .product_rt{
    width: 100%;
    padding: 5% 3%;
    height: 350px;
  }
}
@media (max-width: 768px){
  .heading_wrap .headding_lt{
    text-align: center;
  }
  .product_list figure{
    margin-bottom: 3%;
  }
  .product_name h3{
    font-size: 20px;
    margin-bottom: 5%;
  }
}
@media (max-width: 430px){
  .product_lt,
  .product_rt {
    height: 230px;
  }
  .product_list figure img{
    width: 60px;
  }
  .product_name p{
    font-size: 14px;
    margin-bottom: 10px;
  }
}


/* web creation */
/* ============================================ */
.web_creation{
  color: #fff;
}
.web_creation .item_rotating{
  right: 20%;
  top: -20%;
}
.web_creation .bg_outer_left::before{
  height: 70%;
}
@media (max-width: 900px){
  .web_creation .item_rotating{
    right: auto;
    left: 0;
    top: 10vw;
  }
}


/* saas */
/* ============================================ */
.saas{
  color: #fff;
}
.saas .item_rotating{
  right: 0;
  top: 20%;
}
.saas .bg_outer_right::before{
  height: 70%;
}
@media (max-width: 900px){
  .saas .item_rotating{
    right: 0;
    top: 10vw;
  }
}

