.footer {
  background-color: rgba(20, 20, 20, 1);
  color: rgba(255, 255, 255, 1) !important;
  margin-top: 100px;
}

.footer div {
  color: rgba(255, 255, 255, 1);
}

.footer__container {
  padding: 40px 20px;
  width: 100%;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.footer__container__con__i {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 30px;
}

.footer__container__con__i__r {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  gap: 20px;
}

.fot {
  color: rgba(216, 216, 216, 1) !important;
}

.footer__icons {
  display: flex;
  align-items: baseline;
}

.footer__content {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 15px;
}

.footer__container__con {
  display: none;
}

.footer__line {
  display: none;
}

.footer__container__con__i__r__mob {
  display: none;
}

@media (max-width: 550px) {

  .footer__container__con__i__r {
    display: none;
  }

  .footer__container__con__i__r__mob {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
  }

  .footer {
    background-color: white;
    margin-top: 0;
  }

  .footer__container__mob>div {
    color: rgba(99, 105, 124, 1) !important;

  }

  .footer__container {
    background-color: rgba(20, 20, 20, 1);
    padding-left: 20px;
    color: white !important;
  }

  .footer__content a {
    color: rgba(216, 216, 216, 1) !important;
  }

  .footer div {
    color: white;
  }

  .footer__line {
    width: calc(100% - 40px);
    height: 1px;
    background-color: rgba(216, 216, 216, 1);
    display: block;
    margin: 0 auto;
  }

  .footer__container__con {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 24px 32px;
    font-family: Roboto;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 4%;
    color: rgba(99, 105, 124, 1);
    align-items: baseline;
  }

  .footer__container__mob {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Roboto;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 4%;
    color: rgba(99, 105, 124, 1);
    width: 100%;
  }
}