.navbar {
  padding: 5px;
}
.navbar .navbar-brand img {
  height: 70px;
}
.buttonSend {
  color: #fff;
}
#our_games_list .img-fluid {
  width: 100%;
}
.perks {
  margin: 80px auto;
}
.perks .cards {
  padding: 20px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  text-align: center;
}
.perks .cards img {
  width: 80px;
}
.perks .cards h3 {
  padding: 5px 0;
  color: #dd267a;
  margin: 0;
}
.perks .cards p {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.reviews {
  margin: 60px auto;
  padding: 20px;
}
.reviews h1 {
  padding-top: 20px;
}
.reviews h1,
.reviews .title-p {
  text-align: center;
}
.reviews .images {
  text-align: center;
}
.reviews .images img {
  width: 80%;
}
.reviews .swiper-slide {
  padding: 30px 60px;
  text-align: left;
  background-color: transparent;
}
.reviews .swiper-slide .date {
  color: #9a9a9a;
}
.reviews .swiper-slide .txt {
  color: #333333;
}
.reviews .swiper-button-next,
.reviews .swiper-button-prev {
  background-color: transparent !important;
}
.reviews .swiper-button-next:after,
.reviews .swiper-button-prev:after {
  font-size: 25px !important;
}
.reviews .cards {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.job-article .careerTitle {
  cursor: pointer;
}
.job-article .job-detail {
  height: 0;
  overflow: hidden;
  background-color: #f9f9f9;
  opacity: 0;
  transition: height 0.3s ease, opacity 0.3s ease;
}
.job-article .card-title {
  padding: 20px;
  font-size: 16px;
}
.job-article .card-title h3 {
  font-size: 20px;
}
.job-article .job-detail.opening,
.job-article .job-detail.open {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */