



.swiper-wrapper{
  height: auto!important;
}

.swiper-slide{
  height: 100%;
}
h2{
  padding: 0.5em 0.25em;
}

#page-tit{
  font-size: 18px;
}

.cv-btn {
  margin-inline:auto;
  width: fit-content;
  padding:1.5em 1.5em;
  border-radius: 100vh;
  font-size: 18px;
  font-weight: 600;
}

.swiper{
  .cv-btn {
    z-index: 1000;
    position: absolute;
    bottom: -15%;
    right: 15%;
  }
}
