.ews-guideline--wrap {
    max-width: 1024px;
    margin: auto;
}
.ews-guideline--wrap h2 {
    text-align: center;
    margin-bottom: 30px;
}
.ews-guideline__list {
    list-style: none;
}
.ews-guideline__list > li {
  clear: left;
  padding: .5rem 0;
  font-weight: bold;
  font-size: 18px;
}
.ews-guideline__list > li:before {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  float: left;
  margin-left: -30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%:
}

.ews-guideline__list > li:before { 
  background: url("https://44419584.fs1.hubspotusercontent-na1.net/hubfs/44419584/drop.svg");
  background-size: cover;
  background-position: center;
  filter: brightness(0) invert(0.9);
}
.ews-guideline__list > li b {
    font-family: MarkPro-regular !important;
}
.ews-profile__card-wrap {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.ews-card {
    width: 100%;
    max-width: 250px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    text-align: center;
    padding: 20px;
    border-radius: 12px;
    background-color: #fff;
}
.ews-img-container img {
    width: 150px;
    height: 150px !important;
    border-radius: 100%;
    margin-bottom: 15px;
    object-fit: cover;
}
.ews-content h3 {
    font-size: 20px;
    color: #00bae3;
}
.ews-links {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.ews-links a {
    text-decoration: none;
    display: block;
}
.ews-meeting__form {
    padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .ews-profile__card-wrap {
    gap: 16px;
  }
  .ews-img-container img {
    width: 100px;
    height: 100px !important;
  }
}