 
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.product_feature {
  padding-bottom: 55px;
}

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: 1400px) {
  .content {
    padding: 0px 1.2rem;
  }
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}

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

ul {
  list-style: none;
}

.product_feature ul {
  padding-top: 60px;
}

.product_feature ul li {
  margin-bottom: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product_feature ul li .info {
  width: 51.066%;
}

.product_feature ul li .info h2 {
  color: var(--title_color);
  font-size: 44px;
  font-weight: 600;
  line-height: 69px;
}

.product_feature ul li .info p {
  color: rgb(117, 117, 117);
  font-size: 19px;
  line-height: 30px;
  margin-top: 20px;
}

.product_feature ul li .img {
  width: 46.23%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
}

.product_feature ul li .img img {
  width: 100%;
  height: auto;
  max-height: 438px;
  object-fit: cover;
  display: block;
}

.product_feature ul li:nth-child(2n) {
  flex-wrap: wrap;
}

.product_feature ul li:nth-child(2n) .info {
  order: 2;
  width: 46.23%;
}

div.sytech_tools_bar {
  position: absolute;
  right: 0%;
  top: 0px;
  padding: 0.8rem;
  transition: all 0.3s ease 0s;
  z-index: 2147483647;
}

body>section:hover div.sytech_tools_bar {
  right: 0%;
}

@media screen and (max-width: 786px) {
  div.sytech_tools_bar {
    right: 0%;
  }

  .product_feature {
    padding: 0;
  }
  .product_feature  ul li {
    padding-top: 50px;
    flex-wrap: wrap;
    padding-top: 0;
    margin-bottom: 50px;
  }
  .product_feature  ul li .img {
    width: 100%;
    border-radius: 10px;
  }
  .product_feature  ul li .info {
    order: 2;
    width: 100%;
    padding-top: 20px;
  }
  .product_feature  ul li .info h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  .product_feature  ul li .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0;
    padding-top: 0.5rem;
  }
  .product_feature  ul li:nth-child(even) .info {
    width: 100%;
  }

}

button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
}

input[type="submit"],
button {
  cursor: pointer;
}

div.sytech_tools_bar button {
  outline: none;
  border: none;
  font-family: unset;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  background-color: rgb(51, 189, 233);
  color: rgb(255, 255, 255);
}