.general-footer-component .general-footer-navbar-section {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #F5F5F6;
}
.general-footer-component .general-footer-navbar-section .general-footer-navbar-main-contnet {
  width: 100%;
  max-width: 1200px;
  min-height: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.general-footer-component .general-footer-navbar-section .general-footer-navbar-main-contnet .navbar-item {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.general-footer-component .general-footer-navbar-section .general-footer-navbar-main-contnet .navbar-item a {
  font-size: 14px;
  color: #41454A;
  font-weight: 400;
  transition: all 0.3s;
}
.general-footer-component .general-footer-navbar-section .general-footer-navbar-main-contnet .navbar-item a:hover {
  color: #0764C4;
}
.general-footer-component .general-footer-main-content-section {
  background-color: #0764C4;
  padding: 52px 8px;
  display: flex;
  justify-content: center;
  transition: all 0.3s;
}
.general-footer-component .general-footer-main-content-section .general-footer-main-content {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
}
.general-footer-component .general-footer-main-content-section .general-footer-main-content .headline-section {
  margin-bottom: 40px;
}
.general-footer-component .general-footer-main-content-section .general-footer-main-content .headline-section .title {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  transition: all 0.3s;
}
.general-footer-component .general-footer-main-content-section .general-footer-main-content .headline-section .content {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  transition: all 0.3s;
}
.general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 37px;
}
.general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information .column-content {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}
.general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information .column-content::before {
  content: "";
  width: 2px;
  height: 120px;
  background-color: #3983d0;
  position: absolute;
  top: 10px;
  right: 0;
}
.general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information .column-content:nth-last-child(1)::before {
  display: none;
}
.general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information .column-content .info-item .label {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-bottom: 13px;
}
.general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information .column-content .info-item .content {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information .column-content .info-item .payment-method-content {
  display: flex;
  gap: 10px;
}
.general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information .column-content .info-item .qrcode-content {
  display: flex;
  gap: 18px;
}
.general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information .column-content .info-item .qrcode-content .qrcode-box {
  padding: 3px;
  background-color: #83b2e2;
  border-radius: 3px;
}
@media (max-width: 1536px) {
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .headline-section {
    margin-bottom: 32px;
  }
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information {
    gap: 34px;
  }
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information .column-content {
    gap: 30px;
  }
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information .column-content .info-item .label {
    margin-bottom: 12px;
  }
}
@media (max-width: 1280px) {
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .headline-section {
    margin-bottom: 27px;
  }
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information {
    gap: 32px;
  }
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information .column-content {
    gap: 28px;
  }
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information .column-content .info-item .label {
    margin-bottom: 11px;
  }
}
@media (max-width: 1024px) {
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .headline-section {
    margin-bottom: 21px;
  }
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .headline-section .title {
    font-size: 20px;
  }
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .headline-section .content {
    font-size: 20px;
  }
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information .column-content {
    gap: 26px;
  }
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information .column-content .info-item .label {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information .column-content .info-item .content {
    font-size: 14px;
  }
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information .column-content:nth-last-child(2)::before {
    display: none;
  }
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information .column-content:nth-last-child(1) {
    grid-column: 1 / span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .headline-section {
    margin-bottom: 16px;
  }
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information {
    gap: 28px;
  }
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information .column-content {
    gap: 24px;
  }
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information .column-content .info-item .label {
    margin-bottom: 9px;
  }
}
@media (max-width: 640px) {
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .headline-section {
    margin-bottom: 13px;
  }
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information {
    gap: 26px;
  }
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information .column-content {
    gap: 22px;
  }
  .general-footer-component .general-footer-main-content-section .general-footer-main-content .company-information .column-content .info-item .label {
    margin-bottom: 8px;
  }
}
@media (max-width: 1536px) {
  .general-footer-component .general-footer-main-content-section {
    padding: 41.5px 8px;
  }
}
@media (max-width: 1280px) {
  .general-footer-component .general-footer-main-content-section {
    padding: 35px 8px;
  }
}
@media (max-width: 1024px) {
  .general-footer-component .general-footer-main-content-section {
    padding: 27.5px 8px;
  }
}
@media (max-width: 768px) {
  .general-footer-component .general-footer-main-content-section {
    padding: 21px 8px;
  }
}
@media (max-width: 640px) {
  .general-footer-component .general-footer-main-content-section {
    padding: 17px 8px;
  }
}
