        .project .tp-post__thumbnail img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.project .tp-post-item {
    position: relative;
}
.project .tp-col__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  
}
.project .tp-post__content {
    padding: 23px 28px;
    background-color: rgba(0, 0, 0, 0.78);
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
      min-height: 86px;
}
.project .tp-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #fff;
}
.project .tp-title a {
    color: #fff;
}
.project .tp-feature__text {
    max-width: 840px;
    margin: 60px auto;
}
.project .tp-feature__text p {
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    line-height: 26px;
}
.project-form .bp_form_label_up {
    display: none;
}
.project-form .bp_form_field  {
    margin-bottom: 20px;
}
.project-form > p {
    text-align: center;
        font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
    margin: 10px 0;
    font-size: 22px;
    color: #FFF;
}
.project-form #btn-62141074 {
    width: 100%;
    background-color: #191919;
}
.project .tp-post-item {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .project-form form {
        max-width: 29.664%;
        margin: auto;
    }
}

