@charset "utf-8";

.life_bnr{
    max-width: 1110px;       
    display: flex;
    margin: 0 auto;
    justify-content: center;
    
}


    .life_bnr >div:first-child{
        margin-right: 20px;
    }   


.life_bnr >div{
    max-width: 50%;
}
.life_bnr >div >p{
    color: #004165;
    font-size: 18px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 960px) {
}
@media only screen and (max-width:640px) {
    .life_bnr{
        flex-direction: column;
    } 
    .life_bnr >div{
        max-width: 100%;
    }    
    .life_bnr >div:first-child{
        margin-right: 0px;
        margin-bottom: 20px;
    }    
    
    .life_bnr >div >p {
         margin-bottom: 15px; 
    }    
}


