.policy-top::before{
    background: url("../images/job-top.jpg") center center / cover no-repeat;
}
.policy {
    line-height: 2;
}
.policy h3 {
    font-size: 1.4rem;
    position: relative;
    margin-bottom: 1rem;
}
.policy-item h3 {
    background: rgb(238 243 250);
    line-height: 40px;
    padding-left: 0.5rem;
}
.policy h3.policy-fst {
    border-bottom: 2px solid #e8e8e8;
    padding-left: 0.5rem;
}
.policy h3::before {
    content: "";
    position: absolute;
    left: -5px;
    background-color: #4C9BCD;
    height: 40px;
    width: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.policy p {
    font-weight: 300;
    margin-bottom: 1.5rem;
}
.policy-container{
    padding: 3rem;
}

@media screen and (max-width: 575.98px){

    .policy-container {
        padding: 2rem 0.5rem;
    }
    .policy p {
        font-weight: 300;
        margin-bottom: 1.5rem;
        line-height: 1.6;
    }
    .policy-item h3 {
        font-size: 1.2rem;
    }




}








































