/* footer */

#particles-js{
  width: 100%;
  height: 40rem;
  position: relative;
  overflow: hidden;
  background : #009966;
  bottom: 0;
  right: 0;
  left: 0;
}

#flex-container{
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  background-image:inherit;
}

.footer_header {
  position: relative;
  background-color: #0E0E0E;
  color: white;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 52.8px */
  letter-spacing: 1.76px;
  padding: 8px 12px;
}

.footer_header .contactDot {
  position: absolute;
  bottom: 4.5px;
  right: 14px;
}

h4#telephone {
  margin-block: 32px;
}

.address{
  background-image:inherit;
  color: #0E0E0E;
  text-align: center;
}
.adressesWrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 32px 0 36px;
}
.address p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 0.54px;
  margin: 0;
}
.social{
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 33px;
  background-image:inherit;
  pointer-events:auto;
  margin-top: 1.5rem;
}
.address a {
  color: #0E0E0E;
  text-decoration:none;
}

.certLogos {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.policyLinks {
  display: flex;
  padding: 10px;
  gap: 27px;
  margin-top: 16px;
  width: 546px;
}

.policyLinks a {
  font-size: 14px;
}

@media (max-width: 630px ){
  #flex-container{
    width: 100%;
  }
  .policyLinks {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
}