.contact-form-section .contact-form-inner .mobile-msg-box {
  display: none;
}

.product-full-description img {
  margin-bottom: 12px;
  margin-top: 15px;
}

.product-full-description h3 {
  display: flex;
  flex-direction: column;
}

.recipes__page {
  padding: 80px 0;
}

.recipes__page .recipes_box_video {
  margin-bottom: 20px;
}

.recipes__page .recipes_box_video iframe {
  height: 75vh;
}
section.blog-section {
  margin: 80px 0px;
}

.blog-section .blog-view-box .blog-description {
  padding: 20px 20px;
}

.blog-section .blog-view-box {
  overflow: hidden;
  border: 1px solid #ececec;
  border-radius: 15px;
  margin-bottom: 30px;
}

.blog-section .blog-view-box .blog-image img:hover {
  transform: scale(1.1);
}

.blog-section .blog-view-box .blog-image {
  overflow: hidden;
}

.blog-view-box:hover .blog-image img {
  transition: transform 0.5s ease;
}

.blog-view-box:hover .blog-image img {
  transform: scale(1.1);
}

.blog-section .blog-view-box .blog-title p {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: "jost";
  color: #000;
  line-height: 1.4;
}

.blog-section .blog-view-box .blog-content {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px 0;
}

.blog-section .blog-view-box .blog-content p {
  margin-bottom: 6px;
}

.blog-section .blog-view-box .read-more-btn span {
  font-size: 18px;
  padding-left: 4px;
}

.blog-section .blog-view-box .read-more-btn {
  background: #00833e;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  border: 1px solid;
  border-color: #00833e;
  line-height: 1;
  transition: all 0.3s ease;
  height: 47px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 15px;
  text-transform: capitalize;
}

.blog-section .blog-view-box .read-more-btn:hover {
  background: #fff;
  color: #00833e;
  border-color: #00833e;
}
section.blog-details-page {
    margin: 80px 0px;
}

.blog-details-page .blog-details h4.wp-block-heading {
    font-weight: 700;
    padding: 15px 0 10px;
}

.blog-details-page .blog-details ul.unorder-list li {
    padding-bottom: 8px;
}

.blog-details-page .blog-details .blog-poster {
    margin: 18px 0;
}

.divider {
    display: block;
    text-align: center;
    margin: 1rem 0;
    overflow: hidden;
    white-space: nowrap;
    margin: 28px 0 12px;
    border: 1px solid #eaeaea;
}