.footer-details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;

}
@media screen and (max-width: 768px) {
  .footer-details {
    margin: 0 15px 30px;
  }
}
@media screen and (min-width: 768px) {
  .footer-details {
      margin-right: 6%;
  }
}

.footer-details * {
    width: fit-content;
}
.footer-details p {
    font-size: 15px;
    line-height: 22px;
    color: #727272;
    display: block;
    -webkit-transition: .2s;
    transition: .2s
}
.footer-details h1, .footer-details h2, .footer-details h3, .footer-details h4 {
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  color: #1D1D1B;
  margin-bottom: .5rem;
}

.footer-menu2 {
    width: calc(100% * 2 / 12 - 55px);
    margin: 0 15px;
}