.cd-footer-thumb {
  margin-bottom: -4px !important;
}

.cd-footer-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.cd-footer-logo>h3 {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-grey-9);
}

.cd-footer-logo-img {
  width: 55px;
}

.cd-footer-logo-title {
  margin-left: 6px;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .cd-footer-logo {
    margin-bottom: 5px;
    position: relative;
    top: -15px;
  }
}

@media only screen and (max-width: 768px) {
  .cd-footer-logo {
    margin-bottom: 5px;
  }
}