.footer-distributed {
  background-color: var(--button-shadow);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding: 50px 5%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.logo-row {
  display: flex;
  justify-content: center;
}

.row-2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.logo-row .logo img {
  width: auto;
  height: 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-right {
  display: inline-block;
}
.footer-distributed .footer-left {
  min-width: 615px;
  max-width: 625px;
}
.footer-distributed .footer-right {
  min-width: 300px;
  max-width: 320px;
}

/* Footer left */

/* The company logo */

/* Footer links */

.footer-distributed .footer-links {
  color: var(--siyah);
  padding: 0;
}

.footer-distributed .footer-links a {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}

.footer-distributed .footer-company-name {
  color: var(--mavi);
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}

.footer-distributed .footer-company-about {
  line-height: 20px;
  color: var(--siyah);
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-left span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: var(--siyah);
  margin: 20px 0;
}

.footer-distributed .footer-icons {
  margin-top: 20px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border-radius: 2px;
  font-size: 30px;
  text-align: center;
  line-height: 35px;
  color: transparent;
}

.footer-distributed .footer-icons a:nth-child(1) {
  color: #3b5998;
}

.footer-distributed .footer-icons a:nth-child(3) {
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.footer-distributed .footer-icons a:nth-child(2) {
  color: black;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight: bold;
  font-size: 20px;
  left: 0;
  color: var(--siyah);
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}
/* Footer right */

.footer-distributed .footer-right {
  text-align: right;
}
.footer-distributed .footer-right div {
  text-wrap: nowrap;
  margin-bottom: 10px;
}

.footer-distributed .footer-right div:first-child {
  margin-top: 16px;
}

.footer-distributed .footer-right i {
  background-color: #33383b;
  color: var(--beyaz);
  font-size: 22px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
}

.footer-distributed .footer-right p {
  display: inline-block;
  color: var(--siyah);
  font-weight: Bold;
  vertical-align: middle;
  margin: 0;
}

.footer-distributed .footer-right p span {
  display: block;
  font-size: 14px;
  font-weight: Bold;
}

.footer-distributed .footer-right p a {
  color: var(--siyah);
  text-decoration: none;
}

/* Footer Right */

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 1119px) {
  .footer-distributed {
    align-items: center;
  }
  .row-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    min-width: 300px;
  }

  .footer-distributed .footer-right i {
    margin-left: 0;
  }
}
@media (max-width: 624px) {
  .footer-distributed .footer-links {
    display: flex;
    min-width: 300px;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }

  .footer-distributed .footer-links a:before {
    content: none;
  }
  .footer-distributed .footer-links a {
    margin-top: 10px;
  }
}
