.section .block p a {
    text-decoration: underline;
    color: #009dfe;
}

.breadcrumb__wrap {
    white-space: nowrap;
    overflow: hidden;
}

.breadcrumb__wrap li:last-of-type {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.block-editor .wp-block-list li {
    list-style-type: disc;
    margin-left: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

.client__param-label {
    min-width: 120px;
}

.nav__menu-logo {
    min-width: 113px;
}

.cta__link-desc {
    max-width: 300px;
    white-space: break-spaces;
    text-align: center;
    margin: 0 auto;
}

.btn__label {
    font-size: 13px;
    letter-spacing: 0;
}

.btn__label img {
    margin-right: 0;
}

.cta__content {
    padding: 0 20px;
}

.cta__link-item {
    justify-content: flex-end;
}

.block h2, .block h3 {
    margin-bottom: 30px;
}

.dropdown-service {
    justify-content: unset;
}

@media (max-width:768px) {
    .post .cta__title {
        text-align: center !important;
    }

    .modal-list-item h4::before {
        margin-left: -10px;
    }

    .modal-list-item .list-item-desc p {
        margin: 10px 0 10px;
    }
}