        .service .tp-feature__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #ba2c2c91;
    border-radius: 15px;
    transition:
        background 0.3s,
        border 0.3s,
        border-radius 0.3s,
        box-shadow 0.3s;
}
.service .tp_module {
    margin-bottom: 25px;
}
.service img {
    width: 100%;
    object-fit: cover;
    height: 350px;
}
.service-top .tp-feature__heading {
        position: relative;
    padding-left: 62px;
        font-weight: 700;
        display: inline-block;
    letter-spacing: 0.1em;
}
.service-top .tp-feature__heading:before {
    content: '';
    width: 48px;
    height: 3px;
    background-color: #c20b0b;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.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-424415501 {
    width: 100%;
    background-color: #191919;
}
@media (min-width: 768px) {
    .project-form form {
        max-width: 29.664%;
        margin: auto;
    }
}
@media (max-width:768px) {
    .service .tp-feature__content {
        margin-top: 20px;
    }
}
