#cbsFooter {
  background-color: var(--blue0);
  
  display: flex;
  justify-content: center;
  /* width: 100% */
}
.footerContent {
  /* padding: 0px 10%; */
  display: flex;
  flex-wrap: wrap;
  
  width: 1170px;
  justify-content: center;
  
  padding: 34px 1rem 40px 1rem;

  gap: 25px;
}
.socialDiv {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
  /* margin: 34px 0px; */
  
}

.socialImage {
  padding: 7px;
  border-radius: 50%;
  background-color: var(--cbswhite);
  display: flex;
  
}
.stateDiv {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 2rem;
  line-height: 1.2rem;
  /* margin: 34px 0px; */

  color: var(--grey9);
  font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 13px */

}
.stateDiv a {
  color: black;
  text-decoration: underline;
}
.stateOfIsraelEmblem {
  height: 60px;
}
.FooterMessage,
footer {
  display: none;
}
@media only screen and (min-width: 992px) {

  #cbsFooter {
    border-top: 1px solid var(--grey5);
  }

  .footerContent {
    padding: 34px 0 40px 0;
    justify-content: space-between;
  }
  
.stateDiv {
  font-size: 13px;


line-height: 100%; /* 13px */
}

}