.publication_second_fold {
    background: unset;
    background-size: cover;
    margin-top: 0;
    padding-top: 0
}

.publication_second_fold .img_content {
    padding: 89px 0;
    text-align: center;
    background: #eaeaeb;
    border: 2px solid #b5b7c4;
    border-radius: 11px;
    height: auto;
    display: block
}

.publication_second_fold .img_content img {
    width: 150px
}

.first_fold .row {
    padding-top: 62px;
    padding-bottom: 0
}

.serviesolution .content {
    width: 100%;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 14px 0 rgba(178, 178, 178, .75);
    background: #fff;
    min-height: 350px;
    text-align: center
}

.top_form h4 .bg-color {
    font-weight: 600;
    background: #cf1f2a;
    padding: 10px 22px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 8px;
    font-size: 39px
}

.pad-top-25 {
    padding-top: 25px
}

@media(max-width:1152px) {
    .top_form h4 .bg-color {
        font-weight: 600;
        background: #cf1f2a;
        padding: 10px 22px;
        display: inline-block;
        text-transform: uppercase;
        margin: 0 0 8px;
        font-size: 31px
    }
}

@media(max-width:600px) {
    .serviesolution .content {
        min-height: auto;
        margin-bottom: 10px
    }

    .serviesolution .pra {
        min-height: auto
    }

    .top_form h4 .bg-color {
        font-weight: 600;
        background: #cf1f2a;
        padding: 5px 10px;
        display: inline-block;
        text-transform: uppercase;
        margin: 0 0 2px;
        font-size: 18px
    }
.top_form {
    top: 50% !important;
    left: 0;
    transform: translateY(-12%);
    height: auto !important;
}
.top_form p span:nth-child(2) {
    display: none;
}
}


