* {
  margin: 0;
  padding: 0;
}

body {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: lightsteelblue;
  font-family: "Poppins", sans-serif;
}

.card {
  background-color: white;
  padding: 25px;
  padding-top: 20px;
  border-radius: 26px;
}

.image {
  width: 321px;
  height: 161px;
  flex-shrink: 0;
}

.text1 {
  color: var(--black, #080809);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.27px;
  padding-top: 26px;
  padding-bottom: 13px;
}

.text2 {
  color: var(--text-2, #84829a);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 124.5%; /* 19.92px */
  letter-spacing: -0.08px;
  display: flex;
  gap: 13px;
  padding-bottom: 21px;
}

.icons {
  display: flex;
  gap: 13px;
  padding-bottom: 29px;
}

.icon {
  height: 36px;
  width: 36px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

.end {
  display: flex;
  color: var(--text-2, #84829a);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.32px;
  gap: 15px;
}

.buildingImg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.text3 {
  padding-top: 2px;
}
