<!-- start Simple Custom CSS and JS -->
<style type="text/css">
.better-chicken-image,
.better-chicken-copy {
  height: 268px;
}
@media only screen and (min-width: 1000px) {
  .better-chicken-image,
  .better-chicken-copy {
    height: 300px;
  }  
}
@media only screen and (min-width: 1280px) {
  .better-chicken-image,
  .better-chicken-copy {
    height: 340px;
  }  
}
.better-chicken-wrapper .eltd-section-inner {
  background-color: #ba2a43; 
}

.better-chicken-copy {
  background-color: #ba2a43; 
}

.better-chicken-wrapper .vc_column_container,
.better-chicken-wrapper .vc_column_container >.vc_column-inner{
  padding: 0;
}
.better-chicken-copy div {
  height: 100%;
}

.better-chicken-copy .wpb_content_element .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .better-chicken-copy .wpb_content_element .wpb_wrapper {
    align-items: initial;
    padding-left: 60px;
  } 
}
.better-chicken-wrapper a.btn {
  font-size: 18px;
  padding: 25px 18px;
  background: #fff;
  color: #ba2a43!important;
  font-family: 'Poppins',sans-serif!important;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color .25s , color .25s;
  display: inline-block;
}
.better-chicken-wrapper h2 {
  line-height: 1.1;
  margin-bottom: 12px!important;
}
.better-chicken-wrapper h2.tmp {
  text-align: center!important;
  padding: 0 10%!important;
}

.better-chicken-policy .wpb_wrapper {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .better-chicken-policy-wrapper div {
    padding: 0;
    width: 100%;
  }
  .better-chicken-policy .wpb_wrapper {
    display: block;
  }
  .better-chicken-policy .wpb_wrapper img {
    margin-top: -80px;
  }
}
.better-chicken-wrapper h2 {
  font-family: 'Playfair Display', serif!important;
  font-weight: 400;
  color: #fff!important;
  text-align: left;
  margin: 0;
  font-size: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .better-chicken-wrapper h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  .better-chicken-wrapper h2  {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1280px) {
  .better-chicken-wrapper h2  {
    font-size: 32px;
  }
}</style>
<!-- end Simple Custom CSS and JS -->
