body {
    background-color: #F1F1F1;
}

.header-bg {
    background-image: url('../image/thank-you.webp');
    background-size: cover;
    background-position: center;
    height: 0;
    padding-top: 43.75%;
    margin-top: -10%;
    overflow: hidden;
}

.con-title {
    font-family: 'Montserrat', Medium;
    font-weight: 500;
    font-size: 40px;
    line-height: auto;
    color: #2D83A1;
}

.recruitment-text {
    font-family: 'Montserrat', Medium;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #3B4952;
}


.one-box {
    margin-top: 100px;
    margin-bottom: 160px;
}

@media (max-width: 576px) {
    .header-bg {
        padding-top: 90%;
    }

    .con-mp {
        background-color: #F1F1F1 !important;
        margin-bottom: 34px;
    }
    .con-title{
        font-size: 20px;
        line-height: 30px;
    }
    .recruitment-text{
        font-size: 14px;
        line-height: 26px;
    }
    .one-box{
        margin-top: 40px;
        margin-bottom: 40px;
    }
}