
.header{
            position: fixed;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.9);
            z-index: 9999;
        }
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
    height: auto;
}
.fcontact-section {
  max-width: 1200px;
  margin: 100px auto;
  padding: 0 20px;
}

.fsection-title {
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: bold;
}

.fcontact-content {
  font-size: 18px;display: flex;justify-content: space-between;
}
.fcontact-content .text{flex: 1.2}
.fcontact-content .pic{flex: 2;display: flex}
.fcontact-content .pic img{width: 50%;margin-left: 20px;object-fit: cover}
.fcontact-content p {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .fsection-title {
    font-size: 28px;
  }

  .fcontact-content {
    font-size: 16px;display: block;
  }
    .fcontact-content .pic{display: block;}
  .fcontact-content .pic img{width: 100%;margin:10px 0px 0 0}
  .fcontact-section {
  text-align: center;
}
}

@media (max-width: 480px) {
  .fsection-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .fcontact-content {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .fcontact-section {
  text-align: center;
}
}
