.career-journey-section .content-block {
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    text-align: center;
}

.career-journey-section .image-wraper {
    width: 346px;
    height: 447px;
    margin: auto;
    border-radius: 25px;
    background-color: #D9D9D9;
    overflow: hidden;
}
.career-journey-section .image-wraper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.career-journey-section {
    padding-bottom: 110px;
    position: relative;
}
.career-journey-section:after {
    content: "";
    display: block;
    background-image: url(../images/bottom-border-shape.svg);
    position: absolute;
    height: 110px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    bottom: -1px;
}
@media only screen and (max-width:1399px){
    .career-journey-section:after {
        height: 80px;

    }
}


@media only screen and (max-width:991px){
    .career-journey-section:after {
        height: 60px;
    }
    .career-journey-section .content-block {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width:767px){
    .career-journey-section {
        padding-bottom: 40px;
    }
    .career-journey-section .content-block {
        margin-bottom: 40px;
    }
    .career-journey-section .image-wraper {
        width: 290px;
        height: 387px;
    }
    .career-journey-section:after{
        background-image: url(../images/bottom-mob-border-shape.svg);
    }
    .career-journey-section:after {
        height: 50px;
    }
}