.recruit-section {
    padding: 6rem 0 0;
}

.info-row {
    margin-bottom: 97px;
}

.recruitment-info-active {
    position: relative;
    height: 169px;
    background-color: #E77160;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-card:hover {
    background-color: #E77160;
}

.info-card:hover .info-header {
    color: #fff;
}

.info-card:hover .info-svg>path {
    stroke: #fff;
}

.info {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .recruitment-info-active {
        margin-bottom: 18px;
        height: 172px;
    }
}

.recruitment-info-card {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 41px;
    position: relative;
    height: 169px;
    border: 1px solid #E77160;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
	transition: .5s;
}

@media screen and (max-width: 768px) {
    .recruitment-info-card {
        margin-bottom: 18px;
        height: 117px;
    }
}

.info-header {
    font-size: 20px;
    font-weight: 700;
    line-height: 124.3%;
    letter-spacing: 0.085em;
    color: #E77160;
}

@media screen and (max-width: 768px) {
    .info-header {
        font-size: 18px;
    }
}

.info-svg {
    margin-left: 23px;
    margin-top: -5px;
}

@media screen and (max-width: 768px) {
    .info-svg {
        margin-left: 13px;
    }
}

.info-active-svg {
    margin-left: 23px;
    margin-top: 3px;
}

@media screen and (max-width: 768px) {
    .info-active-svg {
        margin-left: 13px;
        margin-top: 2px;
    }
}

.info-active-header {
    font-size: 20px;
    font-weight: 700;
    line-height: 124.3%;
    letter-spacing: 0.085em;
    color: #FFFFFF;
}

/*# sourceMappingURL=recruit-list.css.map */
.action-cards {
    margin-bottom: 96px;
}

.other-banner .call-to-action-row{padding: 4em 0px 6em 0;}

.call-to-action-left {
    margin-bottom: 13px;
    height: 139px;
    background-image: url(/wp-content/uploads/2022/09/025-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 50px 0;
    color: #fff;
}

.call-to-action-right {
    height: 139px;
    background-image: url(/wp-content/uploads/2022/09/advantage-img01-2-1-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 50px 0;
    color: #fff;
}

.call-to-action-right p {
    font-size: 12px;
}

.call-to-action-left p {
    font-size: 12px;
}

.call-to-action-left h2 {
    font-size: 20px;
    padding: 8px 0;
}

.call-to-action-right h2 {
    font-size: 20px;
    padding: 8px 0;
}

.go-to {
    display: flex;
    justify-content: center;
}

.go-to svg {
    position: relative;
    margin-left: 9px;
    margin-top: 15px;
}

/*# sourceMappingURL=recruitment-info.css.map */

@media screen and (max-width: 768px) {
    .info-active-header {
        font-size: 18px;
    }

    .call-to-action-row {
        margin-top: 43px;
        margin-bottom: 43px;
    }

    .call-to-action-left {
        background-image: url(/wp-content/uploads/2022/09/025-2-1.png);
    }

    .call-to-action-right {
        background-image: url('/wp-content/uploads/2022/10/advantage-img01-3.png');
    }
}

@media only screen and (max-width: 767px) {
    .recruit-section {
        padding: 0;
    }
}