.khg-footer-block {
  background: var(--color-primary);
  color: #fff;
  font-size: 1.125rem;
  margin: -20px 0 0;
  padding-top: 0rem;
  padding-bottom: 2.25rem;
  position: relative;
  z-index: 9;
}


.khg-footer-block .footer-block-container {
  position: relative;
  z-index: 1;
}
.footer-block-content-wrapper {
  margin: 0;
}

.footer-right {
  transform: translateY(-70px);
}


.khg-footer-block .text-title {
  font-size: 1.625rem;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.footer-block-image:not(:last-child) {
  margin-bottom: 1.5rem;
}


/** Social Media Links **/
.khg-footer-block .socials {
  display: flex;
  gap: 1.5rem;
}
.khg-footer-block .someicon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.khg-footer-block .someicon svg {
  fill: #1e4870;
  transform: scale(1.2)
}



/********************/

@media all and (max-width: 1699px) {
}

@media all and (max-width: 1439px) {
}

@media all and (max-width: 1199px) {
}

@media all and (max-width: 1023px) {
  .khg-footer-block {
    margin-top: -10px;
  }
  .footer-block-linklist a {
    font-size: 1.1rem;
  }
  .khg-footer-block .someicon {
    width: 64px;
    height: 64px;
  }
  .khg-footer-block .someicon svg {
    transform: scale(1)
  }
}

@media all and (max-width: 823px) {
  .khg-footer-block {
    top: 8rem;
    margin-top: -3px;
    padding-top: 0;
    padding-bottom: 12rem;
  }
  .footer-right {
    transform: translateY(0px);
  }
  
}
