.sliding-background {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    transition: background-image 1s ease-in-out;
}
.text-2{
    font-size: 2rem !important;
    line-height: normal;
}
.text-2 .color-green{
    font-weight: 500;
    font-style: italic;
    color: #0067ed !important;
}
.cmt-icon_element-color-skincolor:not(.cmt-icon_element-fill) i{
    color: #0067ed;
}

.section-box.overflow-visible{
    margin-top: 30px !important;
}
.box-image-job .img-job-1 {
    position: absolute !important;
    top: -15% !important;
    left: -10% !important;
    width: 40% !important;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #05264E;
    border-radius: 15px;
    color: white;
    font-size: 1.1rem;
    font-weight: 500;
}
.box-image-job .img-job-2 {
    position: absolute !important;
    bottom: -10% !important;
    right: -10% !important;
    width: 40% !important;
    height: 180px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #3C65F5;
    border-radius: 15px;
    color: white;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 6%;
}
.box-image-job .img-job-2 a{
    font-size: .9rem;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.box-image-job .img-job-2 .fa-minus::before{
    display: block;
    /* vertical-align: middle; */
    margin-right: 2px;
    content: "";
    height: 1px;
    width: 20px;
    background-color: currentColor;
}
.box-image-job .img-job-2 .fa-minus{
    margin-right: 3%;
}

/* @media (max-width: 768px) {
    #wrapper {
        width: 90%;
        padding: 15px;
    }
} */

/* Styling for mobile devices */
@media (max-width: 480px) {
    .section-box.overflow-visible{
        margin-top: 25% !important;
    }
    .box-image-job .img-job-1 {
        position: absolute !important;
        top: -30% !important;
        left: -1% !important;
        width: 40% !important;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #05264E;
        border-radius: 15px;
        color: white;
        font-size: 1.1rem;
        font-weight: 500;
    }
    .box-image-job .img-job-2 {
        position: absolute !important;
        bottom: -10% !important;
        right: -1% !important;
        width: 40% !important;
        height: 180px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        background-color: #3C65F5;
        border-radius: 15px;
        color: white;
        font-size: 1.1rem;
        font-weight: 500;
        padding: 6%;
    }
    .content-job-inner{
        margin-top: 10%;
    }
}