footer .ms-footer-col-1 {
    flex: 1.65 !important;
}

footer .ms-footer-col-1 .elementor-image-box-wrapper, 
footer .ms-footer-col-2 .elementor-image-box-wrapper, 
footer .ms-footer-col-3 .elementor-image-box-wrapper {
    display: flex;
    gap: 24px;
}

footer .ms-footer-col-1 .elementor-image-box-wrapper .elementor-image-box-img, 
footer .ms-footer-col-2 .elementor-image-box-wrapper .elementor-image-box-img, 
footer .ms-footer-col-3 .elementor-image-box-wrapper .elementor-image-box-img {
    max-width: max-content;
    margin: 0 !important;
}

footer .ms-footer-col-1 .elementor-image-box-wrapper .elementor-image-box-img img, 
footer .ms-footer-col-2 .elementor-image-box-wrapper .elementor-image-box-img img, 
footer .ms-footer-col-3 .elementor-image-box-wrapper .elementor-image-box-img img {
    min-width: 72px;
    min-height: 72px;
    max-width: 72px;
    max-height: 72px;
}

footer .ms-footer-col-2 {
    flex: 1;
}

footer .ms-footer-col-3 {
    flex: 1;
}

.ms-footer-copyright .ms-footer-copyright-col-1 {
    min-width: max-content !important;
}

.ms-footer-copyright .ms-footer-copyright-col-2 {
    transform: translateX(72px);
}

.footer-top-line {
    position: absolute;
    left: 0;
    top: -48px;
    background-size: 100% 100%;
}

@media screen and (max-width: 1024px) {
    .ms-footer-copyright .ms-footer-copyright-col-2 {
        transform: initial;
        order: 1;
    }

    .ms-footer-copyright .ms-footer-copyright-col-1 {
        order: 3;
    }

    .ms-footer-copyright .ms-footer-copyright-col-3 {
        order: 2;
    }
}

@media screen and (max-width: 768px) {
    .ms-footer-top-container > .e-con-inner .ms-footer-col-1 {
        width: auto !important;
    }

    .ms-footer-top-container > .e-con-inner .ms-footer-col-1 a.elementor-button {
        width: 100% !important;
    }

    .ms-footer-top-container > .e-con-inner .ms-footer-col-2,
    .ms-footer-top-container > .e-con-inner .ms-footer-col-3 {
        display: flex;
        justify-content: flex-end;
        width: 100% !important;
    }

    .ms-footer-copyright .ms-footer-copyright-col-1 {
        min-width: 100% !important;
        text-align: center;
        order: 2;
    }

    .ms-footer-copyright .ms-footer-copyright-col-2 {
       order: 1;
    }

    .ms-footer-copyright .ms-footer-copyright-col-3 {
       order: 3;
    }
}

.ms-footer-logo img {
    width: 40px !important;
    height: 40px !important;
    max-width: max-content !important;
    max-width: 40px !important;
}
