.alsman-contact-section {
  background: #fff;
  padding: 80px 0 0;
}
.alsman-contact-section .alsman-contact-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.alsman-contact-section .alsman-contact__left {
  flex: 1 1 0;
  max-width: 50%;
  min-width: 340px;
  padding-right: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.alsman-contact-section .alsman-contact-title-area {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}
.alsman-contact-section .alsman-contact-title-icon {
  width: 45px;
  height: auto;
  display: block;
  margin-bottom: 2px;
}
.alsman-contact-section .alsman-contact-title-text {
  display: flex;
  flex-direction: column;
}
.alsman-contact-section .alsman-contact-subtitle {
  color: var(--color-primary);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.2;
}
.alsman-contact-section .alsman-contact-title {
  margin-top: 15px;
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--title-text-color);
  letter-spacing: 0.01em;
  line-height: 1.1;
  margin-bottom: 0;
}
.alsman-contact-section .alsman-contact-desc {
  font-size: 17px;
  color: var(--text-color);
  line-height: 1.7;
  margin-bottom: 32px;
  margin-top: 18px;
  font-family: var(--font-family);
  font-weight: 400;
}
.alsman-contact-section .alsman-contact-qr {
  width: 180px;
  height: 180px;
  margin-top: 12px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alsman-contact-section .alsman-contact-qr img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}
.alsman-contact-section .alsman-contact__right {
  flex: 1 1 0;
  max-width: 50%;
  min-width: 340px;
  box-sizing: border-box;
}
.alsman-contact-section .alsman-contact-info-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4%;
}
.alsman-contact-section .alsman-contact-info-item {
  width: 48%;
  margin-bottom: 32px;
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 18px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.alsman-contact-section .alsman-contact-info-item:last-child {
  width: 100%;
}
.alsman-contact-section .alsman-contact-info-img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  margin-top: 2px;
  filter: grayscale(1) brightness(0.7);
  flex-shrink: 0;
  display: inline-block;
}
.alsman-contact-section .alsman-contact-info-meta {
  flex: 1;
}
.alsman-contact-section .alsman-contact-info-label {
  font-size: 15px;
  color: #848484;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.alsman-contact-section .alsman-contact-info-main {
  font-size: 24px;
  font-weight: 800;
  color: var(--title-text-color);
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--title-font-family);
}
.alsman-contact-section .alsman-contact-info-value {
  font-size: 18px;
  color: var(--text-color);
  word-break: break-all;
  font-family: var(--font-family);
}
@media (max-width: 991px) {
  .alsman-contact-section .alsman-contact-info-label {
    font-size: 14px;
  }
  .alsman-contact-section .alsman-contact-info-main {
    font-size: 18px;
  }
  .alsman-contact-section .alsman-contact-info-value {
    font-size: 16px;
  }
  .alsman-contact-section .alsman-contact-flex {
    flex-direction: column;
    gap: 24px;
  }
  .alsman-contact-section .alsman-contact__left,
  .alsman-contact-section .alsman-contact__right {
    max-width: 100%;
    min-width: 0;
    padding-right: 0;
  }
  .alsman-contact-section .alsman-contact-qr {
    margin: 0 auto 18px auto;
  }
  .alsman-contact-section .alsman-contact-title {
    font-size: 1.5rem;
  }
  .alsman-contact-section .alsman-contact-subtitle {
    font-size: 0.98rem;
  }
  .alsman-contact-section {
    padding:30px 0 0;
  }
}
@media (max-width: 700px) {
  .alsman-contact-section .alsman-contact-info-label {
    font-size: 12px;
  }
  .alsman-contact-section .alsman-contact-info-main {
    font-size: 16px;
  }
  .alsman-contact-section .alsman-contact-info-value {
    font-size: 14px;
  }
  .alsman-contact-section .alsman-contact-title {
    font-size: 1.05rem;
  }
  .alsman-contact-section .alsman-contact-title-area {
    gap: 8px;
    margin-bottom: 10px;
  }
  .alsman-contact-section .alsman-contact-desc {
    font-size: 15px;
    margin-bottom: 18px;
    margin-top: 10px;
  }
  .alsman-contact-section .alsman-contact-qr {
    width: 120px;
    height: 120px;
  }
  .alsman-contact-section .alsman-contact-qr img {
    width: 90px;
    height: 90px;
  }
}

@media(max-width:420px){
  .alsman-contact-section .alsman-contact-info-value {font-size: 11px;}
  .alsman-contact-section .alsman-contact-info-main {font-size: 14px; }
}