

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1230px;
    }
}


.bg-accent-elephant {
    background-color: #F5F3ED;
}
.bg-accent-brown {
    background-color: #DBD2BE;
}
.progress {
    height: 10px;
}
.progress-lg {
    height: 16.75px;
}
.badge {
    height: 20px;
    font-size: 12px;
    padding: 4px 14px;
    font-weight: 500;
}
.badge-lg {
    height: 33px;
    font-size: 16px;
    padding: 7px 20px;
    font-weight: 600;
    border-radius: 300px;
    border-width: 2px !important;
}
strong,b {
    font-weight: 500;
}
hr {
    border-top: 1px dashed #1A1310;
    opacity: 1;
}
.form-control, .form-select {
    /*border:0;*/
    /*border-radius: 25px;*/
}

iframe[src*="youtube"] {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto !important ;
    border-radius: 15px;
}