footer p {
  font-size: 14px;
}

footer .line {
  border-top: 1px solid #cc3333;
  margin-right: 40px;
}

.section-title-footer {
  color: #cc3333;
  font-weight: 500;
  text-align: center;
  margin: 20px 48px 66px;
  font-size: 40px;
}

.footer-legal-information {
  text-align: center;
  background-color: white;
  margin-top: 10px;
}

.social-media-item {
  width: 10rem;
  height: 10rem;
  border-radius: 30px;
  background-color: #cc3333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-footer:nth-child(1) svg,
.section-footer:nth-child(1) img {
  width: 80%;
  height: 80%;
}

.section-footer .d-flex {
  gap: 3rem;
}

@media (max-width: 768px) {
  .section-title-footer {
    margin: 34px 0 19px 0;
    font-size: 24px;
    letter-spacing: 0.4px;
    font-weight: 700;
  }
  .section-footer .d-flex {
    gap: 17px;
  }
  .social-media-item {
    width: 64px;
    height: 66px;
    border-radius: 16px;
    background-color: #cc3333;
  }
  .section-footer:nth-child(1) {
    width: 80%;
    margin: 0 auto;
  }
  .section-footer:nth-child(1) svg,
  .section-footer:nth-child(1) img {
    width: 80%;
    height: 80%;
  }
}
