/* Universal breakpoints */
@media screen and (max-width: 550px) {
  .bkg-img-default {
    background-position: 70% 0; } }

.hero-copy-sub-content a {
  box-sizing: border-box;
  margin-top: 32px;
  width: -moz-fit-content;
  width: fit-content; }
  @media (max-width: 479px) {
    .hero-copy-sub-content a {
      width: 100%; } }

.section1 {
  padding: 0 30px; }
  @media (max-width: 991px) {
    .section1 {
      padding-bottom: 25px; } }
  .section1 .p1 {
    font-weight: 700;
    line-height: 40px;
    max-width: 1180px;
    margin: 0 auto 60px auto;
    text-align: center; }
    @media (max-width: 991px) {
      .section1 .p1 {
        line-height: 24px;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .section1 .p1 {
        text-align: left; } }
  .section1 .heading-1 {
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .section1 .heading-1 {
        margin-bottom: 20px;
        text-align: left;
        padding: 0; } }
  .section1 p.text-16 {
    text-align: center;
    margin-top: 30px; }
    @media (max-width: 991px) {
      .section1 p.text-16 {
        margin-top: 20px;
        text-align: left; } }

.two-col-list {
  display: flex;
  max-width: 1120px;
  margin: auto; }
  @media (max-width: 991px) {
    .two-col-list {
      flex-direction: column; } }
  .two-col-list ul {
    box-sizing: border-box;
    width: 50%;
    line-height: 24px;
    font-size: 18px;
    padding-left: 30px; }
    @media (max-width: 991px) {
      .two-col-list ul {
        font-size: 16px;
        width: 100%;
        margin: 0; } }
  .two-col-list a {
    color: black;
    font-weight: 500; }
    @media (max-width: 991px) {
      .two-col-list a {
        line-height: 30px; } }

.half-split-offset {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .half-split-offset {
      margin-top: 25px;
      margin-bottom: 25px; } }
  @media (max-width: 991px) {
    #our-supplier {
      width:fit-content; } }
  .half-split-offset p a {
    color: inherit; }
  .half-split-offset .b {
    padding: 100px;
    box-sizing: border-box;
    max-width: 50%; }
    @media (max-width: 991px) {
      .half-split-offset .b {
        max-width: 100%;
        padding: 40px 30px; } }
    @media (max-width: 991px) {
      .half-split-offset .b p {
        margin-bottom: 0; } }
    @media (max-width: 991px) {
      .half-split-offset .b .button-white {
        margin-top: 30px; } }

@media (min-width: 992px) {
  .offset-2 .a {
    background-position: -30px 0; } }

@media (max-width: 479px) {
  .offset-2 .a {
    background-position: 0 0; } }

@media (max-width: 991px) {
  .are-you-certified {
    padding-top: 15px; } }

@media (max-width: 479px) {
    #our-supplier .a {
 background-position: center ;}}
 
 
@media (min-width:768px) and (max-width: 991px) {
    #our-supplier  {
 margin-top: 14rem !important;}}
 

.are-you-certified h1 {
  margin-bottom: 45px;
  padding: 0 40px; }
  @media (min-width: 768px) {
    .are-you-certified h1 {
      text-align: center; } }

.are-you-certified .tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .are-you-certified .tiles {
      gap: 20px;
      flex-direction: column; } }
  .are-you-certified .tiles .corporate-citizenship-tile {
    box-sizing: border-box;
    border-radius: 8px;
    padding: 36px 60px;
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    font-weight: 500;
    line-height: 135%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
    @media (max-width: 991px) {
      .are-you-certified .tiles .corporate-citizenship-tile {
        width: 100%;
        max-width: 400px;
        margin: auto;
        padding: 20px 12px; } }
    @media (max-width: 767px) {
      .are-you-certified .tiles .corporate-citizenship-tile {
        width: 100%; } }
    .are-you-certified .tiles .corporate-citizenship-tile img {
      width: 60px;
      height: auto; }
      @media (max-width: 767px) {
        .are-you-certified .tiles .corporate-citizenship-tile img {
          width: 40px; } }
    .are-you-certified .tiles .corporate-citizenship-tile a {
      color: inherit;
      text-decoration: underline; }

.are-you-certified .note {
  max-width: 1120px;
  margin: auto;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500; }
  @media (max-width: 991px) {
    .are-you-certified .note {
      font-size: 16px; } }
  .are-you-certified .note a {
    color: inherit; }

.faq-section .heading-1.m-32 {
  margin-bottom: 40px; }
