.modal-fontsize-content {
    font-size: 14px;
    background-color: #f0f8ff;
    border-radius: 0;
}

.modal-title {
    color: #0060d1;
    text-align: center;
    font-size: 31px;
    margin-bottom: 30px;
}

.modal-section-title {
    font-size: 24px;
    color: #a15e23;
    text-align: center;
    margin: 20px 0;
}

.modal-text-block {
    margin: 20px 0;
}

.modal-underline {
    text-decoration: underline;
    margin-top: 20px;
}