@media only screen and (min-width: 600px) {
h1 {
    font-size: 60px !important;
}
}
h2, h1 {
    text-transform: uppercase;
}

h2 {
    font-size: 35px !important;
    margin-bottom: 20px;
}

h3 {
    color: black !important;
    font-size: 23px !important;
    margin-bottom: 20px !important;
}

a.button.primary, a.button.secondary {
    padding: 0 1.5em;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
}

a.button.primary {
    background: #212e7d;
}
span.person-name {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 22px;
}

.info-col {
    background: white;
}

a.button.secondary{
    background: yellow;
    color: black !important;
    font-weight: bold;
}
ul.info-list {
    list-style-type: none;
}
ul.info-list li {
    margin-left: 0px !important;
}

.info-col ul {
    list-style-type: none;
}

.bar-top p {
    color: black;
    font-size: 18px;
    padding: 5px;
	    font-weight: 600;
}

p.podnaslov {
    font-size: 18px;
}

.icon-box.featured-box {
    display: flex;
    align-items: center;
}

p.prednost {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Raleway';
}