.section--recipe-section {
  background-color: var(--background_color);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='888' viewBox='0 0 1440 888' fill='none'%3E%3Cg opacity='0.5' clip-path='url(%23clip0_810_22016)'%3E%3Ccircle cx='1279.5' cy='195.5' r='146.5' fill='%23DE8D5B'/%3E%3Crect x='-326.87' y='364.606' width='10' height='455.318' transform='rotate(-44.9571 -326.87 364.606)' fill='%23DE8D5B'/%3E%3Crect x='-313.74' y='351.496' width='10' height='455.318' transform='rotate(-44.9571 -313.74 351.496)' fill='%23DE8D5B'/%3E%3Crect x='-300.61' y='338.385' width='10' height='455.318' transform='rotate(-44.9571 -300.61 338.385)' fill='%23DE8D5B'/%3E%3Crect x='-287.479' y='325.275' width='10' height='455.318' transform='rotate(-44.9571 -287.479 325.275)' fill='%23DE8D5B'/%3E%3Crect x='-274.349' y='312.164' width='10' height='455.318' transform='rotate(-44.9571 -274.349 312.164)' fill='%23DE8D5B'/%3E%3Crect x='-261.219' y='299.054' width='10' height='455.318' transform='rotate(-44.9571 -261.219 299.054)' fill='%23DE8D5B'/%3E%3Crect x='-248.089' y='285.944' width='10' height='455.318' transform='rotate(-44.9571 -248.089 285.944)' fill='%23DE8D5B'/%3E%3Crect x='-234.959' y='272.833' width='10' height='455.318' transform='rotate(-44.9571 -234.959 272.833)' fill='%23DE8D5B'/%3E%3Crect x='-221.829' y='259.723' width='10' height='455.318' transform='rotate(-44.9571 -221.829 259.723)' fill='%23DE8D5B'/%3E%3Crect x='-208.699' y='246.612' width='10' height='455.318' transform='rotate(-44.9571 -208.699 246.612)' fill='%23DE8D5B'/%3E%3Crect x='-195.569' y='233.502' width='10' height='455.318' transform='rotate(-44.9571 -195.569 233.502)' fill='%23DE8D5B'/%3E%3Crect x='-182.438' y='220.391' width='10' height='455.318' transform='rotate(-44.9571 -182.438 220.391)' fill='%23DE8D5B'/%3E%3Crect x='-169.308' y='207.281' width='10' height='455.318' transform='rotate(-44.9571 -169.308 207.281)' fill='%23DE8D5B'/%3E%3Crect x='-156.178' y='194.17' width='10' height='455.318' transform='rotate(-44.9571 -156.178 194.17)' fill='%23DE8D5B'/%3E%3Crect x='-143.048' y='181.06' width='10' height='455.318' transform='rotate(-44.9571 -143.048 181.06)' fill='%23DE8D5B'/%3E%3Crect x='-129.918' y='167.949' width='10' height='455.318' transform='rotate(-44.9571 -129.918 167.949)' fill='%23DE8D5B'/%3E%3Crect x='-116.788' y='154.839' width='10' height='455.318' transform='rotate(-44.9571 -116.788 154.839)' fill='%23DE8D5B'/%3E%3Crect x='-103.658' y='141.729' width='10' height='455.318' transform='rotate(-44.9571 -103.658 141.729)' fill='%23DE8D5B'/%3E%3Crect x='-90.5277' y='128.618' width='10' height='455.318' transform='rotate(-44.9571 -90.5277 128.618)' fill='%23DE8D5B'/%3E%3Crect x='-77.3976' y='115.508' width='10' height='455.318' transform='rotate(-44.9571 -77.3976 115.508)' fill='%23DE8D5B'/%3E%3Crect x='-64.2675' y='102.397' width='10' height='455.318' transform='rotate(-44.9571 -64.2675 102.397)' fill='%23DE8D5B'/%3E%3Crect x='-51.1373' y='89.2866' width='10' height='455.318' transform='rotate(-44.9571 -51.1373 89.2866)' fill='%23DE8D5B'/%3E%3Crect x='-38.0072' y='76.1761' width='10' height='455.318' transform='rotate(-44.9571 -38.0072 76.1761)' fill='%23DE8D5B'/%3E%3Crect x='-24.877' y='63.0657' width='10' height='455.318' transform='rotate(-44.9571 -24.877 63.0657)' fill='%23DE8D5B'/%3E%3Ccircle cx='1391' cy='693' r='128' fill='%23DE8D5B'/%3E%3Ccircle cx='279.5' cy='853.5' r='146.5' fill='%23DE8D5B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_810_22016'%3E%3Crect width='1440' height='888' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.section--recipe-section .grid.recipe-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}
.grid.recipe-list .recipe-item {
  flex: 0 0 33%;
}
.section__header {
  padding-bottom: 30px;
}