#camimfo{
    position: relative;
}
#camimfo .titleJ{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#camimfo  .lnlist{
    display: flex;
    width: 33.3%;
    flex-direction: column;
    align-items: center;
}
#camimfo .titleJ h2{
    color: #3764a7;
    font-size: 21px;
}
#camimfo .imfoJ{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}
#camimfo  .mmimgpo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0;
}
#camimfo .mmimgpo .mmpoimg{
    width: calc(33.3% - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 640px) {
	#camimfo .mmimgpo{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #camimfo .mmimgpo .mmpoimg{
    width: calc(100% - 10px);
    margin-bottom: 15px;
}
}
