.recruit-section1-wrapper {
    color: var(--txt-color-3);
    padding-top: 50px;
    padding-bottom: 50px;
}

@media(min-width:992px) {
    .recruit-section1-wrapper {
        max-width: 1200px;
        margin: 0 auto;
    }
}

.recruit-section1-wrapper p {
    margin-top: 25px;
    font-size: 15px;
    line-height: 23px;
}

.recruit-section1-contents img {
    width: 100%;
    margin-top: 50px;
    height: 280px;
    object-fit: cover;
    border-radius: 20px;
}

.recruit-section1-contents p {
    color: var(--txt-color-4);
}