.main {
  padding-block: 100px;
  background-color: #fff5eb;
}

.main > .container {
  display: flex;
}

.main__divider {
  flex-shrink: 0;

  width: 1px;
  margin-inline: 30px;

  background-color: currentColor;
}

.main-body {
  width: 100%;
}

.main-hero {
  display: flex;
  column-gap: 30px;
}

.main-hero__image {
  aspect-ratio: 1;
  border-radius: 30px;
  width: calc(50% - 30px / 2);
}

.main-hero__subtitle {
  font-size: 24px;
  font-weight: 800;

  color: var(--accent-color);
}

.main-hero__title {
  font-size: 48px;
  font-weight: 900;

  line-height: 1;
  text-wrap: balance;
}

.main-hero__list {
  margin-top: 20px;
}

.main-hero__list > li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 600;
}

.main-hero__list > li + li {
  margin-top: 10px;
}

.main-hero__list > li::before {
  display: block;
  content: '';

  width: 1.5em;
  height: 1.5em;

  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23e94a28' d='m9.55 18l-5.7-5.7l1.425-1.425L9.55 15.15l9.175-9.175L20.15 7.4z'/%3E%3C/svg%3E");
}

.main-retail-chains {
  margin-top: 50px;
}

.main-retail-chains__title {
  font-size: 36px;
  font-weight: 900;
}

.main-retail-chains__description {
  margin-top: 10px;
  font-weight: 600;
  text-wrap: pretty;
}

.main > .container > .site-contacts {
  width: 280px;
  flex-shrink: 0;
}

.restaurants {
  padding-block: 100px;
  background-color: #fff5eb;
}

.restaurants > .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.restaurants-body {
  align-content: center;
}

.restaurants__title {
  font-size: 36px;
  font-weight: 900;
}

.restaurants__description {
  margin-top: 10px;
  font-weight: 600;
  text-wrap: pretty;
}

.restaurants__button {
  margin-top: 50px;

  color: #fff;
  background-color: var(--accent-color);
}

.restaurants__button:hover,
.restaurants__button:focus-visible {
  color: var(--accent-color);
  background-color: #000;
}

.restaurants__image {
  width: 100%;

  object-fit: cover;
  aspect-ratio: 9 / 6;

  border-radius: 30px;
}

.distributors {
  padding-block: 100px;
  background-color: #c6c9ce;
}

.distributors > .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.distributors-body {
  padding: 40px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.6);
}

.distributors__image {
  width: 100%;
  object-fit: scale-down;
}

.distributors__title {
  margin-top: 10px;

  font-size: 36px;
  font-weight: 900;

  color: #fff;
}

.distributors__description {
  margin-top: 10px;
  font-weight: 600;
  color: #fff;
}
