.assistant-container-title {
  padding: 25px 0 10px 0;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
}

.assistant-container {
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.swiper-container {
  overflow: hidden;
  width: 100%;
}

.swiper-slide {
  flex: 0 0 51.9%;
  box-sizing: border-box;
  padding-right: 4%;
}

.swiper-slide a {
  display: flex;
  flex-direction: column;
}

.swiper-slide img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.chatbot-link {
  text-decoration: none;
  color: inherit;
}

.assistant-title {
  font-weight: bold;
  margin: 15px 3%;
  color: black;
}

.assistant-address {
  margin: -2% 3% 0;
  font-size: 12px;
  color: #757575;
}

.swiper-scrollbar {
  display: none;
}