@media (min-width:769px) {
    .l-header .c-fluid-container {
        padding-right: 0;
    }

    .nav_list {
        color: var(--accent-color);
        background-color: #fff;
        transition: .3s;
    }

    .nav_list:not(:last-child) {
        border-right: 1px dashed;
    }

    .nav_list:first-child {
        border-bottom-left-radius: 7px;
    }

    .nav_list:hover {
        background-color: var(--sub-accent-color);
        transition: .3s;
    }

    .nav_contact {
        transition: .3s;
        color: var(--accent-color);
        background-color: var(--sub-accent-color);
    }

    .nav_contact:hover {
        transition: .3s;
        color: black !important;
        background-color: lightpink;
    }

    .item_slider .spider__dots {
        display: none;
    }
}

@media (max-width:768px) {
    .home #fv .fv-flex {
        padding: 20px !important;
        margin-bottom: 300px;
    }

    .fv-flex figure {
        width: 100%;
    }

    .home #fv .fv-flex-column {
        flex-direction: column !important;
    }

    .home #fv .fv-flex-wrap {
        flex-wrap: wrap;
    }

    .home #fv .fv-under-flex {
        justify-content: center;
        gap: 0;
        margin-top: 20px;
    }

    .primary .smb-section__divider svg {
        max-height: 50px;
    }

    .jcc {
        justify-content: center !important;
    }

    .alicenter {
        align-items: center !important;
    }

    .row-gap {
        row-gap: 0;
    }

    .padding_0 .smb-panels__item__body {
        padding: 0;
    }

    .service_sub_title .sme-line-height {
        font-size: 20px;
    }

    .footer_about {
        margin: 10px 0 !important;
    }
}