.portfolio {
   padding: 100px 0 90px 0;
   overflow: hidden;
   background: linear-gradient(90deg, #ffeded 0%, #fffaef 100%), #f4f5f4;
}
.portfolio__h2 {
   margin-bottom: 16px;
   font-size: 48px;
   font-weight: 500;
   text-align: center;
}
.portfolio__desc {
   font-size: 22px;
   font-weight: 500;
   margin-bottom: 16px;
   color: #666;
   text-align: center;
}
.portfolio__link {
   font-size: 22px;
   text-decoration: underline;
   color: #0099ff;
   position: relative;
}
.portfolio__slide-link {
   display: block;
   width: 100%;
   margin: 0 auto;
}
.portfolio__img {
   display: block;
   width: 100%;
   margin: 0 auto;
}
.portfoli__slide-text {
   width: 50%;
   padding: 30px;
   position: absolute;
   bottom: 0;
   left: 0;
   font-size: 24px;
   font-weight: 600;
   color: #fff;
}


.swiper {
   width: 100%;
   /* height: 400px; */
 }