#teamJ{
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
}
#bomamimg{
    position: relative;
    display: flex;
    flex-direction: column;
}
#bomamimg .mmaimg{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    padding: 0;
    background-color: rgb(243 243 243 / 65%);
}
#bomamimg .mmaimg .maten{
    display: flex;
    margin: 40px 0 0;
}
#bomamimg .mmaimg .maten .mateJbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-left: gainsboro 1px solid;
}
#bomamimg .mmaimg .maten .mateJbox:first-child{
    border-left: none;
}
#bomamimg .mmaimg .maten .mateJbox img{
    width: 60px;
}
#bomamimg .mmaimg .maten .mateJbox p{
    font-size: 14px;
}
#bomamimg .mmaimg .boomimg{
    display: flex;
    width: 50%;
}
#bomamimg .mmaimg .boomimg img{
    object-fit: cover;
}
#bomamimg .mmaimg:nth-child(2) .boomimg{
    order: 2;
}
#bomamimg .mmaimg .maimfoo{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 30px;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.mmaimg .maimfoo h4{
    font-size: 23px;
    line-height: 180%;
}
.mmaimg .maimfoo p{
    font-size: 16px;
}
#teamJ .manbox{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
#teamJ .manbox .manlist{
    display: flex;
    width: calc(33% - 8px);
    margin: 10px 3px;
    border: #b9b9b96e 1px solid;
    border-radius: 15px;
    flex-direction: column;
}
#teamJ .manbox .manlist:hover img{
  -moz-transform: scale(0.96);
  -webkit-transform: scale(0.96);
  -o-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}
#teamJ .teamJimg{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#teamJ .teamJtext{
    padding: 5px 0;
    width: 100%;
    position: relative;
}
#teamJ .Jtetiele{
    display: flex;
    align-items: center;
    padding: 6px 0;
    /* margin-bottom: 40px; */
    border-bottom: #afafaf82 1px solid;
    transition: unset;
    margin-right: 0;
    justify-content: center;
    position: absolute;
    z-index: 9;
    top: -34px;
    width: 100%;
    background: #1171b8;
}
.itmm{
    padding: 0px 0 10px;
    margin-bottom: 10px;
}
.itmm p{
    position: relative;
    padding: 3px 10px 5px;
}
.itmm p .fa{
    margin-right: 5px;
}
.itmm p:after {
    content: "";
    border-color: #6e6e6e;
    border-top-style: dotted;
    border-top-width: 1px;
    position: absolute;
    bottom: 0;
    width: 96%;
    left: 2%;
}

.itmm .barbar{
    padding: 10px 10px;
    background: #e5e5e5;
    color: #696969;
    font-size: 20px;
}
#teamJ .manbox .manlist:hover .Jtetiele{
    color: #6dd0cd;
}
#teamJ .Jtetiele h2{
    font-size: 27px;
    line-height: 100%;
    margin-bottom: 0;
    color: white;
}
#teamJ .Jtetiele h3{
    font-size: 26px;
    color: white;
}
#teamJ .teamJimg img{
    width: 390px;
    max-width: 90%;
    margin: 5%;
}
@media screen and (max-width: 1300px){
    #bomamimg .mmaimg{
        display: flex;
        flex-direction: column;
    }
    #bomamimg .mmaimg:nth-child(2) .boomimg{
        order: unset;
    }
    #bomamimg .mmaimg .boomimg{
    width: 100%;
}
    #bomamimg .mmaimg .maimfoo{
    width: 100%;
}
}
@media screen and (max-width: 1460px) {
	#teamJ .manbox .manlist{
        margin: 0 3px;
        width: calc(49% - 6px);
    }
    #teamJ .teamJimg img{
    width: 330px;
}
}
@media screen and (max-width: 980px) {
    #teamJ .manbox{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #teamJ .manbox .manlist{
        width: calc(100% - 10px);
        margin: 10px 0;
        display: flex;
        flex-direction: column;
    }
  #teamJ .teamJimg{
    width: 100%;
}
    #teamJ .teamJtext{
    padding: 10px 8px;
    width: calc(100% - 16px);
}
}
@media screen and (max-width: 640px) {
#bomamimg .mmaimg .maten{
    display: flex;
    flex-wrap: wrap;
    }
    #bomamimg .mmaimg .maten .mateJbox{
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 10px;
    }
    #bomamimg .mmaimg .maten .mateJbox:nth-child(3n){
        border-left: none;
    }
    #bomamimg .mmaimg .maimfoo{
    padding: 5px 10px;
}
}