﻿ 
.project-block1 h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: "Inter";
    margin-bottom: 10px;
}

.project-block1 h5 {
    font-size: 16px;
    /*  color: #6a6b74; */
    color: #070f64;
    font-weight: 400;
    font-family: "Heebo";
    margin-top: 14px;
    margin-bottom: 14px;
}

.project-block1 .btn-1 {
    color: #070f64;
    background: #f1f5f7;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 20px;
}

    .project-block1 .btn-1:hover {
        color: #fff;
    }

    .project-block1 .btn-1 span {
        background-color: var(--theme-color);
    }

.project-block1 ul.list {
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    color: #6a6b74;
    font-weight: 400;
    font-family: "Heebo";
}

    .project-block1 ul.list li {
        margin-bottom: 9px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e4e5ed;
    }

        .project-block1 ul.list li:last-child {
            border-bottom: 0;
            padding-bottom: 0;
        }

        .project-block1 ul.list li img {
            margin-right: 10px;
        }


.features-job {
    margin-bottom: 32px;
    gap: 32;
    border: 1px solid #e5e5e5;
    padding: 24px;
    transition: all .3s ease 0s;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

    .features-job .inner-box {
        position: relative;
        display: flex;
        align-items: center;
    }

    .features-job .job-footer-left {
        border-bottom: 1px solid #e5e5e5;
        display: flex;
        justify-content: space-between;
        padding: 16px 0;
    }

 
