.heading{
  max-width: 1140px;
  padding: 0 22px;
  text-align: center;
  margin: 0 auto 40px auto;
}

.heading h1{
  position: relative;
  font-size: 75px;
  font-weight: 700;
  font-family: Montserrat,serif;
  background: #33058d;
 background: -webkit-linear-gradient(45deg, #4444B1 8%, #4366BB 16%, #5D70B6 24%, #744DC0 32%, #7451CB 40%, #447CCE 48%, #4C9ACA 56%, #9BA6C6 64%, #DB7FC4 72%, #E341CF 80%, #C436D1 88%, #895ACC 100%);
 background: -moz-linear-gradient(45deg, #4444B1 8%, #4366BB 16%, #5D70B6 24%, #744DC0 32%, #7451CB 40%, #447CCE 48%, #4C9ACA 56%, #9BA6C6 64%, #DB7FC4 72%, #E341CF 80%, #C436D1 88%, #895ACC 100%);
 background: linear-gradient(45deg, #4444B1 8%, #4366BB 16%, #5D70B6 24%, #744DC0 32%, #7451CB 40%, #447CCE 48%, #4C9ACA 56%, #9BA6C6 64%, #DB7FC4 72%, #E341CF 80%, #C436D1 88%, #895ACC 100%);

 /* Set the background size and repeat properties. */
 background-size: 100%;
 background-repeat: repeat;

 /* Use the text as a mask for the background. */
 /* This will show the gradient as a text color rather than element bg. */
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 -moz-background-clip: text;
 -moz-text-fill-color: transparent;
 margin: 20px 0 40px 0;
 display: inline-block;
 align-items: center;
 padding-left: 110px;

}

.heading h1 img{
  left: 0;
  position: absolute;
  width: auto;
  height: 90px;
  margin-right: 15px;
  top: 50%;
  transform: translate(0,-50%);
  margin:0;
}

.heading img{
  max-width: 100%;
  max-height: 125px;
  margin-bottom: 25px;
}

.product_wrap{
  display: flex;
  width: 100%;
  padding: 0 22px;
  margin: 60px -11px 80px -11px;
  align-items: center;
}

.text_container{
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 0 11px;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.text_wrap{
  max-width: 200px;
}

.switch_container{
  padding: 0 11px;
  width: 75%;
  display: flex;
}

.product.switch{
  width: 100%;
  background-color: #E50011;
  border-radius: 15px;
}
.product.withbgimg{
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.switch_item{
  position: relative;
  display: flex;
  flex-direction: row;
  text-decoration: none;
  justify-content:space-between;
  margin-top: -40px;
}

.switch_item .product_text_wrap{
  text-align: right;
  margin-top: 80px;
  margin-right: 50px;
}
.switch_item h4,.switch_item p{color: #fff;}

.switch_item h4{
  font-family: Montserrat,serif;
  margin-bottom: 10px;
}
.product_text_wrap p{
  font-size: 18px;
  display: inline-block;
  margin: 0;
  font-family: Montserrat,serif;
  position: relative;
}

.product_text_wrap p:after {
    content: '';
    font-family: "nowe" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\64";
    position: absolute;
    right: -18px;
    top: 2px;
    font-size: 18px;
}

.switch_item img{
  position: relative;
  left: 5%;
  top: 30px;
  max-width: 50%;
}

.grey_bg {
  background: rgb(234, 238, 244);
  background: -moz-linear-gradient(180deg, rgba(234, 238, 244, 1) 0%, rgba(215, 217, 222, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(234, 238, 244, 1) 0%, rgba(215, 217, 222, 1) 100%);
  background: linear-gradient(180deg, rgba(234, 238, 244, 1) 0%, rgba(215, 217, 222, 1) 100%);
}

.darkbg{
  background-color: #000;
}

.darkbg h4,.darkbg p{color: #fff !important;}


/* for work */
.forwork_wrapper{
  width: 100%;
  padding: 0 22px;
  margin: 60px -11px 60px -11px;
  display: flex;
}

.forwork_wrapper .item{
  width: 25%;
  padding: 11px;
  text-align: center;
  display: block;
}

.forwork_wrapper .product{
  height: 100%;
  border-radius: 15px;
  position: relative;
  padding: 0 10px;
  display: block;
  text-decoration: none;
}

.newtag{
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 60px;
}

.forwork_wrapper .Galaxy_S22 .product,.forwork_wrapper .Airpad .product{
  padding-top: 60px;
  padding-bottom: 20px;
}

.forwork_wrapper .item img{max-width: 85%;}

.forwork_wrapper .split_v{
  height: calc(55% - 11px);
  margin:0 0 22px 0;
}

.forwork_wrapper .split_h{
  height: calc(45% - 11px);
  margin:0 0 0 0;
}


.forwork_wrapper .item.split_section .product_content{
  position: relative;
  border-radius: 15px;
  padding: 10px 10px 10px 10px;
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.forwork_wrapper .item.split_section .product_content .content{
  flex-direction: column;
  align-items: center;
  display: flex;
}

.forwork_wrapper .item.split_section .split_v img{margin-bottom: 10px;}

.forwork_wrapper .split_h .product_content{
  display: flex;
  flex-direction: row;
}

.forwork_wrapper .item.split_section .split_h .product_content{
  padding-left: 20px;
}

.forwork_wrapper .split_h .product_content img{
  align-self: center;
}

.forwork_wrapper .split_h .product_content .wording{
  margin-top: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.forwork_wrapper .split_section img{max-width: 50%;}


.forwork_wrapper h4,.forwork_wrapper p{margin:0;color: #000 ;font-family: Montserrat,serif;}

.forwork_wrapper p{display: inline;position: relative;}

.forwork_wrapper p.withcombo{
  position: relative;
  padding-right: 16px;
}
.forwork_wrapper p.withcombo i{position: relative;}
.forwork_wrapper p.withcombo i:after {
    content: '';
    font-family: "nowe" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\64";
    position: absolute;
    right: -16px;
    top: 1px;
    font-size: 16px;
}

/* row grid */
.row_grid{
  display: flex;
  width: 75%;
  flex-direction: column;
}
.forwork_wrapper .row_grid .item{
  flex-direction: row;
  width: 100%;
  display: flex;
}
.forwork_wrapper .split_h{height: auto;}

.forwork_wrapper .row_grid .item .lg{
  width: 50%;
  padding: 0 11px;
}
.forwork_wrapper .row_grid .item.split_section .product_content{
  justify-content: space-between;
}

.forwork_wrapper .row_grid .item .md{
  width: 33%;
  padding: 0 11px;
  justify-content: space-between;
}
.forwork_wrapper .row_grid .split_section img{
  max-width: 50%;
  max-height: 160px;
}

.row_grid .nowrap{
  position: relative;
  top: 1px;
}


/* end of row grid */

.forwork_wrapper .text_wrap{
  text-align: right;
}

.forwork_wrapper .text_wrapper{
  width: 25%;
  padding: 0 11px;
}
.forwork_wrapper .text_content{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.forwork_wrapper .text_content .wrap_center{
  display: flex;
  flex-direction: column;
  max-width: 200px;
  text-align: right;
}
.forwork_wrapper .text_content .wrap_center h4{color: #4D5154;}


/* for meeting */
.formeeting_wrapper{
  width: 100%;
  padding: 0 22px;
  margin: 60px -11px;
  display: flex;
}

.formeeting_wrapper .item{
  width: 25%;
  padding: 11px;
  text-align: center;
}

.formeeting_wrapper .product{
  height: 100%;
  border-radius: 15px;
  position: relative;
  padding: 20px 10px;
  display: block;
  text-decoration: none;
}

.formeeting_wrapper .item img{max-width: 85%;}

.formeeting_wrapper h4,.formeeting_wrapper p{margin:0;color: #000;font-family: Montserrat,serif;}


.formeeting_wrapper p.withcombo{
  position: relative;
  padding-right: 16px;
}
.formeeting_wrapper p.withcombo i{position: relative;}
.formeeting_wrapper p.withcombo i:after {
    content: '';
    font-family: "nowe" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\64";
    position: absolute;
    right: -16px;
    top: 1px;
    font-size: 16px;
}

.formeeting_wrapper .text_wrap{
  text-align: right;
}

.formeeting_wrapper .text_wrapper{
  width: 25%;
  padding: 0 11px;
}
.formeeting_wrapper .text_content{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.formeeting_wrapper .text_content .wrap_center{
  display: flex;
  flex-direction: column;
  max-width: 200px;
  text-align: left;
}

.formeeting_wrapper .text_content .wrap_center h4{color: #4D5154;}

@media screen and (max-width: 1400px) {
  .newtag{
    height: 50px;
  }

  .forwork_wrapper .Galaxy_S22 .product,.forwork_wrapper .Airpad .product{
    padding-top: 50px;
  }

}
@media screen and (max-width: 1199px) {
  .product_text_wrap p,.forwork_wrapper p,.formeeting_wrapper h4, .formeeting_wrapper p {font-size: 14px;}

  .product_text_wrap p:after {
      right: -14px;
      top: 1px;
      font-size: 16px;
  }

}

@media screen and (max-width: 960px) {
  .heading h1{
    font-size: 50px;
    margin: 20px 0 20px 0;
  }

  .heading h1{padding-left: 70px;}

  .heading h1 img{height: 60px;}


  /* switch */
  .product_wrap{margin:0 0 60px 0;padding: 0 11px;flex-direction: column;}
  .product_wrap .text_container{width: 100%;}
  .switch_container{width: 50%;}
  .switch_item{
    margin: 0;
    flex-direction: column;
    align-items: center;
    padding: 50px 10px 20px 10px;
  }
  .switch_item .product_text_wrap{margin: 0;text-align: center;}
  .switch_item h4{margin-bottom: 0;}
  .switch_item img{
    top: auto;
    left: auto;
    max-width: 85%;
    margin-bottom: 30px;
  }
  .text_wrap{max-width: 100%;text-align: center;}

  /* for work */
  .forwork_wrapper .text_wrapper{order: 1;}
  .forwork_wrapper .item{order: 2;}
  .forwork_wrapper .item{width: 50%;}
  .forwork_wrapper{flex-wrap: wrap;margin:0 0 60px 0; padding:0 11px;}
  .forwork_wrapper .text_wrapper{width: 100%;}
  .forwork_wrapper .text_content .wrap_center{text-align: center;}

  /* for meeting */
  .formeeting_wrapper{flex-wrap: wrap;margin:0;padding: 0 11px;}
  .formeeting_wrapper .text_wrapper{width: 100%;}
  .formeeting_wrapper .item{width: 50%;}
  .formeeting_wrapper .text_content .wrap_center{max-width: 100%;text-align: center;}

  /* row grid */
  .forwork_wrapper .text_content .wrap_center{max-width: 100%;}
  .row_grid{width: 100%;}
  .forwork_wrapper{flex-direction: column-reverse;}
  .forwork_wrapper .row_grid .item.split_section .product_content{
    flex-direction: column;
  }
  .forwork_wrapper .row_grid .split_section img{max-width: 85%;max-height: none;}
  .forwork_wrapper .row_grid .item .lg,.forwork_wrapper .row_grid .item .md{width: 50%}
}

@media screen and (max-width: 720px) {
  .heading h1{
    font-size: 40px;
    margin: 20px 0 20px 0;
  }
  .heading h1{padding-left: 58px;}
  .heading h1 img{
    height: 48px;
  }
}


@media screen and (max-width: 575px) {
  .hide_575{display: none;}
  /* siwtch */
  .product_wrap{flex-wrap: wrap;}
  .product_wrap .text_container,.switch_container{width: 100%;}
  .text_wrap{max-width: 100%;}
  .text_container{text-align: center;}
  .switch_item img{max-width: 50%;}

  /* for work */
  .forwork_wrapper .item,.forwork_wrapper .text_wrapper{width: 100%;}
  .forwork_wrapper .text_content .wrap_center{max-width: 100%;}
  .forwork_wrapper .text_content .wrap_center{text-align: center;}
  .forwork_wrapper .item img{max-width: 50%;}
  .forwork_wrapper .Galaxy_S22 .product,
  .forwork_wrapper .Airpad .product{
    padding: 30px 20px;
  }
  .forwork_wrapper .split_v,.forwork_wrapper .split_h{height: auto;}
  .forwork_wrapper .item.split_section .product_content{padding: 30px 20px;}
  .forwork_wrapper .split_h .product_content{flex-direction: column;}
  .forwork_wrapper .split_h .product_content .wording{margin: 0;}

  /* for meeting */
  .formeeting_wrapper .item,.formeeting_wrapper .text_wrapper{width: 100%;}
  .formeeting_wrapper .text_content .wrap_center{max-width: 100%;}
  .formeeting_wrapper .text_content .wrap_center{text-align: center;}
  .formeeting_wrapper .item img{max-width: 50%;}

  /* row grid */
  .forwork_wrapper .item{padding: 0;}
  .forwork_wrapper .row_grid .item{display: block;}
  .forwork_wrapper .row_grid .item .lg,.forwork_wrapper .row_grid .item .md{width: 100%;padding: 11px;}
  .forwork_wrapper .row_grid .split_section img{max-width: 50%;}
}
