.products_container {
  max-width: 83.33vw;
  width: 100%;
  margin: 0 auto;
  margin-top: 6.25vw; }

@media (max-width: 768px) {
  .products_container {
    max-width: 92.92vw;
    margin-top: 7.34vw;
    margin-bottom: 15vw; } }

.products_container .products_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.products_container .products_wrap .item {
  width: 25%;
  margin-bottom: 8.4vw; }

@media (max-width: 768px) {
  .products_container .products_wrap .item {
    margin-bottom: 8.7vw;
    width: calc(100% /3); } }

.products_container .products_wrap .item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }

.products_container .products_wrap .item > div a {
  display: inline-block;
  width: 100%;
  height: 100%; }

.products_container .products_wrap .item > div .bubble {
  position: absolute;
  top: 0;
  left: 3vw; }

@media (max-width: 768px) {
  .products_container .products_wrap .item > div .bubble {
    left: -3.1vw;
    top: -2vw; } }

.products_container .products_wrap .item > div .bubble .text {
  position: absolute;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  color: white;
  font-size: 1.5vw;
  line-height: 1;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 768px) {
  .products_container .products_wrap .item > div .bubble .text {
    font-size: 4.5vw; } }

.products_container .products_wrap .item > div .item_img {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 22vw; }

.products_container .products_wrap .item > div .item_img img {
  height: 100%;
  width: auto;
  max-height: 25.78vw;
  -o-object-fit: cover;
     object-fit: cover; }

@media (max-width: 768px) {
  .products_container .products_wrap .item > div .item_img img {
    max-height: inherit;
    width: 100%; } }

@media (max-width: 768px) {
  .products_container .products_wrap .item > div .item_img {
    max-width: 85%;
    max-height: inherit; } }

.products_container .products_wrap .item > div .item_name {
  font-size: 1.56vw;
  line-height: 1;
  margin-top: 1.56vw;
  text-align: center;
  color: #00693e; }

@media (max-width: 768px) {
  .products_container .products_wrap .item > div .item_name {
    font-size: 5.6vw;
    margin-top: 3.33vw;
    font-weight: 600; } }

.products_container .products_wrap .item > div .item_description {
  text-align: center;
  font-size: 1.2vw;
  line-height: 1.4;
  max-width: 75%;
  margin: 0 auto;
  margin-top: 0.5vw;
  color: #00693e; }

@media (max-width: 768px) {
  .products_container .products_wrap .item > div .item_description {
    margin-top: 1.3vw;
    font-size: 5vw;
    max-width: 100%;
    line-height: 1.2; } }
