.intro.preitem {
  background-color: rgba(255, 255, 255, 0.93);
  padding: 50px 0;
}
.preitem {
  background-color: initial;
  padding: 0;
}
.conv {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.conv .wrapper {
  background-color: rgba(255, 255, 255, 0.93);
  margin-bottom: 40px;
  padding: 60px 0;
}
.conv .wrapper > div{
  max-width: 500px;
  width: 80%;
  margin: 0 auto;
  font-size: 1.5rem;
}
.conv .wrapper > div > h2 {
  font-size: 2.3rem;
  line-height: 1.73;
  margin: 0 auto 1em;
  padding: 0;
  white-space: nowrap;
}
.conv .wrapper > div > h3 {
  font-size: 1.8rem;
  margin: 0 auto 1em;
  padding: 0;
}
.conv .wrapper > div > h3 span{
  font-size: 1.4rem;
}
.conv .wrapper > div > div{
  font-size: 1.5rem;
}
.conv .wrapper > div .prof {
  text-align: center;
  background-color: rgba(255, 255, 255, .9);
  border: 1px solid #bfbfbf;
  font-size: 1.3rem;
  padding: 60px 0;
  max-width: 500px;
  margin-bottom: 40px;
}
.conv .wrapper > div .prof h4{
  font-size: 1.7rem;
  padding-bottom: 1em;
}
.conv .wrapper > div .prof p{
  font-size: 1.3rem;
  margin: 0;
}
.swiper-container {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0 0 40px 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
 
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
 
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
  
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
 
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #bfbfbf;
  opacity: 1;
  margin: 0 10px !important;
}
.swiper-pagination-bullet-active {
  background: #ffffff;
  border: solid 1px #a6a6a6;
}
.swiper-container img{
  width: 100%;
}
.page {
  background-color: rgba(255, 255, 255, 0.93);
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .conv .wrapper > div > h2 {
    white-space: normal;
  }

}
@media screen and (max-width: 640px) {
  .swiper-container {
    padding: 0 0 21px 0;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -2px;
  }
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 6px !important;
  }
  .intro p {
    font-size: 1.4rem;
  }
  .intro.preitem {
    padding: 25px 0;
  }
  .conv .wrapper {
    padding: 30px 0;
    margin-bottom: 15px;
  }
  .conv .wrapper > div > h2 {
    font-size: 1.5rem;
    font-feature-settings: "palt";
    letter-spacing: .15em;
    margin: 0 auto .5em;
  }
  .conv .wrapper > div > h3 {
    font-size: 1.4rem;
    margin: 0 auto .5em;
  }
  .conv .wrapper > div > h3 span {
    font-size: 1.1rem;
  }
  .conv .wrapper > div .prof {
    text-align: left;
    padding: 30px 25px;
    margin-bottom: 25px;
  }
  .conv .wrapper > div .prof p {
    line-height: 1.84;
  }
  .conv .wrapper > div .prof h4 {
    font-size: 1.4rem;
    padding-bottom: .5em;
  }
  .conv .wrapper > div > div {
    font-size: 1.3rem;
  }
  .page {
    padding: 22px 0;
  }
}