.bz-formula__wrapper {
  padding: 100px 0;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.bz-formula__text::before {
  content: "";
  height: 1.5px;
  width: 60px;
  background-color: #d5a167;
  position: absolute;
  left: 20px;
  margin-top: 10px;
}

.bz-formula__text {
  padding-left: 90px;
}

.bz-formula__element {
  font-weight: 700;
  font-size: 15px;
}

.bz-formula-elements-wrapper {
  margin-top: 40px;
}

.bz-formula__leftimg {
  object-fit: cover;
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .bz-formula__text::before {
    display: none;
  }

  .bz-formula__text {
    padding-left: 0;
  }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .bz-formula__wrapper {
    background: none !important;
    padding-top: 0;
  }

  .bz-formula__leftimg {
    height: 40vh;
    width: 100%;
  }
}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .bz-formula__element {
    font-size: 14px;
  }
}
