
.cc-etterem-awards {
  background-color: #F7F2EC;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cc-etterem-awards__container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cc-etterem-awards__label {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #A8957A;
  font-size: 13px;
  letter-spacing: 3px;
  margin-bottom: 24px;
  text-align: center;
  display: block;
}
.cc-etterem-awards__heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 48px;
  color: #2C2828;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}
.cc-etterem-awards__logos {
  margin-top: 40px;
  width: 40%;
  height: auto;
  display: block;
  object-fit: contain;
}
.cc-etterem-awards__divider {
  width: 80px;
  height: 1px;
  background-color: #A8957A;
  margin: 40px auto;
}
.cc-etterem-awards__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1000px;
  width: 100%;
}
.cc-etterem-awards__text {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  color: #2C2828;
  margin: 0;
}
.cc-etterem-awards__highlight {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 19px;
  color: #A8957A;
  margin: 24px 0 0 0;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .cc-etterem-awards__logos { width: 80%; }
  .cc-etterem-awards__grid { grid-template-columns: 1fr; gap: 32px; }
  .cc-etterem-awards__heading { font-size: 36px; }
}
