 
:root {
--title_color:#161616;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.overview_box {
 color: rgb(61, 61, 61);
 font-size: 20px;
 font-weight: 300;
 line-height: 2rem;
 padding: 50px 0px;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 1220px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.overview_box h2 {
 color: var(--title_color);
 font-size: 3rem;
 line-height: 62px;
 font-weight: 700;
 margin: 34px 0px;
 }
.overview_box p, .overview_box li {
 margin: 24px 0px;
 }
.overview_box .content > :last-child {
 margin-bottom: 0px;
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title_color);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){

.overview_box {
 font-size: 0.9rem;
 line-height: 1.5rem;
 padding: 2rem 0px !important;
 }
.content {
 padding: 0px 1.2rem;
 }
.overview_box h2 {
 font-size: 22px;
 line-height: 1.5;
 margin: 1.5rem 0px 1rem;
 }
.overview_box p {
 margin: 1rem 0px;
 }
}
 
:root {
--title_color:#161616;
--theme_color:#119c60;
}
.product_feature {
 padding: 70px 0px;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 1.25rem;
 }
.product_feature .head {
 flex: 1 1 0%;
 color: rgb(61, 61, 61);
 font-size: 20px;
 font-weight: 300;
 line-height: 2rem;
 }
.head h2 {
 font-size: 3rem;
 line-height: 62px;
 font-weight: 700;
 }
.product_feature .head h2 {
 margin-bottom: 36px;
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
ul {
 list-style: none;
 }
.product_feature .head ul {
 overflow: hidden;
 }
.product_feature .head ul li {
 margin: 24px 0px;
 color: var(--title_color);
 font-size: 28px;
 font-weight: 500;
 display: grid;
 align-items: start;
 grid-template-columns: auto 1fr;
 gap: 18px;
 }
.product_feature .head ul li::before {
 content: "";
 display: block;
 width: 7px;
 height: 7px;
 border-radius: 50%;
 background-color: var(--theme_color);
 transform: translateY(11px);
 }
.product_feature .right {
 width: 45.4918%;
 overflow: hidden;
 }
 .product_feature .img{
  border-radius: 10px;
  overflow: hidden;
 }
.product_feature .img img {
 display: block;
 width: 100%;
 height: auto;
 object-fit: cover;
 transition: all 0.5s ease 0s;
 }
.product_feature .img img:hover {
 transform: scale(1.02);
 }
 
@media screen and (max-width: 786px){

.product_feature {
 padding: 3rem 0px;
 }
.product_feature .flex {
 display: block;
 }
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }
.product_feature .head h2 {
 margin-bottom: 8px;
 }
.product_feature .head ul li {
 margin: 10px 0px;
 font-size: 1rem;
 line-height: 1.5;
 gap: 10px;
 }
.product_feature .head ul li::before {
 transform: translateY(8px);
 }
.product_feature .img {
 width: 100%;
 margin-top: 22px;
 }
}