.bemet-frieza-products-block {
  background-color: var(--bg-color);
  padding: 80px 0 80px;
  background-image:url('https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/405947/3767/9a94c5dc0d4e265ac983437f570b3b76/%E5%B8%B8%E4%B8%BA%E4%BC%A0%E5%8A%A8.png')
 
}
@media (max-width: 767px) {
  .bemet-frieza-products-block {
    padding: 72px 0 0px;
  }
}
.bemet-frieza-products-block .row .features-item {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 13.92px 2.08px rgba(187, 177, 177, 0.29);
  border-radius: 8px;
  padding: 30px 54px 30px 45px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;

}

.bemet-frieza-products-block .main-content h2{
  color:#fff;
}
@media (max-width: 1199px) {
  .bemet-frieza-products-block .row .features-item {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .bemet-frieza-products-block .row .features-item {
    padding: 30px 45px 30px 45px;
  }
}
@media (max-width: 767px) {
  .bemet-frieza-products-block .row .features-item {
    padding: 25px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bemet-frieza-products-block .row .features-item {
    flex-wrap: unset;
    flex-direction: unset;
  }
}
.bemet-frieza-products-block .row .features-item:hover .features-overlay-shape {
  transform: scale(1);
}
.bemet-frieza-products-block .row .features-item .features-content {
  width: 45%;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .bemet-frieza-products-block .row .features-item .features-content {
    width: 100%;
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bemet-frieza-products-block .row .features-item .features-content {
    width: 45%;
    flex: 0 0 auto;
  }
}
.bemet-frieza-products-block .row .features-item .features-content > span {
  display: block;
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
.bemet-frieza-products-block .row .features-item .features-content .title {
  margin-bottom: 15px;
  font-size: 20px;
  text-transform: uppercase;
  color: #373b40;
}
@media (max-width: 1199px) {
  .bemet-frieza-products-block .row .features-item .features-content .title {
    font-size: 20px;
  }
}
.bemet-frieza-products-block .row .features-item .features-content .title a,
.bemet-frieza-products-block .row .features-item .features-content .title button {
  outline: medium none;
  text-decoration: none;
}
.bemet-frieza-products-block .row .features-item .features-content p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #818080;
  text-transform: uppercase;
}
.bemet-frieza-products-block .row .features-item .features-img {
  flex-grow: 1;
  text-align: right;
  position: relative;
}
@media (max-width: 767px) {
  .bemet-frieza-products-block .row .features-item .features-img {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bemet-frieza-products-block .row .features-item .features-img {
    text-align: right;
    margin-bottom: 0;
  }
}
.bemet-frieza-products-block .row .features-item .features-img .img-box {
  position: relative;
  left: 26px;
  top: 0;
  width: 100%;
  height: 100%;
  height: 212px;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .bemet-frieza-products-block .row .features-item .features-img .img-box {
    left: 22px;
  }
}
@media (max-width: 1199px) {
  .bemet-frieza-products-block .row .features-item .features-img .img-box {
    left: 8px;
  }
}
@media (max-width: 991px) {
  .bemet-frieza-products-block .row .features-item .features-img .img-box {
    left: 60px;
  }
}

@media (max-width: 767px) {
  .bemet-frieza-products-block .row .features-item .features-img .img-box {
    left: 0;
  }
}
.bemet-frieza-products-block .row .features-item .features-img .img-box img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.3s ease-out 0s;
}
.bemet-frieza-products-block .row .features-item .features-shape {
  position: absolute;
  right: 30px;
  top: 36px;
}
@media (max-width: 1199px) {
  .bemet-frieza-products-block .row .features-item .features-shape {
    width: 60px;
  }
}
@media (max-width: 992px) {
  .bemet-frieza-products-block .row .features-item .features-shape {
    top: 28px;
  }
}
@media (max-width: 767px) {
  .bemet-frieza-products-block .row .features-item .features-shape {
    right: 18px;
  }
}
.bemet-frieza-products-block .row .features-item .features-shape img,
.bemet-frieza-products-block .row .features-item .features-shape .img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.bemet-frieza-products-block .row .features-item .features-overlay-shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 450px;
  height: 100%;
  transform: scale(0);
  transition: 0.4s linear;
  z-index: -2;
}
.bemet-frieza-products-block .row .features-item .features-overlay-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
