.recrutement_bloc {
    padding:  100px 50px;
    background: #FFF;
    position: relative;
    margin-bottom: 160px;
}
.recrutement_title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #22252c;
    font-family: "shonar_banglabold";
    line-height: normal;
    position: relative;
    padding-left: 70px;
    padding-bottom: 70px;
}
.recrutement_title:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background: #22252c;
    left: 0;
    bottom: 35px;
}
.recrutement_text {
    font-size: 15px;
    color: #22252c;
    font-weight: lighter;
    margin: 20px 0;
    text-align: justify;
    line-height: 28px;
    padding-left: 70px;
}
.recrutement_infos {
    font-size: 18px;
    color: #22252c;
    font-weight: bold;
    margin: 20px 0;
    text-align: justify;
    line-height: normal;
    padding-left: 70px;
}
.recrutement_infos a {
    color: #22252c;
    text-decoration: none;
}
.recrutement_infos a:hover {
    color: #f2cb1e;
    text-decoration: none;
}

.recrutement_motif1 {
    position: absolute;
    right: -86px;
    bottom: -3px;
}
.recrutement_motif2 {
    position: absolute;
    right: -86px;
    bottom: -81px;
}



.recrutement_bloc:nth-child(2n) .recrutement_title {
    text-align: right;
    padding-left: 0;
    padding-right: 70px;
}
.recrutement_bloc:nth-child(2n) .recrutement_title:before {
    left: inherit;
    right: 0;
}
.recrutement_bloc:nth-child(2n) .recrutement_text {
    padding-left: 0;
    padding-right: 70px;
}
.recrutement_bloc:nth-child(2n) .recrutement_motif1 {
    right: inherit;
    left: -86px;
}
.recrutement_bloc:nth-child(2n) .recrutement_motif2 {
    right: inherit;
    left: -86px;
}
.recrutement_bloc:last-child {margin-bottom: 0;}
.recrutement_bloc:nth-child(2n) .recrutement_infos {
    padding-left: 0;
}

@media (max-width: 991px) {
.recrutement_motif1 {
    display: none;
}
.recrutement_motif2 {
    display: none;
}
.recrutement_bloc {
    padding: 50px 25px;
    background: #FFF;
    position: relative;
    margin-bottom: 70px;
}
.recrutement_title {
    font-size: 30px;
    padding-bottom: 30px;
}
}



@media (max-width: 767px) {
.recrutement_text {
    padding-left: 0;
}
.recrutement_infos {
    padding-left: 0;
}
.recrutement_bloc:nth-child(2n) .recrutement_text {
    padding-left: 0;
    padding-right: 0;
}
}
