.banner img {
    width: 100%;
    height: auto;
}

.top-text {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
}

.text-header {
    font-size: 20px;
    color: #006FBA;
    font-weight: bold;
}

.star-list li::before {
    content: "\2605";
    color: #4CB748;
    margin-right: 10px;
    line-height: 40px;
}

.alert-title {
    font-size: 14px;
    font-weight: 500;
}

.alert-text {
    font-size: 12px;
}

.btn-green {
    background-color: #4CB748;
    color: white;
}

.btn-green:hover {
    background-color: #3ab093;
    color: white;
}

.number-list li {
    margin-bottom: 10px;
}

.form-label,
.form-control,
.form-select {
    font-size: 14px;
}

.form-label {
    font-weight: bold;
}

table{
    font-size: 14px;
}

th{
    background-color: #006FBA !important;
    color: white !important;
}