.hr-reasons {
    padding-top: 70px;
}

.hr-reasons p, .hr-reasons label {
    font-family: 'Proxima Nova';
}

.hr-reasons__title {
    margin-left: 100px;
    font-weight: 300;
    font-size: 72px;
    line-height: 66px;
    color: rgba(0, 0, 0, 0.9);
}

.hr-reasons__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.hr-reasons__list-item {
    display: flex;
    width: 23.5%;
    min-height: 144px;
    margin: 0 0.75% 1.5%;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}

.hr-reasons__list-item:hover {
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.06), 0px 4px 16px rgba(0, 0, 0, 0.08);
}

.hr-reasons__list-item-num {
    width: 65px;
    background-color: #537AFF;
    font-weight: 700;
    font-size: 56px;
    line-height: 65px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.hr-reasons__list-item-text {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: 25px;
    font-size: 24px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.9);
}

/*----------------responsive---------------------*/

@media (max-width: 1400px) {
    .hr-reasons__list-item {
        width: 31.8%;
        margin: 0 0.75% 1.5%;
    }

    .hr-reasons__title {
        margin-left: 0.75%;
    }
}

@media (max-width: 1200px) {
    .hr-reasons__list-item-text {
        padding: 15px;
        font-size: 19px;
        line-height: 26px;
    }

    .hr-reasons__list-item-num {
        font-size: 40px;
        line-height: 56px;
    }
}

@media (max-width: 900px) {
    .hr-reasons__list-item {
        width: 48.5%;
        min-height: 110px;
        margin: 0 0.75% 1.5%;
    }
}

@media (max-width: 768px) {
    .hr-reasons {
        padding-top: 40px;
    }

    .hr-reasons__title {
        font-size: 34px;
        line-height: 36px;
    }

    .hr-reasons__list {
        margin-top: 30px;
    }

    .hr-reasons__list-item-text {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 600px) {
    .hr-reasons__list-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .hr-reasons__title {
        margin-left: 0;
    }
}
