.footer-container {
  width: 100%;
  padding: 0 2.5rem;
  margin-bottom: 31px;
  margin-top: 7rem;
}

.footer-container > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 18px 0;
  border-top: solid 1px #e0e0e0;
  flex-wrap: wrap;
  max-width: 120rem;
  margin: 0 auto;
}

.footer-logo-img {
  display: block;
  max-width: 326px;
  width: 100%;
  margin: 0px 0;
}
.px-10 {
  padding: 0 10px;
}
.footer-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-width: 190px;
}

.footer-block h6 {
  margin-bottom: 12px;
}

.footer-block p {
  margin-bottom: 2px;
}

.footer-block-title {
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.15px;
}

.footer-block-content {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
}

.footer-social-media {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 24px;
}

.link-btn {
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.46px;
  color: #ffffff;
  background: #d60f2a;
  padding: 4px 10px;
  margin-top: 25px;
}

.link-btn:hover {
  background: #b80920;
  color: #ffffff;
  cursor: pointer;
}

.social-media {
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 10px;
}

.social-media-link:hover svg path {
  fill: #d60f2a;
}

.footer-container .call-to-action {
  margin-top: 2.6rem;
}

@media screen and (max-width: 1040px) {
  .footer-container > div {
    justify-content: center;
    gap: 3rem;
    row-gap: 5rem;
  }

  .footer-container > div > div:first-child {
    width: 100vw;
  }
}

@media screen and (max-width: 576px) {
  .footer-container {
    align-items: center;
    gap: 0;
  }
  .footer-block {
    width: 100%;
  }
  .footer-logo-img {
    margin: 0;
  }
}

.footer-link,
.footer-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.15px;
  transition: all 0.5s ease;
}

.footer-link:hover {
  color: #d60f2a;
}
