.logo-footer {
    width: 317px; 
    object-fit: cover;
}

.base-wrapper {
    padding: 60px 140px 60px 140px;
}

.footer a, .footer p {
    font-size: 12px;
    color: var(--bs-white);
    text-decoration: none;
}

.footer-col-1 {
    width: 356px;
    margin-right: 123px;
}
.footer-col-2 {
    width: 100px;
    margin-right: 60px;
}
.footer-col-3 {
    width: 105px;
    margin-right: 60px;
}
.footer-col-4 {
    width: 150px;
}

.footer-small {
    display: block;
}

.iconbox-circle {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--bs-border-radius-pill);
    border: 1px solid var(--bs-white);
    background-color: var(--bs-white);
    transition: background-color 350ms cubic-bezier(0.075, 0.82, 0.165, 1), color 350ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.iconbox-circle > i {
    font-size: .75rem;
    color: var(--bs-primary);
}

.iconbox-circle:hover {
    background-color: transparent;
    color: var(--bs-primary);
    transition: background-color 350ms cubic-bezier(0.075, 0.82, 0.165, 1), color 350ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media only screen and (max-width: 1366px) {
    .logo-footer {
        width: 250px;
    }

    .footer a, .footer p {
        font-size: 10pt;
    }

    .footer a, .footer p {
        font-size: 10pt;
    }

    .footer-col-1 {
        width: 286px;
        margin-right: 50px;
    }
    .footer-col-2 {
        width: 100px;
        margin-right: 20px;
    }
    .footer-col-3 {
        width: 150px;
        margin-right: 20px;
    }
    .footer-col-4 {
        width: 160px;
    }
    .footer-row {
        justify-content: left !important;
    }

}

@media only screen and (max-width: 1140px) {
    .logo-footer {
        width: 217px;
    }

    .base-wrapper {
        padding: 60px 80px 60px 80px;

    }

    .footer a, .footer p {
        font-size: 8pt;
    }

    .footer-col-1 {
        width: 286px;
        margin-right: 50px;
    }
    .footer-col-2 {
        width: 73px;
        margin-right: 20px;
    }
    .footer-col-3 {
        width: 105px;
        margin-right: 20px;
    }
    .footer-col-4 {
        width: 150px;
    }
    .footer-row {
        justify-content: left !important;
    }

}

@media only screen and (max-width: 991px) {
    .logo-footer {
        width: 217px;
    }

    .footer a, .footer p {
        font-size: 10px;
    }

    .base-wrapper {
        padding: 20px;
        padding-top: 40px;
    }

    .base-wrapper h5{
        margin-top: 20px;
    }

    .footer-col-1 {
        width: 256px;
        margin-right: 53px;
    }
    .footer-col-2 {
        width: 75px;
        margin-right: 20px;
    }
    .footer-col-3 {
        width: 105px;
        margin-right: 20px;
    }
    .footer-col-4 {
        width: 150px;
    }
    .footer-row {
        justify-content: left !important;
    }
}


@media only screen and (max-width: 375px) {
    .logo-footer {
        width: 217px;
    }

    .footer a, .footer p {
        font-size: 8px;
    }

    .base-wrapper {
        padding: 20px;
        padding-top: 1.2rem;
    }

    .base-wrapper h5{
        margin-top: 20px;
    }

    .footer-row {
        justify-content: center;
    }

    .footer-col-1 {
        width: 356px;
        margin-right: 123px;
        margin-top: 30px;
    }
    .footer-col-2 {
        width: 77px;
        margin-right: 0px;
    }
    .footer-col-3 {
        width: 77px;
        margin-right: 0px;
        padding: 0px;
    }
    .footer-col-4 {
        width: 150px;
        padding:0px;
    }

}