h1, h2, h3, h4, h5, h6, p, span {
    font-family: "Oswald", sans-serif !important;
}

.all-wrap {
    display: flex;
    justify-content: center;
    margin-top: 192px;
    margin-bottom: 192px;
}

.clanky-wrap {
    width: 1272px;
}

.clanky-h3{
    margin-bottom: 56px !important;
}

.clanky-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 368px 368px 368px;
    justify-content: space-between;
    row-gap: 64px;
}

.clanek {
    display: flex;
    flex-direction: column;
    width: 368px;
}

.clanek-img {
    border-radius: 10px;
    margin-bottom: 8px;
    width: 368px;
    height: 248px;
    object-fit: cover;
}

.clanek-info {
    margin-top: 8px;
}

.date-readtime {
    color: #8B0000;
    display: flex;
    font-weight: 600;
}

.clanek-info h2 {
    font-size: 26px;
    font-weight: 800;
    margin-right: 32px;
    margin-top: 4px;
    margin-bottom: 8px;
}

.clanek-info h2:hover {
    text-decoration: underline;
}

.bold-dot {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin: 0 8px;
}


.one-clanek-wrap {
    margin-top: 192px;
    margin-bottom: 192px;
    display: flex;
    justify-content: center;
}

.one-clanek {
    width: 960px;
}

.one-clanek h1{
    font-weight: 700;
}

.one-heading-wrap {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #fa0;
    padding-bottom: 40px;
}

.one-heading-half {
    max-width: 540px;
}

.one-main-img {
    margin-left: 32px;
    width: 384px;
    height: 240px;
    object-fit: cover;
    border-radius: 16px;
}

.one-date {
    margin-top: 16px;
    font-size: 18px;
}

.one-date i {
    margin-right: 4px;
}

.one-content {
    margin-top: 40px;
}

.one-short-text {
    /* max-width: 600px; */
    color: black;
    font-size: 18px;
}

.one-text {
    margin-top: 32px;
    /* max-width: 720px; */
    font-size: 18px;
    color: black;
    font-family: "Oswald", sans-serif !important;
}

.one-text * {
    font-family: "Oswald", sans-serif !important;
}

.one-text h1, h2, h3, h4, h5 {
    margin-bottom: 16px;
    /*margin-top: 32px;*/
    /*color: #3f3c57;*/
    font-weight: 700;
}

.one-text p {
    margin-bottom: 16px;
}

.one-text img {
    margin-top: 16px;
    margin-bottom: 8px;
    min-width: 440px!important;  
    height: 296px !important;
    border-radius: 16px;
    object-fit: cover;
    text-align: center;
}

.one-text br {
    line-height: 1px;
}


.clanky-num-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.clanky-num {
    display: flex;
}

.clanek-num {
    box-sizing: border-box;
    border: 3px solid #8B0000;
    color: #8B0000;
    height: 40px;
    width: 40px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    margin: 0 4px;
    transition: all 0.2s;
}

.click-num:hover {
    background-color: #8B0000;
    color: white;
}

.num-sel {
    background-color: #8B0000;
    border: 3px solid #8B0000;
    color: white;
    cursor: default;
}


/* Clanky responsive */

@media only screen and (max-width: 1400px){
    .clanky-wrap {
        width: 1140px;
    }

    .clanek {
        width: 340px;
    }

    .clanek-img {
        width: 340px;
        height: 232px;
    }
}

@media only screen and (max-width: 1400px){
    .clanky-wrap {
        width: 960px;
    }

    .clanky-grid {
        grid-template-columns: auto auto;
    }

    .clanek {
        width: 440px;
    }

    .clanek-img {
        width: 440px;
        height: 280px;
    }
}


@media only screen and (max-width: 992px){
    .all-wrap {
        margin-top: 80px;
    }

    .clanky-wrap {
        width: 720px;
    }

    .clanky-grid {
        width: 100%;
        grid-template-columns: auto auto;
    }

    .clanek {
        width: 336px;
    }

    .clanek-img {
        width: 336px;
        height: 220px;
    }
}   


@media only screen and (max-width: 772px){
    .clanky-wrap {
        width: 540px;
    }

    .clanky-grid {
        width: 100%;
        grid-template-columns: auto auto;
    }

    .clanek {
        width: 256px;
    }

    .clanek-img {
        width: 256px;
        height: 174px;
    }
}


@media only screen and (max-width: 576px){
    .all-wrap {
        margin-top: 64px;
    }

    .clanky-wrap {
        width: 100%;
        padding: 0 16px;
    }

    .clanky-grid {
        width: 100%;
        grid-template-columns: auto;
    }

    .clanek {
        width: 100%;
    }

    .clanek-img {
        width: 100%;
        height: 60vw;
    }
}

/* Clanek responsive */

@media only screen and (max-width: 992px){
    .one-clanek {
        width: 720px;
    }

    .one-clanek-wrap {
        margin-top: 80px;
    }
}


@media only screen and (max-width: 772px){
    .one-clanek {
        width: 532px;
    }

    .one-heading-wrap {
        flex-direction: column;
    }


    .one-main-img {
        margin-left: 0;
        margin-top: 24px;
        width: 532px;
        height: 336px;
    }

    .one-clanek-wrap {
        margin-top: 64px;
    }
}


@media only screen and (max-width: 576px){
    .one-clanek {
        width: 100%;
        padding: 0 16px;
    }

    .one-main-img {
        margin-left: 0;
        margin-top: 24px;
        width: 100%;
        height: 60vw;
    }

    .one-clanek-wrap {
        margin-top: 48px;
    }

    .one-text img {
        min-width: 0 !important;
        height: auto !important;
    }
}