
.main-card .card-theme {
    font-family: CeraPro;
    font-size: 2.2em;
    font-weight: 900;
    color: #dea04a;
}
.main-card .card-title {
    font-family: CeraPro;
    font-size: 1.8em;
    font-weight: bold;
    color: #302f2e;
}
.main-card .card-body  {
    font-family: CaviarDreams;
    font-size: 1.1875em;
    font-weight: bold;
    line-height: 1.79;
    color: #302f2e;
    margin: 0;
    padding: 0;
}
.main-card a   {
    border-radius: 4px;
    box-shadow: 0 22px 26px 0 rgba(115, 137, 232, 0.46);
    background-color:#7389e8;
    font-family: CaviarDreams;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.45;
    color: #ffffff;
    padding: 0.8em 4em;
  }
.main-card-link {
    margin-top: 2em;
    display: inline-block;

}
.row .novosti-container {
    margin: 0;
    padding: 0;
}
.other-cards .card   {
    display: flex;
    flex-direction: column;
    /*width: min-content;*/
}
.other-cards .card .card-img    {
    display: flex;
    height: 100%;
    width: 100%;
}
.other-cards .card .card-btn    {
    font-family: CeraPro;
    font-size: 24px;
    padding-left: 1em;
    font-weight: bold;
    line-height: 0.75;
    color: #dea04a;
}
  
@media only screen and (max-width: 900px)   {
    .main-card .card-title  {
        font-size: 3.3em;
    }
    .main-card a   {
        font-size: 2em;
        padding: 0.8em 2em;
        margin-top: 0.3em;
    }
    .main-card .card-body   {
        line-height: 1.3;
        font-size: 1em;
    }
    #lastCol    {
        display: flex;
        justify-content: space-between;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #lastCol .card  {
        display: flex;
    }

}