.ysas-contact-box {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 4rem;
}

.ysas-contact-left {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.ysas-note-swiper {
  width: 100%;
  height: 100%;
}

.ysas-note-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.ysas-note-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ysas-contact-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ysas-contact-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ysas-contact-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.ysas-contact-content {
    display: flex;
  flex-direction: column;
  gap: 0.5rem;

}
.ysas-contact-content p {
  font-size: 1.125rem;
  font-weight: bold;
}
