.mod_job_intro{
    background: #19a0a0;
    padding:25px;
    box-sizing: border-box;
}
.intro-text{
    color: #fff;
}
.intro-image{
    text-align: center;
    height:100%;
    width:auto;
}
.intro-image img{
    height:100%;
    width:auto;
}
.intro-text, .intro-image{
    padding: 25px;
    box-sizing: border-box;
}
