.alsman-contact-section {
  background: #fff;
  padding: 80px 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;position:relative;
  gap: 14px;
}
.alsman-contact-section .alsman-contact-title-icon{width:45px;display:block;position: absolute;left:-55px;top:0;}

.alsman-contact-section .alsman-contact-title-text {
  display: flex;
  flex-direction: column;
}
.alsman-contact-section .alsman-contact-subtitle {
  color: var(--color-primary);
  font-size:clamp(14px, 0.95vw, 18px);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;margin:0;
}
.alsman-contact-section .alsman-contact-title {
  margin-top: 15px;
  font-size:clamp(22px, 2.2vw, 42px);
  font-weight:700;
  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.8;
  margin-top:30px;
}
.alsman-contact-section .alsman-contact-qr {
  width:160px;
  margin-top:25px;
}
.alsman-contact-section .alsman-contact-qr img{width:100%;}

.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);
}
.alsman-contact-section .alsman-contact-desc p,.alsman-contact-qr{line-height: inherit;}

@media (max-width:1280px) {
.alsman-contact-section {padding:60px 0;}
.alsman-contact-section .alsman-contact-desc{font-size: 16px;line-height:1.5;}

}


@media (max-width:992px) {
  .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-desc{margin:25px 0 0 44px;}  
  
  
.alsman-contact-section .alsman-contact-title-icon{width:30px;position:static;} 
  
.alsman-contact-section .alsman-contact-qr {width:150px;margin:20px 0 0 44px;}

  .alsman-contact-section .alsman-contact__left,
  .alsman-contact-section .alsman-contact__right {
    max-width: 100%;
    min-width: 0;
    padding-right: 0;
  }



}


@media (max-width:768px) {

.alsman-contact-section {padding:30px 0 10px;}

  .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-desc{margin:20px 0 0 44px;font-size:15px;}

  .alsman-contact-section .alsman-contact-title {margin-top:10px;}
  
.alsman-contact-section .alsman-contact-info-item{margin-bottom:25px;}

  .alsman-contact-section .alsman-contact-desc {
    font-size: 15px;
    margin-bottom: 18px;
    margin-top: 10px;
  }
  
.alsman-contact-section .alsman-contact-qr {width:120px;}
.alsman-contact-section .alsman-contact-info-value{font-size:15px;}


}


@media (max-width:480px) {
.alsman-contact-section .alsman-contact-title-area{gap:8px;}
.alsman-contact-section .alsman-contact-title-icon{width:25px;}
.alsman-contact-section .alsman-contact-desc{margin:15px 0 0 33px;font-size:14px;}
.alsman-contact-section .alsman-contact-qr{margin:10px 0 0 33px;}

.alsman-contact-section .alsman-contact-info-value{font-size:14px;}

}





