.footer {
  background: #232932;
  padding-bottom: 50px;
  padding-top: 50px;
}

.footer__disclaimer {
  background: #232932;
  font-family: "Urbanist", sans-serif;
  padding-bottom: 30px;
  padding-top: 2px;
}

.footer__disclaimer-title {
  color: #ffffff;
  font-size: 18px;
  padding-bottom: 12px;
}

.footer__disclaimer-text {
  color: #9ca4af;
  font-size: 14px;
}

.footer__info {
  background: #27898c;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

.footer__info-text {
  color: #ffffff;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}

.footer__list-title {
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}

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

.footer__list-text {
  color: #9ca4af;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.footer__list-text-get {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  text-transform: capitalize;
}

.footer__list-sub-title {
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 25px;
  text-align: center;
  text-transform: capitalize;
}

.footer__list-sub-list-item-link {
  color: #9ca4af;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  height: 24px;
  line-height: 24px;
  margin-bottom: 5px;
  text-transform: capitalize;
  transition: color 0.2s;
  width: 24px;
}

.footer__list-sub-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.footer__list-sub-list-item-link::before {
  background-image: url("../img/chevron-right-gray.svg");
  content: "";
  display: none;
  height: 24px;
  position: absolute;
  width: 24px;
}

.footer__list-sub-list-item-link:hover {
  color: #ffffff;
}

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

.footer__list-sub {
  width: 100%;
}

.footer__list {
  width: 100%;
}

.footer__list-sub-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 744px) {
  .footer__disclaimer {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
  }

  .footer__disclaimer-title {
    font-size: 20px;
  }

  .footer .container {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer__list-sub-wrapper {
    width: 50%;
    justify-content: space-between;
  }

  .footer__disclaimer-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1240px) {
  .footer .container {
    flex-direction: row;
    justify-content: center;
  }

  .footer__list {
    width: fit-content;
  }

  .footer__list-sub-wrapper {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
  }

  .footer__list-sub {
    width: 40%;
  }
}

@media screen and (min-width: 1440px) {
  .footer .container {
    justify-content: space-between;
  }

  .footer__list {
    align-items: start;
    justify-content: start;
    width: 257px;
  }

  .footer__list-sub {
    width: fit-content;
  }

  .footer__list-title {
    text-align: start;
  }

  .footer__list-sub-list-item-link {
    padding-left: 30px;
    position: relative;
  }

  .footer__list-sub-list-item-link::before {
    display: block;
  }

  .footer__list-sub-title {
    text-align: start;
  }

  .footer__list-sub-list-item {
    text-align: start;
  }

  .footer__list-sub-wrapper {
    gap: 83px;
  }

  .footer__list-sub-wrapper {
    width: fit-content;
  }
}
