/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* section 2 */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */

.box-cards {
  color: #000;
  max-width: 160rem;
  margin: auto;
}
.boxes {
  background-color: rgb(255, 255, 255);
  text-align: center;
  padding: 3.2rem;
  padding-top: 4.8rem;
  width: 25%;
  position: relative;
  box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  width: 100%;
}
.boxes h1 {
  font-size: 2.8rem;
  margin-top: 4.8rem;
}

.boxes:hover {
  transform: scale(1.03);
}

.boxes div {
  display: inline-block;
  padding: 6.4rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6.8rem;
}
.boxes p {
  font-size: 1.8rem;
  margin-top: 1.2rem;
}

.box1 div {
  background: url(../../BackgroundPicturesResized/team1.jpg);
  background-size: cover;
  background-position: center;
  border: 1.4rem solid white;
}

.box2 div {
  background: url(../../BackgroundPicturesResized/team3.jpg);
  background-size: cover;
  background-position: center;
  border: 1.4rem solid white;
}

.box-container {
  display: flex;
  gap: 3.6rem;
  justify-content: center;
  position: absolute;
  top: -4.8rem;
  margin: 0 3.2rem;
}

.box-cards {
  position: relative;
}

.box-containerv2 {
  display: flex;
  gap: 2.8rem;
  justify-content: center;
  margin: 0 12rem;
  position: relative;
  visibility: hidden;
  background-color: rebeccapurple;
  margin-bottom: 3.2rem;
  padding-bottom: 3.2rem;
}
