.footer {
    background: #E2ECF1;
    height: 100%;
}

.footer .col-heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.footer .footer-links,
.footer .footer-links a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #0A142F;
}

.footer .social-media-links {
    margin-bottom: -15px;
}

.footer .left-curve {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 52px;
    width: 35%;
    border-top-right-radius: 100px;
    background-color: var(--bs-primary);
}

.footer .right-curve {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 52px;
    width: 35%;
    border-top-left-radius: 100px;
    background-color: var(--bs-primary);
}