body {
    background: white !important;
}

.head_part {
    width: 100%;
    background-color: #f1f1f1;
    padding: 15px 20px;
    margin: 20px 0;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.head_part p {
    font-family: Heebo-Regular;
    font-size: 18px;
    color: #001928;
    letter-spacing: 0.15px;
    line-height: 35px;
}

.head_part .content_section {
    width: 60%;
}
.head_part .button_section {
    width: 40%;
}

.title_part .block-title {
    font-weight: 600;
    font-family: 'Heebo-Regular';
    color: #001928;
        margin-bottom: 20px;
}



.views-row {
    display: inline-flex;
    width: 32%;
    flex-wrap: wrap;
    padding: 25px 15px;
    margin-left: 20px;
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 25, 40, 0.12), 0 2px 2px 0 rgba(0, 25, 40, 0.07);
    border-radius: 8px;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    margin-bottom: 30px;
}
.views-row:first-child {
    margin-left: 0;
}

.views-row:nth-child(4) {
    margin-left: 0;
}

.main_part {
    border-bottom: 2px solid #ededed;
    margin-top: 15px;
}

.main_part .views-row .box-body h4 {
        margin: 0;
    line-height: 25px;
    font-family: 'Heebo-Regular';
    font-size: 22px;
    color: #001928;
    font-weight: 600;
}

.main_part .views-row .box-body .box-text {
    font-family: Heebo-Regular;
    font-size: 15px;
    color: #001928;
    letter-spacing: 0.25px;
    line-height: 25px;
    margin-top: 25px;
    margin-bottom: 50px;
}

.head_part .button_section a {
    padding: 10px 25px !important;
}

.main_part {
    border-bottom: 2px solid #ededed;
}

.footer_part h4 {
    margin: 0;
    line-height: 25px;
    font-family: Heebo-Bold;
    font-size: 20px;
    color: #001928;
}

.footer_part {
    padding: 20px;
}

.footer_part_body ul li {
    font-family: 'Heebo-Regular';
    font-size: 15px;
    color: #001928;
    letter-spacing: 0.25px;
    line-height: 30px;
}
.footer_part_body {
    margin-top: 20px;
}


/* tablet portrait */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .views-row {
        margin-left: 15px;
        width: 31%;
    }
}


/* mobile portrait */
@media screen and (min-width: 100px) and (max-width: 768px)  {
    .views-row {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .head_part .content_section {
        width: 100%;
    }

    .head_part .button_section {
        width: 100%;
    }
}

.path-doc .contact__content, .path-catalogue .contact__content {
    font-weight: 300;
    font-size: 11px;
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 25, 40, 0.12), 0 2px 2px 0 rgba(0, 25, 40, 0.07);
    border-radius: 8px;
    padding: 20px;
    padding-right: 0;
    text-align: left;
    justify-content: normal !important;
    margin-bottom: 40px;
    width: 100%;
}


.contact__content--text h5 {
    line-height: 26px;
    font-family: Heebo-Bold;
    font-size: 28px;
    color: #001928;
    letter-spacing: -0.2px;
    font-weight: bold;
}
.contact__content--text p {
    font-family: Heebo-Regular;
    font-size: 16px;
    color: #001928;
    letter-spacing: 0.15px;
    line-height: 24px;
}

.box-body .box-footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 5px 15px;
}

.path-doc .content-highlighted{
    margin-bottom: 0;
}

.path-catalogue .main-content{
    background-color: #F5F6F7;
    margin-top: 0;
        padding: 0;
}

.path-doc .box-link, .path-catalogue .box-link {
    font-family: Heebo-Regular;
    font-size: 16px;
    color: #0079C1;
    letter-spacing: 0.15px;
    line-height: 24px;
}

.path-doc .soon{
    color: #001928;
}

.box-body .box-footer .flow-img {
    width: 7px;
    margin-left: 5px;
}



.path-doc .contact__content .product-con-button, .path-catalogue .contact__content .product-con-button {
    width: 100%;
    text-align: left !important;
}

.path-doc .box-link:first-child {
    width: 60%;
}