body {
    box-sizing: border-box;
}

.t-records {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.uc-navbar-custom {
    background-color: #ffe2de;
}

@media screen and (max-width: 768px) {
    .uc-navbar-custom .t446 {
        width: 100% !important;
        box-sizing: border-box;
    }
}
    
.uc-navbar-custom .t446 {
    width: 90%;
    margin: 0 auto;
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 36px;
    border: 3px solid #1e304e;
    border-top: 0;
}

.uc-courses-custom, .uc-values-custom, .uc-faq-custom {
    border-top: 3px solid #1e304e;
} 

.uc-values-custom {
    border-bottom: 3px solid #1e304e;
} 


.uc-courses-custom .t-store__card > div {
    border: 3px solid #1e304e;
}

.uc-courses-custom .t-store__card__imgwrapper {
    padding: 35% 0;
}

.uc-courses-custom .t-store__card__imgwrapper img {
    width: 40%;
}


.uc-footer-custom {
    border: 3px solid #1e304e;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    border-bottom: 0;
}

.uc-footer-custom div {
    margin-top: auto;
}