footer p {
    margin-bottom: 10px;
}

.icon-cus h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

.footer-title * {
    font-size: inherit;
    margin: 0;
}

.footer-title {
    font-size: 14px;
    margin-bottom: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.menu-footer {
    margin: 0;
    list-style: none;
}

.menu-footer li {
    list-style: none;
    margin: 0 0 14px !important;
}

.menu-footer li a {
    color: #848484;
}

.menu-footer li a:hover {
    color: var(--primary-color);
}

.footer-desc * {
    margin-bottom: 5px;
}

.footer-desc h4 {
    font-size: 18px;
}

.list-img-footer {
    align-items: center;
    margin-bottom: 10px;
}

.list-img-footer img {
    max-width: 155px;
    margin-top: 3px;
    margin-right: 25px;
}

.list-img-footer-2 img {
    max-width: 129px;
}

footer .follow-icons {
    margin: 10px 0;
}

footer .follow-icons a {
    margin: 4px !important;
    width: 30px;
    height: 30px;
    font-size: 12px;
}

.wpcf7 label {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 4px;
}

.wpcf7 textarea.wpcf7-form-control:not([type="file"]),
.wpcf7 input.wpcf7-form-control:not([type="file"]) {
    height: 42px;
    box-shadow: unset;
    border: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.wpcf7 input.wpcf7-form-control.wpcf7-submit {
    padding: 0 20px;
    height: 42px;
    background: #F3F3F3;
    color: #000;
    font-size: 13px;
    border: 0;
    font-weight: 600;
}

.absolute-footer {
    background: #fff;
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.105);
    color: #777;
    font-size: 14px;
}


.row-list-img img {
    padding: 20px;
    height: 100px;
    object-fit: contain;
}

.row-list-img .col {
    width: 170px;
    flex-basis: unset;
    max-width: unset;
}

@media screen and (min-width: 850px) and (max-width: 1200px) {
    footer .large-2 {
        max-width: 25%;
        flex-basis: 25%;
    }
}

@media screen and (min-width: 850px) {
    .row-divided-cus>.col+.col .col-inner {
        padding-left: 15px;
    }

    .row-divided-cus>.col+.col .col-inner::before {
        content: "";
        position: absolute;
        top: 0;
        left: -15px;
        height: 100%;
        width: 1px;
        background-color: #fff;
        opacity: 0.6;
    }

}

@media screen and (max-width: 850px) {}