.sales-managers {
  margin: 90px 0;
}
@media (max-width: 900px) {
  .sales-managers {
    margin: 60px 0;
  }
}
.sales-managers h1, .sales-managers h2, .sales-managers h3, .sales-managers h4 {
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
}
.sales-managers h1 {
  font-size: 45px;
}
@media (max-width: 900px) {
  .sales-managers h1 {
    font-size: 32px;
  }
}
.sales-managers h2 {
  font-size: 36px;
}
@media (max-width: 900px) {
  .sales-managers h2 {
    font-size: 28px;
  }
}
.sales-managers h3 {
  font-size: 28px;
}
@media (max-width: 900px) {
  .sales-managers h3 {
    font-size: 22px;
  }
}
.sales-managers h4 {
  font-size: 22px;
}
.sales-managers__head {
  margin-bottom: 40px;
}
.sales-managers__head .section-eyebrow {
  margin-bottom: 12px;
}
.sales-managers__title {
  margin: 0;
}
.sales-managers__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
}
@media (max-width: 1200px) {
  .sales-managers__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .sales-managers__grid {
    grid-template-columns: 1fr;
  }
}

.manager-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px;
  background: #ffffff url("../../../img/card-dots.svg") no-repeat right bottom;
  border: 1px solid #263B87;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(15, 27, 61, 0.18);
}
.manager-card__photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  background: #f5f7fb;
  flex-shrink: 0;
}
.manager-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.manager-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.manager-card__name {
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #1a1a1a;
}
.manager-card__regions {
  margin: 0;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #8892a6;
}
.manager-card__contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 6px;
}
.manager-card__phone, .manager-card__email {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #ff8c00;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.manager-card__phone:hover, .manager-card__email:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
/*# sourceMappingURL=styles.css.map */
