footer {
  margin-top: 55px;
}

footer .wpdmi-layout:first-child .wpdmi-row {
  padding-top: 30px;
  flex-direction: row;
  justify-content: center;
}

footer .wpdmi-layout:first-child .wpdmi-row:first-child {
  border-top: 1px solid #d4d4d4;
}

.footer-text-widget {
  font-size: 13px;
  line-height: 18px;
  color: #9b9b9b;
  text-align: center;
}

.wpdmi-footer-sidebar {
  font-size: 13px;
}

.wpdmi-modal .footer-text-widget {
  text-align: left;
}

footer .wpdmi-layout:first-child .wpdmi-row:last-child {
  padding-bottom: 30px;
}

footer .wpdmi-layout:last-child {
  padding: 20px 0 40px 0;
  color: #ffffff;
  font-size: 15px;
}

.age {
  width:40px;
  height:40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border:2px solid #ffffff;
  font-size: 18px;
  margin-right: 15px;
}

/*@media only screen and (max-width: 1024px) {*/
@media only screen and (max-width: 1149px) {
  footer {
    margin-top: 20px;
  }
  
  .wpdmi-footer-sidebar {
    flex-direction: column;
  }
  
  .wpdmi-footer-sidebar .wpdmi-col {
    margin-top: 10px;
  }
}