.recruitment {
    flex-direction: column-reverse;
}
.recruitment__text{
    flex-direction: column; 
}
.recruitment__container{
    width: 100%;
}
.recruitment__content{
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.recruitment__left{
    width: 100%;
    padding: 30px;
}
.recruitment__text{
    width: 100%;
    flex-direction: column;
}
.recruitment__text p{
    padding-top: 15px;
    width: 100%;
}
.recruitment__box{
    width: 85vw;
    padding-left: 15px;
    padding-top: 15px;
    margin-top: 3vh !important;
    border-radius: 15px ;
    flex-direction: column;
    display: flex;
}
.recruitment__box .plus__button{
    padding-bottom: 15px;
}
.recruitment__box_text{
    flex: 1;
}

.recruitment__box:first-child .plus__button a{
    background-color: #EBF1F6 !important;
}
.recruitment__box:first-child .plus__button a:hover{
    background-color: #cacfd3 !important;
}
.recruitment__container .wp-block-buttons {
    gap: 16px;
    padding: 24px 0;
    width: 100%;
    justify-content: center;
    z-index: 2;
}

.recruitment__container .wp-block-buttons .wp-block-button,
.recruitment__container .wp-block-buttons .wp-block-button a {
    width: 100%;
}
.recruitment__image{
    width: 100%;
    align-items: end;
}
.recruitment__image img{
    width: 100%;
    margin-bottom: -1rem;
}

.recruitment-card {
    width: auto;
}

.recruitment--alt {
    .recruitment-card {
        width: -webkit-fill-available;
    }
}

.recruitment--v1 {
    padding-bottom: 48px !important;
}

@media only screen and (min-width: 768px) {
    .recruitment--alt {
        padding: 5% !important;

        .recruitment__container {
            border-radius: 14px;
        }
        
    
    }
}

@media only screen and (min-width: 800px) {
    .recruitment__left{
        padding: 60px;
    }
    .recruitment__image img{
        margin-bottom: -1.1rem;
    }
}


@media only screen and (min-width: 1200px) {
    .recruitment__container .wp-block-buttons {
        gap: 0px;
    }
    .recruitment{
        justify-content: start;
        flex-direction: column !important;
        background-color: white;
    }
    .recruitment__image img{
        justify-content: center;
        position: absolute;
        right: -150px !important;
        /* bottom: -33rem; */
        /* top:5vh; */
        /* bottom: 0; */
        width: 47vw;
    }
    .recruitment__container{
        width: 100vw;
        /* height: 50vh; */
    }
    .recruitment__content{
        width: 65%;
        justify-content: flex-start;
        padding-left: 40px;
    }
    .recruitment__text{
        padding-left: 40px;
    }
    .recruitment__content{
        margin-top: 6vh !important;
        margin-bottom: 6vh !important;
        flex-direction: row; 
    }
    .recruitment__box{
        width: 25vw;
        min-height: 200px;
        /* padding: 20px; */
    }
    .recruitment__box_text{
        width: 100%;
    }
    .recruitment__container .wp-block-buttons {
        flex-direction: row !important;
        width: 65% !important;
    }
    .recruitment__container .wp-block-button{
        width: 45% !important;
        padding: 1.25%;
    }
    .recruitment__container .wp-block-button a{
        padding: 10px;
    }
    .recruitment__text{
        width: 60%;
        flex-direction: row;
    }
    .recruitment__text p{
        width: 70%;
    }
    .recruitment__image {
        .wp-block-image .components-resizable-box__container img {
            width: 40vw;
            z-index: 2;
        }
    }

    .recruitment--alt {
        padding: 7% 5% 90px !important;
        position: relative;

        .recruitment__image {
            position: absolute;
            right: 5%;
            bottom: 108px;
        }
        
        .recruitment__image 
            figure {
                margin-bottom: 0;

                img {
                    right: 0 !important;
                    width: 32vw;
                    bottom: 0;
                }
        }

        .recruitment__container {
            width: 100%;

            .recruitment__text {
                padding-left: 0;
            }
        
            .recruitment-card {
                width: 20vw;
            }
    
            .recruitment__content {
                padding-left: 0;
            }
        


            .wp-block-buttons {
                justify-content: flex-start;
            }
        }
       
    }

}


@media only screen and (min-width: 1500px) {

    .recruitment__image{
        width: 100%;
        height: 150px;
    }
    .recruitment__image img{
        justify-content: center;
        position: absolute;
        right: -100px !important;
        bottom: calc(17px - 600px);
        /* top: 0vh; */
        width: 55vw;
    }
    .recruitment__container{
        width: 100vw;
        /* height: 35vw; */
        height: 600px;
    }

    .recruitment__content{
        margin-left: 2vw !important;
        width: 45%;
    }
    .recruitment__text{
        padding-left: 40px;
    }
    .recruitment__content{
        flex-direction: row; 
    }
    .recruitment__box{
        width: 18vw;
        padding-left: 25px;
        padding-top:25px;
        min-height: 220px;
    }
    .recruitment__box .plus__button{
        padding-bottom: 25px;
    }
    .recruitment__container .wp-block-buttons {
        width: 55% !important;
    }
    .recruitment__text{
        width: 50%;
        flex-direction: row;
    }
    .recruitment__text p{
        width: 80%;
    }
}
@media screen and (min-width: 1800px) {
    .recruitment__image{
        height: 15vh;
    }
    .recruitment__content{
        margin-left: -1.5vw !important;
        width: 47%;
    }
    .recruitment__box{
        padding-left: 35px;
        padding-top:35px;
        min-height: 240px;
    }
    .recruitment__image img{
        justify-content: center;
        position: absolute;
        right: -150px !important;
        bottom: calc(17px - 800px);
        /* top: 0vh; */
        width: 55vw;
    }
    .recruitment__container{
        width: 100vw;
        /* height: 35vw; */
        height: 800px;
    }
    .recruitment__container .wp-block-buttons {
        margin-left: 0.5vw !important;
        width: 45% !important;
    }

    .recruitment--alt {
        & .recruitment__image figure {
            img {
                right: 0 !important;
                width: 38vw;
                bottom: 0;
            }
        }
    }
}