.footer_title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  font-family: 'Literata';
  color: #000000;
}

.footer_link {
  font-size: 16px;
  line-height: 23.76px;
  font-weight: 400;
  color: #000000;
  font-family: 'Literata';
  text-decoration: none;
  padding-bottom: 5px;
  padding-top: 5px;
}

@media (min-width: 1200px) {
  .footer_link {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #000000;
    font-family: 'Literata';
    text-decoration: none;
    padding-bottom: 0px;
    padding-right: 20px;
  }
}

.icon_div_style_footer {
  border: 1px solid #131918;
  border-radius: 100px;
  margin-right: 10px;
  padding: 12px;
}

.icon_style_footer {
  font-size: 12px;
}

