.footer-component {
  background-color: #2a2e31;
  border-bottom: 1px solid #000;
  padding-top: 120px;
}

.footer-wrapper {
  border-bottom: 0 solid rgba(253, 253, 253, 0.3);
  padding-bottom: 115px;
}

.footer-title {
  max-width: 300px;
}
.nav-first-section {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 551px;
  display: flex;
}

.footer-menu-items {
  max-width: 159px;
}

.third-section {
  justify-content: flex-end;
  max-width: 220px;
}

.footer-logo{
  max-width: 100%;
  height: auto;
}

.menu-title{
    font-size: 20px;
    color: white;
    line-height: 1;
    margin-bottom: 24px;
}

.third-section-main-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px;
  display: flex;
  flex-direction: column;
}

.footer-menu-items .menu-item a {
  text-decoration: none;
}
.footer-bottom-section {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 21px 15px 15px;
}
.footer-bottom-section p {
  font-size: 16px;
}

@media (max-width: 767px) {
  .footer-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
