@media screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 40px !important;
  }
  .pb-80 {
    padding-bottom: 40px !important;
  }
  .pb-60 {
    padding-bottom: 30px !important;
  }
  .pt-100 {
    padding-top: 40px !important;
  }
  .pb-100 {
    padding-bottom: 50px !important;
  }
  .site-logo {
    position: static;
  }
  .site-logo img {
    width: 70px;
    height: auto;
  }
  .wrapper {
    width: 100% !important;
  }
  .hamburger-menu h3 {
    font-size: 30px;
  }
  .video-slider {
    padding: 60px 0;
    height: auto;
  }
  .hero-section {
    height: auto !important;
    padding: 50px 0;
  }
  .hero-section h1 {
    font-size: 22px;
    line-height: 28px;
  }
  .hero-section .h-100 {
    height: auto !important;
  }
  .hero-section .bg-leaf-image {
    opacity: 0.5;
    pointer-events: none;
  }
  .hero-content {
    padding: 0 10px;
  }
  .hero-content p {
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0 30px 0;
  }
  .hero-content h1 {
    font-size: 30px;
    font-weight: 700;
  }
  .discover-section {
    padding: 60px 0;
  }
  .discover-section .card-custom {
    margin: 0 auto;
  }
  .contact-wrapper .contact-section p {
    font-size: 16px;
  }
  .contact-wrapper .contact-section .contact-left {
    background-color: #c65904;
    color: #fff;
    padding: 60px 20px !important;
    flex: 1;
    min-width: 100%;
    position: relative;
  }
  .contact-wrapper .contact-section .contact-left .leaf-bg {
    position: absolute;
    bottom: 0 !important;
    left: 0 !important;
    opacity: 0.2;
    max-width: 75% !important;
  }
  .contact-wrapper .contact-section .contact-right {
    padding: 40px 20px 30px !important;
  }
  .finlays-bg {
    padding: 40px 0 10px;
  }
  .footer .copyright p {
    text-align: center;
    margin-bottom: 0;
  }
  .footer .copyright .branding {
    text-align: center !important;
  }
  .footer .footer-links a {
    font-size: 17px;
  }
  .footer .footer-links ul {
    justify-content: center;
  }
  .product-detail-section .right-img-column {
    background-color: transparent;
    padding: 0;
    margin-top: 0px !important;
    width: 100%;
  }
  .product-detail-section .right-img-column .image-grid img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: auto !important;
    height: auto !important;
  }
  .extract-product-section {
    padding: 80px 0 70px !important;
  }
  .extract-product-section.tea-bg {
    padding: 50px 0 70px !important;
  }
  .extract-product-section.extract {
    padding: 60px 0 70px !important;
  }
  .extract-product-section .extract-card-wrapper {
    margin-top: 0;
  }
  .extract-product-section .extract-card-wrapper .extract-card {
    margin: 90px 16px 8px 16px !important;
  }
  .extract-product-section .extract-card-wrapper .extract-card.h-100 {
    height: auto !important;
  }
  .extract-product-section .extract-card-wrapper .extract-card:first-child {
    margin: 80px 16px 8px 16px;
    padding-top: 90px;
  }
  .extract-products-images .circle-img {
    margin-top: 0;
  }
  .partnering-section {
    padding-bottom: 50px;
  }
  .offcanvas {
    height: 100vh;
  }
  .sustainability-strategy {
    padding: 60px 0;
  }
  .finlays-card {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sustainability-strategy h5 {
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .sustainability-strategy p {
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 400;
  }
  .sustainability-strategy .green-bg::before {
    background-position: -26px 175px;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .sustainability-strategy .yellow-bg::before {
    background-position: -26px 175px;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .sustainability-strategy .pink-bg::before {
    background-position: -26px 175px;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .sustainability-strategy a {
    font-weight: 600;
    font-size: 18px;
  }
  .purpose-values {
    padding: 40px 0;
    border-bottom: 1px solid #d3742a;
  }
  .purpose-values .value-box img {
    width: 100%;
    height: auto;
  }
  .purpose-values .content-area {
    padding: 0;
  }
  .sustainability-section h5 {
    font-size: 22px;
    line-height: 30px;
  }
  .sustainability-section p {
    font-size: 18px !important;
  }
  .extract-product-section .extract-card-wrapper .extract-card.products {
    margin: 90px 16px 8px 16px !important;
    padding: 95px 20px 30px 20px !important;
  }
  .tea-section {
    padding: 80px 0;
    background: #f4f6f7;
  }
  .tea-section .tea-card {
    border-right: 0px solid #c65904;
    border-bottom: 4px solid #c65904;
    background: #fff;
    padding: 50px 30px;
    border-radius: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-left: 0;
    padding: 40px 20px;
  }
  .tea-section .tea-content {
    padding-top: 260px;
    text-align: center;
  }
  .tea-section .tea-img {
    max-width: 250px;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .discover-section .card-custom {
    width: auto;
  }
  .discover-section .card-custom img {
    width: 100%;
  }
  .about-section {
    padding: 50px 0 40px 0;
  }
  .about-section img.h-100 {
    height: auto !important;
  }
  .fixed-breadcrumb {
    display: none;
  }
  .circle-video {
    width: 340px;
    height: 340px;
  }
  .product-detail-section .section-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .coffee-product-section {
    padding: 50px 0;
  }
  .custom-breadcrumb li a {
    font-size: 14px;
  }
  .coffee-product-section .section-subtitle {
    margin-bottom: 0;
  }
  .adv-text-service {
    width: 100%;
    padding: 35px 0px;
    background-color: #f6f6f6;
  }
  .adv-text-service_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .adv-text-service-title {
    font-weight: 500;
    font-size: 17px;
  }
  .mask-banner {
    min-height: 120px;
  }
  .mask-banner .mask-text {
    bottom: 10px;
    left: 10px;
    font-size: 18px;
    line-height: 20px;
  }
  .mask-banner .mask-img img {
    min-height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .custom-breadcrumb ol {
    margin-bottom: 0;
    justify-content: start;
  }
}
@media screen and (max-width: 1180px) {
  .contact-wrapper .contact-section .contact-left {
    padding: 50px 50px 50px 50px;
  }
  .contact-wrapper .contact-section .contact-left .leaf-bg {
    position: absolute;
    bottom: 20px;
    left: 50px;
    opacity: 0.2;
    max-width: 370px;
  }
  .contact-wrapper .contact-section .contact-right {
    padding: 50px;
  }
  .coffee-product-section .coffee-card-wrapper .coffee-card img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
  }
  .extract-product-section .extract-card-wrapper .extract-card {
    padding: 100px 20px 30px 20px;
  }
  .extract-product-section .extract-card-wrapper .extract-card.about {
    padding: 90px 35px 0px 35px;
  }
  .extract-product-section .extract-card-wrapper .extract-card img {
    width: 140px;
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto 20px auto;
    display: block;
  }
}
@media (min-width: 992px) {
  .w-lg-75 {
    width: 75% !important;
  }
}/*# sourceMappingURL=responsive.css.map */