.projects {
    padding: 100px 0;
    position: relative;
    min-height: 1000px;
}

.projects h1 {
    color: #0C184E;
    font-weight: 700;
    font-size: 42px;
}

.projects .divider {
    height: 100px;
}

.layer1 {
    position: absolute;
    left: -50px;
    top: -20px;
    z-index: -1;
}

@media(max-width:991px) {
    .layer1 {
        width: 100%;
    }
}

.card-project {
    text-decoration: none;
    position: relative!important;
    width: 100%!important;
    display: block;
}

.projects .card-project .tag-available {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #F88200;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
}

.projects .card-project .tag-no-available{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ccc;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
}

.projects .image-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 350px;
}

.projects h4 {
    font-size: 16px;
    color: #0C184E;
    font-weight: bold;
    margin-top: 20px;
}

.projects p {
    font-size: 14px;
    color: #7285AC;
    font-weight: normal;
    margin: 0;
}

@media(max-width:991px) {
    .projects {
        padding: 100px 20px;
    }
}