.address {
  width: 100%;
}

.address_content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}


.address .address_content .address_title {
  text-align: left;
  margin-bottom: 80px;
}

.address .address_content .address_title>p:nth-child(1) {
  display: flex;
  align-items: flex-end;
}

.address .address_content .address_title>p:nth-child(1)>span:nth-child(1) {
  font-size: 3.7rem;
  font-weight: 600;
  color: #000000;
  margin-right: 16px;
}

.address .address_content .address_title>p:nth-child(1)>span:nth-child(2) {
  font-size: 3rem;
  font-weight: 600;
  color: #999999;
}

.address .address_content .address_title>p:nth-child(2) {
  width: 80px;
  height: 8px;
  margin-top: 24px;
  background: #0066ff;
}

.address .address_content .address_title>p:nth-child(3) {
  width: 100%;
  height: 1px;
  background: #e4e4e4;
}

.address .address_content .address_details {
  display: flex;
  justify-content: space-between;
}

.address .address_content .address_details>div {
  width: 384px;
  height: 424px;
  background: linear-gradient(180deg, #f5f7f9 0%, #ffffff);
  border: 3px solid #ffffff;
  border-radius: 8px;
  box-shadow: 2px 2px 10px 0px rgba(16, 43, 93, 0.15);
  padding: 56px 24px 0;
}

.address .address_content .address_details>div>p:nth-child(1)>img {
  width: 180px;
}

.address .address_content .address_details>div>p:nth-child(2) {
  margin-top: 40px;
  font-size: 2rem;
  color: #333333;
}

.address .address_content .address_details>div>p:nth-child(3) {
  margin-top: 24px;
  font-size: 1.5rem;
  color: #666666;
}

.address .address_content .address_map {
  margin: 24px 0 100px;
}

.address .address_content .address_map>img {
  width: 1200px;
}

#container {
  width: 1200px;
  height: 424px;
  overflow: hidden;
  border: 3px solid #ffffff;
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(16,43,93,0.15); 
}