.first_section_title {
    font-size: 52px;
    line-height: 60px;
    color: #fff;
    font-weight: 800;
    margin: 0px 0px 20px;
}

.first_section_content_below_title {
    max-width: 700px;
    margin: 0 auto;
}

.first_section_content_below_title p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 100;
    margin: 0px 0px 0px;
}

.container {
    max-width: 1130px;
    margin: 0 auto;
}

.first_section_with_background_container {
    padding: 145px 50px 150px!important;
}

@media screen and (max-width: 1230px) {
    .cs_section_two .container {
        max-width: 100%;
        padding: 0px 50px;
    }
}

@media screen and (max-width: 1040px) {
    .first_section_with_background_container {
        padding: 95px 50px 120px !important;
    }
}

@media screen and (max-width: 480px) {
    .cs_section_two .container {
        padding: 0px 30px;
    }
    .first_section_with_background_container {
        padding: 95px 30px 120px !important;
    }
}


/********Section Two*************
************Start*****************
**********************************/

.cs_section_two {
    background-repeat: no-repeat;
    background-position: left top;
}

.cs_section_two h2 {
    font-size: 38px;
    line-height: 46px;
    color: #31216B;
    font-weight: 800;
    text-align: center;
    margin: 0px 0px 70px;
    -webkit-font-smoothing: auto;
}

.three_columns_holder {
    display: flex;
    margin: -80px 0px 60px;
    background-color: #fff;
    border-radius: 25px;
    padding: 30px 0px;
    box-shadow: 0px 2px 4px 0px rgb(0, 0, 0, 0.05);
}

.three_columns_item {
    padding: 0px 50px;
    border-right: 1px solid #d8d8d8;
    margin-top: -10px;
    flex: 1;
}

.three_columns_item:last-child {
    border-right: none;
}

.three_columns_image {
    line-height: 0px;
}

.three_columns_image img {
    max-width: 100px;
    margin-left: -20px;
}

.three_columns_item h3 {
    border-radius: 23px;
    padding: 8px 20px;
    font-size: 20px;
    line-height: 22px;
    display: inline-block;
    font-weight: 600;
    margin-top: 0px;
}

.three_columns_item:nth-child(1) h3 {
    background: #FFEAED;
    border: 2px solid #FFB7BD;
    color: #E32D34;
    -webkit-font-smoothing: auto;
}

.three_columns_item:nth-child(2) h3 {
    background: #FFE9BF;
    border: 2px solid #FFCB7D;
    color: #F45C0E;
    -webkit-font-smoothing: auto;
}

.three_columns_item:nth-child(3) h3 {
    background: #dcdcff;
    border: 2px solid #a6a5ff;
    color: #5d5cff;
    -webkit-font-smoothing: auto;
}

.three_columns_description p {
    color: #50585F;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    margin: 0px 0px 10px;
    -webkit-font-smoothing: auto;
}

.three_columns_description ul {
    list-style: none;
    margin: 0px;
    padding-left: 25px;
}

.three_columns_description ul li {
    color: #50585F;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    position: relative;
    -webkit-font-smoothing: auto;
}

.three_columns_description ul li:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 10px;
    width: 16px;
    height: 12px;
    background-image: url(../../../images/grey-c.svg);
}

.button_learn_more {
    display: none;
}

.button_learn_more a {
    display: inline-block;
    padding: 10px 20px 10px 40px;
    border: 2px solid #170F3F;
    border-radius: 40px;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #170F3F;
    font-weight: 600;
    text-decoration: none;
}

.button_learn_more a:before {
    content: '';
    position: absolute;
    left: 17px;
    top: 15px;
    width: 14px;
    height: 14px;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/leave.svg);
}

@media screen and (max-width: 1300px) {
    .three_columns_item {
        padding: 0px 50px;
    }
    .cs_section_two h2 {
        margin: 0px 50px 50px;
    }
}

@media screen and (max-width: 1230px) {
    body.page-template-aihr-corporate-solution .first_section_with_background_container {
        padding: 130px 50px 150px;
    }
}

@media screen and (max-width: 1000px) {
    .three_columns_holder {
        flex-wrap: wrap;
    }
    .three_columns_item {
        width: calc(50% - 1px);
        box-sizing: border-box;
        margin-bottom: 30px;
        flex: none;
    }
    .three_columns_item:nth-child(2) {
        border-right: none;
    }
    .three_columns_item:last-child {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 700px) {
    .three_columns_holder {
        padding: 20px 0px;
    }
    .three_columns_item:nth-child(3) .three_columns_description {
        margin-bottom: 0px;
    }
    .three_columns_holder {
        flex-direction: column;
    }
    .three_columns_item {
        width: calc(100% - 100px);
        border-bottom: 1px solid #d8d8d8;
        border-right: none;
        margin: 0px 30px;
        padding: 30px 0px 30px;
    }
    .three_columns_item:nth-child(1) {
        padding-top: 0px;
    }
    .cs_section_two h2 {
        margin: 0px 50px 0px;
    }
    .three_columns_item:last-child {
        border-bottom: none;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 480px) {
    .three_columns_item {
        width: calc(100% - 60px);
        margin: 0px 30px;
        padding: 20px 0px 20px;
    }
    .cs_section_two h2 {
        font-size: 30px;
        line-height: 44px;
        margin: 0px 30px;
    }
}


/********Section Two*************
************End*****************
**********************************/


/*************************
Last Section 
*************************/

.below-review-last-section {
    background-size: cover;
    background-position: center center;
}

.below-review-last-inner {
    padding: 80px 0px;
    text-align: center;
}

.below-review-last-inner h2 {
    font-size: 38px;
    line-height: 52px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

.last-section-subtitle {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

.last-sections-buttons-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.last-sections-buttons-holder .default-button.button-orange-ghost,
.last-sections-buttons-holder .default-button.button-orange {
    padding: 11px 0px;
    margin: 0px 10px;
    font-weight: 600;
}

@media screen and (max-width: 1040px) {
    .below-review-last-inner {
        padding: 60px 30px;
    }
}

@media screen and (max-width: 600px) {
    .last-sections-buttons-holder {
        flex-direction: column;
    }
    .last-sections-buttons-holder .default-button.button-orange-ghost {
        margin: 0px;
    }
    .last-sections-buttons-holder .default-button.button-orange {
        margin: 0px 0px 20px;
    }
}

@media screen and (max-width: 480px) {
    .below-review-last-inner {
        padding: 50px 30px;
    }
    .three_columns_holder {
        margin-bottom: 50px;
    }
    .below-review-last-inner h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .last-section-subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .first_section_title {
        font-size: 42px;
        line-height: 50px;
    }
}