.page-content .container {
    border-radius: 15px;
    padding: 0 3rem 3rem 3rem;
    margin-top: 2rem;
    background: white;
    box-shadow: 0px 0px 6px #6A6A6A4D;
}
.footer {
    padding: 1rem 0;
    background: #ffffff00;
    color: #273b5e;
    position: relative;
   bottom: -94px !important;
    width: 100%;
    border-top: 0.5px solid #273b5e14;
}