  .hero-section {
    min-height: 550px;
    /* background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/wu-jianxiong-UniC8xhlzaE-unsplash.jpg'); */
    /* background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/wu-jianxiong-UniC8xhlzaE-unsplash.jpg'); */
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  
  .hero-section.about-hero {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('https://bahnid.nonegar3.ir/MainTmpAssets/images/p_image-1.jpg');
    /*background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url(''https://bahnid.nonegar3.ir/MainTmpAssets/images/p_image-1.jpg'');*/
    background-position: 0px 0px, 50% 60%;
    background-size: auto, cover;
  }
  
  .hero-section.contact-hero {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('https://bahnid.nonegar3.ir/MainTmpAssets/images/p_banner.jpg');
    /*background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('https://bahnid.nonegar3.ir/MainTmpAssets/images/p_banner.jpg');*/
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }  
    
  .p_container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .p_container.contact {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
  
  .p_btn {
    padding: 5px 25px;
    border-style: solid;
    border-width: 1px;
    border-color: #eb5757;
    border-radius: 5px;
    background-color: #eb5757;
    -webkit-transition: border-color 300ms ease, background-color 300ms ease;
    transition: border-color 300ms ease, background-color 300ms ease;
    font-weight: 700;
  }
  
  .p_btn:hover {
    border-color: #222;
    background-color: #222;
  }
  
  .p_btn.dark {
    border-color: #222;
    background-color: #222;
  }
  
  .p_btn.dark:hover {
    border-color: #eb5757;
    background-color: #eb5757;
  }
  
  .p_btn.dark.outline {
    border-color: #222;
    color: #222;
  }
  
  .p_btn.dark.outline:hover {
    border-color: #222;
    background-color: #222;
  }
  
  .p_btn.dark.outline.cat-menu {
    width: 100%;
  }
  
  .p_btn.dark.outline.cat-menu.w--current {
    background-color: #222;
    color: #f9f9f9;
  }
  
  .p_btn.light {
    border-color: #f9f9f9;
    background-color: #f9f9f9;
    color: #222;
  }
  
  .p_btn.light:hover {
    border-color: #eb5757;
    background-color: #eb5757;
    color: #f9f9f9;
  }
  
  .p_btn.light.outline {
    color: #f9f9f9;
  }
  
  .p_btn.light.outline:hover {
    border-color: #f9f9f9;
    background-color: #f9f9f9;
    color: #222;
  }
  
  .p_btn.light.hero {
    margin-right: 10px;
  }
  
  .p_btn.outline {
    background-color: transparent;
    color: #eb5757;
  }
  
  .p_btn.outline:hover {
    border-color: #eb5757;
    background-color: #eb5757;
    color: #f9f9f9;
  }
  
  .p_btn.outline:focus {
    border-style: solid;
    border-width: 1px;
    border-color: #eb5757;
    box-shadow: 0 0 2px 0 #eb5757;
  }
  .hero-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 550px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-heading {
    width: 35%;
    color: #f9f9f9;
    font-size: 62px;
    line-height: 1.2;
  }
  
  .hero-heading.anout-hero-heading {
    width: 40%;
  }

  @media screen and (max-width: 479px) {
    .hero-wrapper {
        /* padding-bottom: 45px; */
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content:center;
        min-height: 400px;
      }

  }
  .hero-paragraph {
    width: 35%;
    margin-bottom: 25px;
    color: #f9f9f9;
    font-size: 18px;
  }
  
  .products-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .content-section.why-acme-sections {
    padding-bottom: 0px;
  }
  
  .content-section.featured-section {
    padding-bottom: 0px;
  }

  .about-columns-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .about-column {
    width: 22%;
  }
  .about-column h3{
    font-weight: 600;
  }
  .p_image {
    display: block;
    padding-bottom: .5rem;
  }
  
  .meet-the-owners-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  .meet-the-owners-right {
    width: 70%;
    padding: 90px 55px 90px 245px;
    border-radius: 5px;
    background-color: #00bbea;
    color: #f9f9f9;
  }
  
  .meet-the-owners-left {
    position: absolute;
    left: 0%;
    top: 5%;
    right: auto;
    bottom: 0%;
    width: 45%;
    height: 90%;
    border-radius: 5px;
    background-image: url('https://bahnid.nonegar3.ir/MainTmpAssets/images/p_image-2.jpg');
    /* background-position: 50% 100%; */
    background-size: cover;
  }
  
  .owners-rich-text h2 {
    margin-top: 0px;
    font-weight: 600;
  }
  
  .owner-bios-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  
  .owner-avatar-wrapper {
    overflow: hidden;
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }
  .owner-avatar-wrapper img{
    width: 100%;
    object-fit: contain;
  }
  .owner-bio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .owner-bio-paragraph {
    text-align: center;
  }
  .owner-bio h3{
    font-weight: 600;
    margin: .7rem 0;
  }
  .contact-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .contact-left {
    width: 30%;
  }
  
  .contact-right {
    width: 70%;
    padding-left: 20px;
  }
  
  .contact-hero-section {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #222;
    color: #f9f9f9;
  }
  
  .contact-hero-bg-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  .contact-image-div {
    width: 45%;
    height: 550px;
    background-image: -webkit-gradient(linear, left top, right top, from(#222), color-stop(76%, rgba(34, 34, 34, 0.18))), url('../images/vinicius-amano-4mK2KVuYrDs-unsplash-1-1.jpg');
    background-image: linear-gradient(90deg, #222, rgba(34, 34, 34, 0.18) 76%), url('../images/vinicius-amano-4mK2KVuYrDs-unsplash-1-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  
  .contact-block-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .contact-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    min-height: 350px;
    margin-top: 25px;
    margin-right: 20px;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #222;
    text-align: center;
  }
  
  .contact-icon {
    margin-bottom: 30px;
  }
  
  .heading {
    margin-top: 55px;
  }

  .image-source-wrapper {
    overflow: hidden;
    height: 300px;
  }
  
  .limg {
    min-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  @media screen and (max-width: 991px) {
    .p_container {
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .p_container.contact {
      position: static;
      padding-bottom: 35px;
    }

  }
  
  @media screen and (max-width: 767px) {
    .p_container.shop-local-container {
      padding-right: 0px;
      padding-left: 0px;
    }

    .about-columns-wrapper {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  
    .about-column {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin-bottom: 45px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
    }
  
    .meet-the-owners-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .meet-the-owners-right {
      width: 100%;
      padding-right: 45px;
      padding-left: 45px;
      border-radius: 0px;
    }
  
    .meet-the-owners-left {
      position: static;
      width: 100%;
      height: 400px;
      border-radius: 0px;
    }
  
    .owner-bios-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  
    .owner-bio {
      width: 100%;
      margin-bottom: 45px;
    }
      .products-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  }
  
  @media screen and (max-width: 479px) {
  
    .btn.light.hero.safe {
      margin-right: 0px;
    }

  
    .hero-section.contact-hero {
      background-position: 0px 0px, 80% 50%;
    }
  

    .hero-section{
        min-height: unset;
    }
    .hero-heading {
      font-size: 30px;
    }
  
    .hero-paragraph {
      width: 70%;
      font-size: 13px;
    }
    .why-acme-block {
      width: 100%;
    }
  
    .about-column {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
    }
      .products-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  }