.container {
  background-color: #F2F2F2;
}
.store-site-card {
  position: relative;
  padding: 10px;
  width: 625px;
  background: #FFFFFF;
  border-radius: 20px;
}
.store-site-card:nth-child(even) {
  margin-left: 30px;
}
.store-site-card:nth-child(n+3) {
  margin-top: 30px;
}
.store-site-card > img {
  margin-right: 18px;
  width: 297px;
  height: 170px;
  background: #F2F2F2;
  border-radius: 16px;
}
.store-site-card .detail {
  width: 288px;
}
.store-site-card .detail h1 {
  margin: 19px 0;
  margin-bottom: 18px;
  height: 23px;
  line-height: 23px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
}
.store-site-card .detail .address {
  margin-bottom: 30px;
}
.store-site-card .detail .address img {
  width: auto;
  height: 20px;
  margin-right: 9px;
}
.store-site-card .detail .address span {
  height: 18px;
  line-height: 18px;
  font-size: 20px;
  font-family: Akrobat;
  color: #666666;
}
.store-site-card .detail > button {
  height: 40px;
  background: linear-gradient(90deg, #FFB728, #FFA022);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  padding: 13px 38px;
}
.compony {
  width: 570px;
  position: absolute;
  color: #fff;
  margin-bottom: 50px;
}
.compony p:first-child {
  font-size: 28px;
  margin-bottom: 5px;
}
.compony p:last-child {
  font-size: 56px;
  font-weight: bolder;
}
