.ps-swiper {
  width: 350px;
  margin: 0 auto;
}

.ps-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  border-radius: 12px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #000;
  padding: 10px;
  text-align: left;
  font-weight: 600;
}
.ps-swiper .swiper-slide .ps-profile-card {
  width: 100%;
}
.ps-swiper .swiper-slide .ps-profile-card .ps-profile-image {
  position: relative;
}
.ps-swiper .swiper-slide .ps-profile-card .ps-profile-image img.profile-img {
  width: 100%;
  height: 200px;
  margin: 0 0 5px;
  border-radius: 6px;
  overflow: hidden;
  object-fit: cover;
}
.ps-swiper .swiper-slide .ps-profile-card .ps-profile-image img.flag {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  outline: 4px solid #fff;
  pointer-events: none;
  position: absolute;
  right: 20px;
  bottom: -10px;
  display: block;
  z-index: 2;
}
.ps-swiper .swiper-slide .ps-profile-card .ps-profile-content {
  padding: 10px;
}
.ps-swiper .swiper-slide .ps-profile-card .ps-profile-content h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding-bottom: 10px;
}
.ps-swiper .swiper-slide .ps-profile-card .ps-profile-content > p {
  line-height: 18px;
  font-size: 12px;
}
.ps-swiper
  .swiper-slide
  .ps-profile-card
  .ps-profile-content
  .ps-profile-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  border-top: 1px solid #dddddd;
  padding-top: 20px;
}
.ps-swiper
  .swiper-slide
  .ps-profile-card
  .ps-profile-content
  .ps-profile-specs-group {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.ps-swiper
  .swiper-slide
  .ps-profile-card
  .ps-profile-content
  .ps-profile-specs-group
  img {
  width: 20px;
  margin-right: 10px;
  margin-top: 2px;
}
.ps-swiper
  .swiper-slide
  .ps-profile-card
  .ps-profile-content
  .ps-profile-specs-group
  div
  > p {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
}

.ps-swiper
  .swiper-slide
  .ps-profile-card
  .ps-profile-content
  .ps-profile-specs-group
  div
  > span {
  font-size: 13px;
  font-weight: 400;
}
