* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* html,
body {
  position: relative;
  height: 100%;
} */

body {
  height: 400vh;
  background: #fff;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 40%;
  margin-top: 25px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  /* display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; */
}

.swiper-wrapper {
  transition-property: transform;
  transform: translateZ(0);
  perspective: 1200px;
}
.swiper-card {
  height: 200px;
  width: 251px;
  border-radius: 20px;
  background: #f2fbf7 !important;
  box-shadow: 0 0.125rem 0.625rem rgb(0 0 0 / 5%);
  border: 0px !important;
  /* box-shadow: 0px 0.2px 5px rgba(0, 0, 0, 0.514); */
  /* background-color: #a5e9c7; */
}
.card-content {
  border-radius: 20px;
  /* background: #c0ecd9; */
  position: relative;
  width: 100%;
  height: 100%;
}
.linkedin-img {
  display: inline-block;
  height: 25px;
  /* width: auto; */
  position: relative;
  top: 10%;
  left: 35%;
}

.person-name {
  font-size: 1rem;
  text-align: center;
  margin-top: 25px;
}

.person-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
}
.card-text {
  font-size: 0.8rem;
  color: #6c757d;
  margin-top: 12px;
}
.company {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70px;
  /* margin-top: 3px; */
  height: auto;
}

.sq {
  margin-top: 10px;
  width: 25px;
}

.test-head {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  line-height: 1.375;
  font-weight: 700;
  margin-top: 20px;
}

@media screen and (max-width: 576px) {
  .test-head {
    font-size: 1.7rem;
    margin-top: 15px;
  }
}
