#recommended{
  max-width: 100%;
  margin-top: 1em;
}

.recommended-a{
  display: block;
  max-width: 100%;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.recommended-a :hover{
  color: #000;
}
.recommended-img{
  width: 230px;
  height: 230px;
}
.recommended-p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
  margin-bottom: 0;
  font-size: 16px;
}

#recommended .heading-2{
  padding: 20px 20px 0;
}

#recommended .swiper-main{
  display: flex;
  justify-content: space-between;
}
#recommended .swiper-container{
  width: 750px;
}

.swiper-slide .recommended-main{
  width: 260px;
  padding: 0 15px;
  height: 350px;
}

#recommended .swiper-button-prev{
  left: 35px;
  top: 83%;
}

#recommended .swiper-button-next{
  top: 83%;
}

@media (max-width: 768px){
  #recommended .swiper-container{
    width: 100%;
  }
  .swiper-slide .recommended-main {
    width: 100%;
    height: 250px;
  }
  #recommended .swiper-button-next,#recommended .swiper-button-prev{
    display: none;
  }
  .recommended-img{
    width: 141.5px;
    height: 141.5px;
  }
}