body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: white;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

.badatz {
  position: absolute;
  top: 12px;
  left: 55px;
  width: 90px;
}

.full-logo {
  margin: -10px auto 8px auto;
  width: 80px;
}

h1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}

.description {
  font-size: 14px;
  color: #4b5563;
  max-width: 500px;
  margin: 0 auto 16px auto;
  line-height: 1.5;
}

.cta-button {
  display: inline-block;
  margin-top: 16px;
  padding: 4px 16px;
  background-color: #84a98d;
  color: white;
  border-radius: 9999px;
  font-size: 12px;
  text-decoration: none;
  transition: background-color 0.2s;
}

.cta-button:hover {
  background-color: #729070;
}

.separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 16px 0;
}

.line {
  height: 1px;
  width: 220px;
  background-color: #d1d5db;
}

.diamond {
  width: 15;
  height: 20px;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}

.card {
  width: 160px;
}

.card img {
  width: 100%;
  height: 176px;
  object-fit: cover;
  border-radius: 8px;
  object-position: bottom;
}

.card p {
  font-size: 12px;
  color: #4b5563;
  margin-top: 2px;
}

.logo {
  width: 48px;
}

.contacts {
  display: flex;
  justify-content: center;
  gap: 104px;
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 8px;
}

.phone,
.email {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.phone {
  padding: 0 8px;
  border-radius: 9999px;
  background-color: #84a98d;
  color: white;
  transition: background-color 0.2s;
}

.phone:hover {
  background-color: #729070;
}

.phone img,
.email img {
  width: 16px;
  height: 16px;
}

.footer {
  font-size: 10px;
  color: #6b7280;
  margin-top: 4px;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: white;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
}

.badatz {
  position: absolute;
  top: 8px;
  left: 250px;
  width: 80px;
}

.full-logo {
  margin: 0px auto 4px auto;
  width: 75px;
}

h1 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 2px;
}

.description {
  font-size: 13px;
  color: #4b5563;
  max-width: 500px;
  margin: 0 auto 8px auto;
  line-height: 1.3;
}

.cta-button {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 12px;
  background-color: #84a98d;
  color: white;
  border-radius: 9999px;
  font-size: 12px;
  text-decoration: none;
  transition: background-color 0.2s;
}

.cta-button:hover {
  background-color: #729070;
}

.separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 8px 0;
}

.line {
  height: 1px;
  width: 200px;
  background-color: #d1d5db;
}

.diamond {
  width: 25px;
  height: 25px;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 12px;
}

.card {
  width: 150px;
}

.card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  object-position: bottom;
}

.card p {
  font-size: 11px;
  color: #4b5563;
  margin-top: 1px;
}

.logo {
  width: 44px;
}

.contacts {
  display: flex;
  justify-content: center;
  gap: 80px;
  font-size: 13px;
  color: #4b5563;
  margin-bottom: 4px;
}

.phone,
.email {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.phone {
  padding: 4px 12px;
  border-radius: 9999px;
  background-color: #84a98d;
  color: white;
  font-size: 13px; /* קצת גדול יותר */
  transition: background-color 0.2s;
}

.phone:hover {
  background-color: #729070;
}

.phone img,
.email img {
  width: 16px;
  height: 16px;
}

.footer {
  font-size: 10px;
  color: #6b7280;
  margin-top: 2px;
}
