img {
  display: inline-grid;
  }
.person {
  background-color: #0052d9;
  color: rgb(255 255 255);
  text-align:center;
  padding: 12px 5px;
  /* display: inline-grid; */
  /* height: 47px; */
  /* float:left; */
}
@media (min-width: 1280px){
  .personw{
    width: 19%;
    display: inline-grid;
    float:left;
  }
}
.person2 {
  background-color: #e8e9e9 ;
  color: rgb(0, 0, 0);
  text-align:center;
  padding: 12px 5px;
  /* display: inline-grid; */
  /* height: 47px; */
  /* float:right; */
}
@media (min-width: 1280px){
  .person2w{
    width: 76%;
    display: inline-grid;
  }
  .flex-colul{
    flex-direction: column;
  }
}
.tab-content p {
    font-size: 14px;
    color: #767676;
    line-height: 25px;
    margin: 0px 10px;
}
.tab-content .text-f3 {
    font-size: 20px;
    padding: 10px 0;
}
.tab-content{
  /* margin-top: 5rem; */
}
@media (min-width: 1280px){
  .max-w-sdmc-container{
    max-width: 1600px;
  }
}
.max-w-sdmc-container{
  max-width: 1600px;
}
.imgcenter{
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .w-full p {
    margin-top: 0;
    margin-bottom: 2rem;
} */<!--ºÄÊ±1757753724.7534Ãë-->