.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.feature-item .icon-box {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background-color: #ce1446;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    transition: all 0.3s ease;
}

.feature-item:hover .icon-box {
    background-color: #2d373c;
}

.feature-item .icon-box i {
    font-size: 28px;
    color: #fff;
}

.feature-item h5 {
    font-weight: 600;
    font-size: 18px;
    color: #2d373c;
    margin: 0;
    line-height: 1.4;
    text-align: left;
}

.service-icon-header {
    display: flex;
    align-items: center;
    /* Center aligned verticaly */
    margin-bottom: 25px;
}

.service-icon-header i {
    font-size: 32px;
    color: #ce1446;
    margin-right: 15px;
    width: 32px;
    text-align: center;
    flex-shrink: 0;
}

.sub-service-header {
    display: flex;
    align-items: flex-start;
}

.sub-service-header i {
    color: #ce1446;
    margin-right: 10px;
    font-size: 20px;
    width: 20px;
    text-align: center;
    margin-top: 3px;
    flex-shrink: 0;
}

/* Align contents below the main header with the title text */
/* Main Header Icon (32px) + Margin (15px) = 47px */
.service-block>p,
.service-block>h5,
.service-block>.row {
    padding-left: 47px;
}

/* Indent list more than the header to show hierarchy */
.service-block>ul {
    padding-left: 77px;
    /* 47px base + 30px indent */
}

/* Align sub-service paragraph with sub-service title text */
/* Sub Header Icon (20px) + Margin (10px) = 30px */
.sub-service-header+p {
    padding-left: 30px;
}

/* Fix for anchor links text being hidden behind fixed header */
#insan-kaynagi,
#insan-kaynaklari,
#teknik-destek,
#transfer-ulasim,
#human-resource-pool,
#human-resources-services,
#technical-support,
#transfer-transportation {
    scroll-margin-top: 110px;
}