.product_hero {
  position: relative;
  height: 312px;
}
.product_hero img {
  width: 100%;
  height: 312px;
  object-fit: cover;
}
.product_overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: #000;
  height: 50vh;
  width: 100%;
  opacity: 0.4;
}
.product_hero h2 {
  position: absolute;
  top: 44%;
  left: 27%;
  transform: translate(-59%, -78%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 65px;
}
.product_border {
  position: absolute;
  top: 40%;
  left: 10%;
  transform: translate(-60%, -90%);
  background-color: #fff;
  width: 120px;
  height: 3px;
  border-radius: 8px;
}
.product_bg {
  background-image: url(../Assets/white_painted_textured.jpg);
  background-repeat: repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}
.product {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem calc((100vw - 1200px) / 2);
  overflow-x: hidden;
}
.product_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_card img {
  height: 500px;
  width: 500px;
  margin-right: 10px;
}
.product_card h2 {
  font-size: 37px;
  font-weight: 400;
}
.product_card p {
  font-size: 20px;
  font-weight: 400;
}
.product_card i {
  font-size: 6px;
}
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
.features div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.benefits_head {
  margin-top: 1.5rem;
  margin-bottom: 10px;
}
.features div:nth-child(1) {
  -webkit-box-shadow: 6px 6px 0px 0px rgba(212, 0, 99, 1);
  -moz-box-shadow: 6px 6px 0px 0px rgba(212, 0, 99, 1);
  box-shadow: 6px 6px 0px 0px rgba(212, 0, 99, 1);
  border: 1px solid #d40063;
}
.features div:nth-child(2) {
  -webkit-box-shadow: 6px 6px 0px 0px rgba(212, 190, 0, 1);
  -moz-box-shadow: 6px 6px 0px 0px rgba(212, 190, 0, 1);
  box-shadow: 6px 6px 0px 0px rgba(212, 190, 0, 1);
  border: 1px solid #d4be00;
}
.features div:nth-child(3) {
  -webkit-box-shadow: 6px 6px 0px 0px rgba(0, 139, 211, 1);
  -moz-box-shadow: 6px 6px 0px 0px rgba(0, 139, 211, 1);
  box-shadow: 6px 6px 0px 0px rgba(0, 139, 211, 1);
  border: 1px solid #008bd3;
}
.features div:nth-child(3) {
  -webkit-box-shadow: 6px 6px 0px 0px rgba(0, 139, 211, 1);
  -moz-box-shadow: 6px 6px 0px 0px rgba(0, 139, 211, 1);
  box-shadow: 6px 6px 0px 0px rgba(0, 139, 211, 1);
  border: 1px solid #008bd3;
}
.features div:nth-child(4) {
  -webkit-box-shadow: 6px 6px 0px 0px rgba(34, 140, 34, 1);
  -moz-box-shadow: 6px 6px 0px 0px rgba(34, 140, 34, 1);
  box-shadow: 6px 6px 0px 0px rgba(34, 140, 34, 1);
  border: 1px solid rgba(34, 140, 34, 1);
}
.features div img {
  width: 50px;
  height: 50px;
  margin-right: 8px;
}
.touch {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 5rem calc((100vw - 1200px) / 2); */
}
.touch_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.touch_card {
  width: 49.4vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffff;
  padding: 15px;
}
.touch_card h3 {
  font-size: 28px;
}
    .touch_card a {
        font-size: 28px;
        color:white;
    }
    .touch_card a:hover {
        color: blue;
    }
.touch_card i {
  font-size: 45px;
}
.touch_card p {
  font-size: 20px;
  font-weight: 400;
}
.touch_btn {
  background-color: #fff;
  padding: 7px 15px;
  color: #7b3bc4;
  font-size: 20px;
  font-weight: 400;
  margin-top: 15px;
  border-radius: 9px;
  cursor: pointer;
}
    .touch_btn a {
        text-decoration: none;
        color: blue;
        font-size:20px;
    }
.touch_btn i {
  font-size: 20px;
}
.touch_card:nth-child(1) {
  background-color: #a0db43;
}
.touch_card:nth-child(2) {
  background-color: #144178;
}
@media only screen and (max-width: 991px) {
  .product_hero {
    width: 100%;
    height: 30vh;
  }
  .product_overlay {
    height: 30vh;
  }
  .product_border {
    top: 24%;
    left: 18%;
    width: 80px;
  }
  .product_hero h2 {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-59%, -78%);
    font-size: 35px;
  }
  .product_container {
    flex-direction: column;
  }
  .product_card {
    padding-left: 15px;
  }
  .product_card h2 {
    font-size: 25px;
    font-weight: 400;
  }
  .product_card p {
    font-size: 17px;
    font-weight: 400;
  }
  .features {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    padding: 0px 50px;
  }
  .product_card ul {
    margin-left: 25px;
    width: 85%;
  }
  .product_card img {
    height: 250px;
    width: 250px;
    margin-right: 10px;
  }
  .touch_container {
    display: grid;
    grid-template-columns: 1fr;
  }
  .touch_card {
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ffff;
    padding: 15px;
  }
  .touch_card h3 {
    font-size: 22px;
  }
  .touch_card p {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
  }
}
