.content_wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  margin-top: 50px;
  margin-bottom: 150px;
}

.image_wrap{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 450px;
  justify-content: space-evenly;
}

.image_wrap .content_box{
  width: 200px;
}

.product_main_font{
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  height: auto; 
}

.product_img{
  box-sizing: border-box;
  padding-top: 50px;
  padding-right: 30px;
}

.product_sub_font{
  color: #000;
  font-size: 15px;
}

.product_sub_font p{
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product_sub_font span{
  display: block;
}

.product_sub_font ul{
  list-style: inside;
  align-items: center;
}

.product_btn_wrap{
  display: flex;
 justify-content: space-evenly;
 gap: 30px;
}


.product_btn_nova{
  width: 180px;
  height:45px;
  border: none;
  background-color: #838383;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
}

.product_btn_nova span{
  margin-left: 10px;
}

.product_btn_nova:hover{
  background-color: #4d4d4d;
  font-weight: bold;
}

.scalar_content{
  display: flex;
  margin-top: 5px;
  gap: 20px;
}

@media (max-width: 990px){
  .image_wrap{
    margin: 0 auto;
  }

  .content_wrap{
    gap:100px;
  }
}

@media (max-width: 450px){
  .image_wrap{
    justify-content: center;
    gap: 20px;
  }

  .product_btn_nova{
    font-size: 14px;
    margin: 0 auto;
  }

  .product_main_font{
    text-align: center;
    margin-bottom: 10px;
  }

  .product_btn_nova{
    width: 140px;
    height:35px;
    font-size: 13px;
  }

  .ptoduct_img img{
    height: 120px !important;
  }
  
}
