/** Shopify CDN: Minification failed

Line 42:8 Expected identifier but found whitespace
Line 42:10 Unexpected "{"
Line 42:19 Expected ":"

**/
.custom_container{
    max-width: 1220px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
.bp-heading p{
  line-height: 38px;
  font-size: 36px;
  padding-bottom: 12px;
}

.bp-grid{
  width: 100%;
  /* max-width: 700px; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bp-content {
  color: #222;
}
.bp-review {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 17px;
}
.bp-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0px !important;
}
.bp-heading span {
  color: {{ section.settings.accent_color }};
}
.bp-subtext {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.bp-features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 500px;
}
.bp-feature{
  flex: 0 0 45%;
}
.bp-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #007A89;
  border-radius: 50px;
  padding: 6px;
  font-size: 14px;
  background: transparent;
}
.bp-feature .icon {
  display: flex;
  width: 100%;
  max-width: 40px;
  align-items: center;
}
.bp-feature p {
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}
.bp-feature .icon img{
  height: 40px;
  width: 40px;
  object-fit: contain;
}
.bp-guarantee {
  font-size: 0.9rem;
  margin-top: 15px;
}
.bp-guarantee svg{
  margin-right: 5px;
}
.bp-image {
  position: relative;
  text-align: center;
}
.bp-image-bg {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 0;
}
.bp-image img {
  position: relative;
  z-index: 1;
  width: 80%;
  max-width: 400px;
}
.blood-pressure-section .banner_button {
  background: #0095a2;
  color: #fff;
  font-size: 20px;
  padding: 10px 60px;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 1px 3px 1px #006d76;
  margin-bottom: 4px;
  display: flex;
  width: fit-content;
  gap: 3px;
  align-items: center;
}
.bp-feature p{
  color: #0095a2;
}
.bp-content{
  flex: 0 0 58%;
}
.right_image{
  flex: 0 0 42%;
}
.bp-heading::after{
  content:'';
  width: 180px;
  height: 3px;
  background: #0095a2;
  position: absolute;

}

.button_arrow svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.button_arrow{
  display: flex;
}
.banner_button:hover svg {
  fill: var(--deep-green-one); 
}

@media (max-width: 991px) {
  .bp-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .bp-features, .bp-subtext {
    justify-content: center;
    margin: auto;
    margin-bottom: 30px;
  }
  .bp-image-bg {
    width: 70%;
    height: 70%;
  }
  .bp-image img {
    width: 70%;
  }
  .bp-content,.right_image{
    flex: 0 0 100%;
  }
  .bp-content{
    order: 2;
    padding-top: 20px;
  }
  .right_image{
    order:1;
  }
  .bp-heading::after {
    left: 0;
    right: 0;
    margin: auto;
  }
  .bp-heading p br{
    display: none;
  }
  .bp-feature .icon {
    width: 100%;
  }
  .blood-pressure-section .banner_button {
    margin: 0 auto;
  }
}
@media (max-width: 320px) {
  .bp-review {
      font-size: 12px;
      margin-bottom: 4px;
  }
  .bp-subtext {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 24px;
  }
  .bp-features{
    gap: 10px;
  }
  .bp-feature p {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
  }
  .bp-feature .icon {
    width: 100%;
    max-width: 40px;
  }
  .bp-feature {
      flex: 0 0 70%;
      height: 64px;
  }
  
}
@media (max-width: 375px) {
    .bp-feature {
        flex: 0 0 90%;
        height: 64px;
    }
}