.tj-contact-section--id438427 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.25rem;
  /*zoom: 0.9;*/
  padding-bottom: 0;
}
.tj-contact-button{
  width: 100%;
  justify-content: flex-start;
}
.tj-contact-section--id438427 .tj-contact-card {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.56rem;
  border-radius: 25px;
  background: linear-gradient(-96.23222deg, rgba(68,174, 207, 1) 0%, rgba(27,152, 191, 1) 100%);
}

.tj-contact-section--id438427 .tj-contact-header {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.tj-contact-section--id438427 .tj-contact-avatar {
  width: 4rem;
  flex-shrink: 0;
  height: 4rem;
  background: #fff;
  border-radius: 50%;
}

.tj-contact-section--id438427 .tj-contact-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  background: linear-gradient(0deg, rgba(255,255, 255, 1) 0%, rgba(255,255, 255, 1) 100%);
}

.tj-contact-section--id438427 .tj-contact-title {
  font-size: 1.75rem;
  font-family: 'DM Serif Text', serif;
  font-weight: 400;
  line-height: 1.16;
  color: rgba(255,255, 255, 1);
  margin: 0;
}

.tj-contact-section--id438427 .tj-contact-description {
  font-size: 0.9rem;
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  line-height: 1.35;
  color: rgba(255,255, 255, 1);
}

.tj-contact-section--id438427 .tj-contact-actions {
  display: flex;
  flex-direction: column;
  gap: 0.93rem;
}

.tj-contact-section--id438427 .tj-reviews-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.62rem;
  padding: 1rem;
  border-radius: 25px;
  background: linear-gradient(0deg, rgba(240,240, 240, 1) 0%, rgba(240,240, 240, 1) 100%);
  overflow: hidden;
}

.tj-contact-section--id438427 .tj-reviews-title {
  font-size: 1.25rem;
  font-family: 'DM Serif Text', serif;
  font-weight: 400;
  color: rgba(76,76, 76, 1);
  text-align: center;
  margin: 0;
}

.tj-contact-section--id438427 .tj-doctolib-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tj-contact-section--id438427 .tj-doctolib-logo img {
  max-height: 3rem;
  display: block;
}

.tj-contact-section--id438427 .tj-google-reviews-card {
  background: white;
  border-radius: 12px;
  padding: 1rem 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-align: center;
  margin-top: 0.5rem;
}

.tj-contact-section--id438427 .tj-google-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.tj-contact-section--id438427 .tj-google-logo {
  width: 24px;
  height: 24px;
  background: #4285f4;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}

.tj-contact-section--id438427 .tj-google-text {
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  color: #5f6368;
}

.tj-contact-section--id438427 .tj-star-rating {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-bottom: 0.5rem;
}

.tj-contact-section--id438427 .tj-star {
  color: #fbbf24;
  font-size: 1rem;
}

.tj-contact-section--id438427 .tj-rating-text {
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  color: #6b7280;
  font-size: 0.7rem;
}

.tj-contact-section--id438427 .tj-background-image {
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid rgba(240,240, 240, 1);
}
.tj-contact-section--id438427 .tj-background-image>* {
  padding: 1rem;
}

.tj-contact-section--id438427 .tj-background-image img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}

@media (max-width: 319px) {
  .tj-contact-section--id438427 {
    gap: 1rem;
  }

  .tj-contact-section--id438427 .tj-contact-card {
    padding: 1.62rem;
    gap: 1.91rem;
  }

  .tj-contact-section--id438427 .tj-contact-header {
    gap: 1.16rem;
  }

  .tj-contact-section--id438427 .tj-contact-avatar {
    width: 24.89%;
  }

  .tj-contact-section--id438427 .tj-contact-title {
    font-size: 1.93rem;
  }

  .tj-contact-section--id438427 .tj-button {
    padding: 0.78rem 1.37rem;
    font-size: 1.18rem;
  }

  .tj-contact-section--id438427 .tj-reviews-section {
    padding: 1.62rem;
  }

  .tj-contact-section--id438427 .tj-reviews-title {
    font-size: 1.56rem;
  }
}
