.section-title {
    font: 500 44px Bai Jamjuree;
    letter-spacing: normal;
    border-bottom: 2px solid #333356;
    margin-bottom: 40px;
}

p.section-title {
	font: 500 20px Bai Jamjuree;
}

.listRegistraturaBtn {
    cursor: pointer;
}

#categoryName {
    font: 500 30px Bai Jamjuree;
    letter-spacing: normal;
    text-align: center;
}

#sectionName {
    font: 500 30px Bai Jamjuree;
    letter-spacing: normal;
    text-align: center;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-top-100 {
    padding-top: 100px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.red-text {
    color: red;
}

.green-text {
    color: green;
}

.registratura-form .form-control {
    border: 1px solid #ccc;
}

.red-texts li {
    color: red;
    font-weight: bold;
}

.clean-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.bold-text {
    font-weight: 500;
}

.f24 {
    font-size: 24px;
}