footer{
    padding-bottom: 50px;
    width: 100%;
    background-color: var(--bs-primary);
    color: white;
    text-align: center;
}
.footer-main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.f-contact-child {
    padding: 1rem;
    border-right: 1px solid var(--bs-muted);
    border-bottom: 1px solid var(--bs-muted);
}
.f-openning-child {
    padding: 1rem;
    border-left: 1px solid var(--bs-muted);
    border-bottom: 1px solid var(--bs-muted);
}
.f-policy-child {
    padding: 1rem;
    border-right: 1px solid var(--bs-muted);
    border-top: 1px solid var(--bs-muted);
}
.f-download-child {
    padding: 1rem;
    border-left: 1px solid var(--bs-muted);
    border-top: 1px solid var(--bs-muted);
}
.icon-footer-group {
    width: 40px;
    height: 40px;
}
@media(max-width: 767px) {
    .footer-main-content {
        grid-template-columns: 1fr;
    }
    .f-contact-child,
    .f-openning-child,
    .f-policy-child,
    .f-download-child {
        border: unset;
    }
}

.btn-download-manual {
    border: 1px solid white;
    color: white;
    background: transparent;
    font-size: 14px;
}

/* .icon-footer {
    padding-top: 50px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}

.icon-footer img {
    margin-left: 20px;
    width: 35px;
}

.footer label {
    font-weight: 600;
    font-style: italic;
    font-size: large;
} */
