
.page-template-template-cooking .grid-container{
    max-width: none;
}
.page-template-template-cooking header .inside-header{
    max-width: 1200px;
      margin: 0 auto;
}

h2,p,h3{
    margin: 0;
}

h2 {
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0.66px;
  line-height: 52.8px;
  color: #121212;
}
@media screen and (max-width: 749px) {
  h2 {
    font-size: 33px;
    line-height: 39.6px;
  }
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  margin-top: 10px;
  color: #555555;
}
@media screen and (max-width: 749px) {
  p {
    font-size: 15px;
    line-height: 27px;
  }
}

h3 {
  font-size: 19.8px;
  letter-spacing: 0.66px;
  line-height: 25.2px;
  color: #121212;
}
@media screen and (max-width: 749px) {
  h3 {
    font-size: 18.7px;
  }
}

.hero-banner-section {
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 17rem;
}
@media screen and (min-width: 750px) {
  .hero-banner-section {
    padding: 50px;
    display: flex;
  }
}
.hero-banner-section .hero-banner-image {
  width: 100%;
  height: 100%;
  
}
.hero-banner-desc p {
  color: #fff;
  opacity: 0.75;
}
@media screen and (max-width: 749px){
    .hero-banner-desc p {
      color: black;
      opacity: 0.75;
    }
}

@media screen and (min-width: 750px) {
  .hero-banner-section .hero-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.hero-banner-section .hero-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 749px) {
  .hero-banner-section .hero-banner-image img {
    min-height: 280px;
  }
}
@media screen and (min-width: 750px){
.hero-banner-section .hero-banner-content .hero-banner-title{
    color: white;
}
}

@media screen and (min-width: 750px) {
  .hero-banner-section .hero-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 40px 35px;
    max-width: 89rem;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.4);
  }
}
@media screen and (max-width: 749px) {
  .hero-banner-section .hero-banner-content {
    padding: 40px 35px;
    position: relative;
    height: fit-content;
    align-items: center;
    text-align: center;
    word-wrap: break-word;
    z-index: 1;
  }
}

.page-desc {
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .page-desc {
    padding: 0 15px;
  }
}
.page-desc .inner-content {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .page-desc .inner-content {
    padding-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .page-desc .inner-content {
    margin: 0 20px;
    padding: 0 15px;
  }
}
.page-desc .inner-content h3, .page-desc .inner-content h2, .page-desc .inner-content p {
  margin-top: 20px;
}
.page-desc .inner-content h2 {
  font-size: 26.4px;
  line-height: 33.6px;
}
@media screen and (max-width: 749px) {
  .page-desc .inner-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
}

.repeater-content {
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .repeater-content {
    padding: 0 15px;
  }
}
.repeater-content .repeater-block-title {
  padding: 25px 0 30px;
  font-size: 26.4px;
  font-weight: 500;
  letter-spacing: 0.66px;
  line-height: 33.6px;
}
@media screen and (max-width: 749px) {
  .repeater-content .repeater-block-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.repeater-content .all-blocks-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding-bottom: 60px;
}
@media (max-width: 900px) {
  .repeater-content .all-blocks-wrapper {
    grid-template-columns: 1fr;
  }
}
.repeater-content .all-blocks-wrapper .single-block {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 0 1.5rem;
  padding: 25px;
  background: #f6f6f6;
}
.repeater-content .all-blocks-wrapper .block-image {
  width: 100%;
}
.repeater-content .all-blocks-wrapper .block-image img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #eee;
}
.repeater-content .all-blocks-wrapper .repeater-all-content {
  padding-top: 25px;
}
.repeater-content .all-blocks-wrapper .repeater-all-content .block-desc{
    margin-top: 10px;
}
.repeater-content .all-blocks-wrapper .repeater-all-content .block-desc p {
  margin: 0;
}

/*# sourceMappingURL=cooking.css.map */
