 
 
.flex {
  display: flex;
} 
.between {
  justify-content: space-between;
} 
.flex_middle {
  align-items: center;
} 
.content {
  max-width: 1328px;
  margin: 0 auto;
  position: relative
} 
.product_module_right {
  padding: 4rem 0;
}
.product_module_right .left {
  flex: 1;
  max-width: 592px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.product_module_right .left .text_content{
  width: 90%; 
  margin-left: auto;
}
.product_module_right .left .text_content>span{
  opacity: .8;
}
.product_module_right .left strong {
  font-size: 25px; 
}
.product_module_right .left strong {
  display: block;
  margin-top: 1rem;
  font-size: 26px;
}
.product_module_right .left .button {
  font-size: 14px;
  margin-top: 40px;
}
.product_module_right .left p {
  font-size: 17px;
  margin-top: 1rem;
  line-height: 1.5;
}
.product_module_right .img {
  width: 46.984127%;
}
.product_module_right .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  } 
  .obly_mobile {
    display: block;
  }
  .head .subtitle {
    font-size: 14px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .head .nav ul {
    margin-top: 20px;
    gap: 1rem;
  }
  .head .nav ul li {
    font-size: 14px;
    padding-bottom: 0.5rem;
  }
  .h2-line h2 {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .button {
    font-size: 14px;
    padding: 12px 22px 14px;
    border-radius: 4px;
  }
  .border_btn {
    font-size: 14px;
    padding: 11px 22px 13px;
  }
  .scroll-text {
    display: none;
  }
  .product_module_right {
    padding: 2rem 0;
  }
  .product_module_right .flex {
    flex-direction: column-reverse;
  }
  .product_module_right .img {
    width: 100%;
    order: 2;
  }
  .product_module_right .left h1 {
    font-size: 30px;
  }
  .product_module_right .left p {
    font-size: 14px;
    line-height: 1.7;
  }
  .product_module_right .left strong{
    font-size: 19px;
  }
  .product_module_right .left .text_content >span{
    margin-top: 1rem;
    font-size: 14px;
    display: block;
  }
  .product_module_right .left .text_content{
    width: 100%;
  }
}

 

@media screen and (min-width: 786px)  and (max-width: 1000px) {
 
  .product_module_right .flex {
    flex-direction: column-reverse;
  } 
  .product_module_right .img {
    width: 100%;
  }
  .product_module_right .left p {
    font-size: 1rem;
  }
} 
.product_module {
  padding: 4rem 0;
}
.product_module .left {
  flex: 1;
  max-width: 592px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.product_module .left .text_content{
  width: 90%; 
}
.product_module .left .text_content>span{
  opacity: .8;
}
.product_module .left strong {
  font-size: 25px; 
}
.product_module .left strong {
  display: block;
  margin-top: 1rem;
  font-size: 26px;
}
.product_module .left .button {
  font-size: 14px;
  margin-top: 40px;
}
.product_module .left p {
  font-size: 17px;
  margin-top: 1rem;
  line-height: 1.5;
}
.product_module .img {
  width: 46.984127%;
}
.product_module .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .product_module {
    padding: 2rem 0;
  }
  .product_module .flex {
    flex-direction: column-reverse;
  }
  .product_module .img {
    width: 100%;
  }
  .product_module .left h1 {
    font-size: 30px;
  }
  .product_module .left p {
    font-size: 14px;
    line-height: 1.7;
  }
  .product_module .left strong{
    font-size: 19px;
  }
  .product_module .left .text_content >span{
    margin-top: 1rem;
    font-size: 14px;
    display: block;
  }
  .product_module .left .text_content{
    width: 100%;
  }
}

 
 
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  
  .product_module .flex {
    flex-direction: column-reverse;
  }
  .product_module .left p {
    font-size: 1rem;
  }
}

 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 

@media screen and (min-width: 786px)  and (max-width: 1000px) {
 
  .product_module_right .flex {
    flex-direction: column-reverse;
  }
}