.swiper-container {
  position: absolute;
  top: 45%;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
  
.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
  border-radius: 10%;
}

.swiper-slide h1{
  color: rgb(226, 173, 81);
  text-align: center;
}

.swiper-slide p{
  color: rgb(221, 193, 143);
  text-align: center;
  font-weight: 300;
}