.mx3006-products {
  padding: 78px 24px 104px;
  background: #070707;
  color: #f6f3e8;
}

.mx3006-products * { box-sizing: border-box; }
.mx3006-products__head { text-align: center; }
.mx3006-products__head p { margin: 0 0 10px; color: #fbc100; font-size: 11px; font-weight: 900; }
.mx3006-products__head h2 { margin: 0; font-size: 44px; font-weight: 900; line-height: 1; }
.mx3006-products__head span { display: block; margin-top: 12px; color: #c7c1ad; font-size: 13px; }

.mx3006-products__card {
  width: 360px;
  margin: 46px auto 0;
  padding: 14px;
  border: 1px solid #3b351c;
  border-radius: 8px;
  background: #11110f;
}

.mx3006-products__image {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 1;
  background: #fff;
}

.mx3006-products__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.mx3006-products__image--mobile { display: none; }
.mx3006-products__copy { padding: 18px 4px 8px; }
.mx3006-products__copy h3 { margin: 0; color: #fff; font-size: 18px; line-height: 1.2; }
.mx3006-products__copy p { margin: 10px 0 0; color: #c7c1ad; font-size: 13px; line-height: 1.5; }
.mx3006-products__copy strong { display: block; margin-top: 14px; font-size: 13px; }
.mx3006-products__copy a { display: inline-block; margin-top: 18px; color: #fbc100; font-size: 11px; font-weight: 900; text-decoration: none; }

@media (max-width: 749px) {
  .mx3006-products { padding: 54px 16px 70px; }
  .mx3006-products__head { text-align: left; }
  .mx3006-products__head h2 { max-width: 320px; font-size: 34px; }
  .mx3006-products__card { width: 82vw; margin-top: 32px; }
  .mx3006-products__image--desktop { display: none; }
  .mx3006-products__image--mobile { display: block; }
}
