/* 联系我们页面样式 */

/* 联系信息项样式 */
.info-item {
  min-width: 200px;
}

.info-item p {
  text-indent: 2em;
}

/* 联系表单容器样式 */
.contactBox {
  margin-top: 30px;
}

.contactBox .row {
  margin-bottom: 20px;
}

.contactBox img {
  max-width: 100%;
  height: auto;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .info-item {
    margin-bottom: 15px;
    min-width: 100%;
  }
}

/* 联系信息项样式优化 */
.info-item h5 {
  color: #1c51a1;
  margin-bottom: 10px;
  font-weight: 600;
}

.info-item p {
  margin-bottom: 0;
  line-height: 1.6;
}