/* title menu single gorup */
.footer-items-wrapper h3 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ffffff7e;
}

/* list menu elements */
.phantom-footer .it-footer-main .link-list-wrapper ul li a:not(.disabled),
.phantom-footer .it-footer-main .link-list-wrapper ul li a {
  text-decoration: none;
}

/* INFO SECTION */
/* logo container */
.info-section-container > div:first-child {
  padding: 0;
  margin: 0rem 0rem 1.5rem 0rem;

  img {
    object-fit: contain;
    width: auto;
    height: auto;
    max-height: 140px;
  }
}

/* group blocks text */
.info-section-container > div:last-child .row > div {
  margin: 1rem 0rem;
}
@media (min-width: 992px) {
  .info-section-container > div:last-child .row > div {
    > div {
      padding: 0 15px;
    }
  }
}

/* lets talk block */
.info-section-container > div:last-child .row > div:first-child {
  a:not(:last-child) {
    margin: 0.8rem 0rem;
  }
}

/* title info groups */
.info-section-container .phantom-footer-category {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ffffff7e;
}

.info-section-container a {
  text-decoration: none;
}

/* LAST SECTION */
.it-footer-small-prints {
  ul {
    a {
      text-decoration: none;
    }
  }
}
@media (min-width: 992px) {
  .it-footer-small-prints {
    ul {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
}

/* social icons */
.phantom-footer-socials a {
  transition: 0.2s ease;
  width: 32px;
  height: 32px;
  svg {
    fill: #fff;
  }
}
.phantom-footer-socials a:hover {
  opacity: 0.8;
}
