
.prelegent
{
	border-left: 1px solid black;
	border-top: 1px solid black;
	padding: 50px 0px 0px 80px;

}

.prelegent p
{
		padding-top: 30px;
}

.title_prelegent
{
	font-weight: bold;
	font-size: 18px;
}

.prelegent_row
{
	font-size: 15px;
	padding-top: 60px;
}

.prelegent_opis
{
	padding-left: 30px;
	padding-right: 30px;
}


@media all and (max-width: 991px) {

 	.prelegent_opis
    {
    	padding-left: 0px;
    	padding-top: 20px;
    }

    .prelegent
    {
    	padding: 20px 0px 0px 30px;
    }
}
button {

    background-color: #237793;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;  

}

button:hover {
    background-color: white;
    color: #237793; 
    border: 1px solid;
}