.ak_blocs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 60px;
    margin-bottom: 60px;
    background-color: black;
}

.ak_blocs .block {
    position: relative;
    border-right: 2px solid #CCA677;
}

.ak_blocs .block .text {
    text-align: center;
    color: White;
    bottom: 0;
    top: initial;
    margin: 30px;
    padding: 20px;
    font-weight: bold;
    line-height: 1.2em;
    font-family: "Oswald", sans-serif;
}

.ak_blocs .block .subtitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 1em;
    line-height: 1.5em;
}

.ak_blocs .block .title {
    font-size: 26px;
    color: #CCA677;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 1em;
}

.img-ak_blocs {
    margin: 1em auto;
}

.ak_blocs .block .ak_link {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0;
    color: white !important;
    text-transform: uppercase;
}

@media (max-width: 1100px) {
    .ak_blocs {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
    }
    .ak_blocs .block {
        border-right: none;
    }
    .ak_blocs .block .title {
        font-size: 24px;
    }
    .ak_blocs .block .text {
        font-size : 18px;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .ak_blocs .block .title {
        font-size: 18px;
    }
    .ak_blocs .block .text {
        font-size : 14px;
    }
}

/*#wid-key_1617096636498 > div > div > div > div:nth-child(1) > div > div.ak_link {*/
/*    line-height : 3.5em;*/
/*}*/

/*.ak_blocs .block:nth-of-type(1) {*/
/*    grid-area : 1 / 1 / 2 / 2;*/
/*}*/

/*.ak_blocs .block:nth-of-type(2) {*/
/*    grid-area : 1 / 2 / 2 / 3;*/
/*}*/

/*.ak_blocs .block:nth-of-type(3) {*/
/*    grid-area : 1 / 3 / 2 / 4;*/
/*}*/

/*.ak_blocs .block:nth-of-type(4) {*/
/*    grid-area : 1 / 4 / 2 / 5;*/
/*}*/

/*@media (min-width : 491px) and (max-width : 1100px) {*/
/*    .ak_blocs .block .text {*/
/*        font-size : 22px;*/
/*    }*/
/*}*/


/*@media (min-width : 491px) and (max-width : 991px) {*/
/*    .ak_blocs {*/
/*        margin-top : 20px;*/
/*    }*/
/*}*/

/*@media screen and (min-width : 491px) and (max-width : 1024px) {*/
/*    .ak_blocs {*/
/*        height                : 40vh;*/
/*        display               : grid;*/
/*        grid-template-columns : repeat(2, 1fr);*/
/*        grid-template-rows    : repeat(2, 1fr);*/
/*        grid-column-gap       : 0px;*/
/*        grid-row-gap          : 0px;*/
/*        margin-top            : 60px;*/
/*        margin-bottom         : 60px;*/
/*        background-color      : black;*/
/*    }*/

/*    .ak_blocs .block:nth-of-type(1) {*/
/*        grid-area : 1 / 1 / 2 / 2;*/
/*    }*/

/*    .ak_blocs .block:nth-of-type(2) {*/
/*        grid-area : 1 / 2 / 2 / 3;*/
/*    }*/

/*    .ak_blocs .block:nth-of-type(3) {*/
/*        grid-area : 2 / 1 / 3 / 2;*/
/*    }*/

/*    .ak_blocs .block:nth-of-type(4) {*/
/*        grid-area : 2 / 2 / 3 / 3;*/
/*    }*/

/*    .blocs-column > div > div > div > div > div {*/
/*        width : 100% !important;*/
/*    }*/

/*    .img-ak_blocs {*/
/*        margin : 0;*/
/*    }*/
/*}*/

/*@media (max-width : 491px) {*/
/*    .ak_blocs {*/
/*        height                : initial;*/
/*        !*display               : block;*!*/
/*        !*grid-template-columns : none;*!*/
/*        !*grid-gap              : initial;*!*/
/*        grid-auto-rows        : initial;*/
/*        margin-top            : 30px;*/
/*        display: flex;*/
/*        overflow-x: auto;*/
/*        flex-direction: row;*/
/*        scrollbar-color: #CCA677 #F5F5F5;*/
/*    }*/

/*    .ak_blocs .block {*/
/*        margin       : 15px 0 15px 0;*/
/*        height       : 60vw;*/
/*        border-top   : 2px solid #CCA677;*/
/*        border-right : none;*/
/*        flex: 1;*/
/*        overflow: initial !important;*/
/*        min-width: 90vw;*/
/*    }*/

/*    .ak_blocs .block .text {*/
/*        font-size : 18px;*/
/*    }*/

/*    #wid-key_1617096636498 > div > div > div > div:nth-child(1) > div > div.ak_link {*/
/*        line-height : 1em;*/
/*    }*/

/*    .first-text {*/
/*        position : relative!important;*/
/*        margin   : 0 30px!important;*/
/*    }*/
/*}*/

/*.info_blocs*/