section.block-board,
section.block-board:first-child{
    border: 0;
}
.block-board .header-board{
    width: 100%;
    max-width: 754px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 80px;
}
.block-board .header-board .title > h1,
.block-board .header-board .title > h2,
.block-board .header-board .title > h3,
.block-board .header-board .title > h4,
.block-board .header-board .title > h5,
.block-board .header-board .title > h6,
.block-board .header-board .title > p{
    margin-top: 0;
    margin-bottom: 32px;
}
.grid-cards{
    margin-top: 80px;
}
.grid-cards .row{
    display: flex;
    margin-bottom: 32px;
}
.grid-cards .row:nth-child(1) .column:nth-child(1),
.grid-cards .row:nth-child(3) .column:nth-child(1){
    margin-right: 32px;
    max-width: 47.3%;
}
.grid-cards .row:nth-child(1) .column:nth-child(2),
.grid-cards .row:nth-child(3) .column:nth-child(2){
    display: flex;
    max-width: 52.7%;
}
.grid-cards .row:nth-child(1) .column:nth-child(2) > .card-image,
.grid-cards .row:nth-child(3) .column:nth-child(2) > .card-image{
    background: linear-gradient(270deg, #4DCEF2 0%, #646DF3 100%);
    margin-right: 32px;
    overflow: hidden;
    display: flex;
    width: 100%;
}
.grid-cards .row:nth-child(3) .column:nth-child(1) > .card-text{
    background: linear-gradient(91.32deg, #93FC66 -33.45%, #47E7AF 2.42%, #14D9E1 29.9%, #00D3F4 43.33%, #07CBF4 52.22%, #1BB6F6 65.78%, #3B94F8 82.32%, #6368FA 99.57%);
}
.grid-cards .row:nth-child(2) .column:nth-child(2) > .card-text{
    background: linear-gradient(292.34deg, #3E2765 28.32%, #6060E1 83.12%);
}
.grid-cards .row:nth-child(4) .column:nth-child(2) > .card-text{
    background: linear-gradient(270deg, #8DEDA1 0%, #5BB7F1 100%);
}
.grid-cards .row:nth-child(2) .column:nth-child(2),
.grid-cards .row:nth-child(4) .column:nth-child(2){
    margin-left: 32px;
    max-width: 47.3%;
}
.grid-cards .row:nth-child(2) .column:nth-child(1),
.grid-cards .row:nth-child(4) .column:nth-child(1){
    display: flex;
    max-width: 52.7%;
}
.grid-cards .row:nth-child(2) .column:nth-child(1) > .card-image,
.grid-cards .row:nth-child(4) .column:nth-child(1) > .card-image{
    background: linear-gradient(270deg, #4DCEF2 0%, #646DF3 100%);
    margin-right: 32px;
    overflow: hidden;
    width: 100%;
}
.grid-cards .row:nth-child(2) .column:nth-child(1) > .card-image,
.grid-cards .row:nth-child(4) .column:nth-child(1) > .card-image{
    margin-right: 0;
}
.grid-cards .row:nth-child(2) .column:nth-child(1) > .card-images,
.grid-cards .row:nth-child(4) .column:nth-child(1) > .card-images{
    margin-right: 32px;
}
.grid-cards .row:nth-child(2) .column:nth-child(1) > .card-images img,
.grid-cards .row:nth-child(4) .column:nth-child(1) > .card-images img{
    max-width: 100%;
}
.grid-cards .card-image,
.grid-cards .card-text{
    border-radius: 56px;
}
.grid-cards .card-image img{
    height: 100%;
    object-fit: cover;
}
.grid-cards .card-images{
    display: grid;
}
.grid-cards .card-text{
    height: 100%;
    padding: 32px;
    color: var(--bg);
    background: linear-gradient(270deg, #6468F2 0%, #4BD1F1 100%);
}
.grid-cards .card-text > div{
    padding: 40px;
    border-radius: 28px;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) -20.83%, rgba(99, 104, 250, 0) 90.74%);
    backdrop-filter: blur(130px);
}
.grid-cards .card-text h1,
.grid-cards .card-text h2,
.grid-cards .card-text h3,
.grid-cards .card-text h4,
.grid-cards .card-text h5,
.grid-cards .card-text h6
{
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 16px;
}
.grid-cards .card-text p{
    margin-top: 0;
    margin-bottom: 0;
}
.grid-cards .card-images > div:first-child{
    height: calc(100% - 32px);
    margin-bottom: 0;
}
.grid-cards .card-images > div:first-child img{
    display: block;
    object-fit: cover;
    max-width: 318px;
    height: 100%;
    max-height: 220px;
    border-radius: 56px;
}
.grid-cards .card-images > div:nth-child(2){
    max-height: 214px;
}
.grid-cards .card-images > div:nth-child(2) img{
    display: block;
    object-fit: cover;
    height: 100%;
    border-radius: 40px;
}
/* Responsive */
@media only screen and (max-width: 980px) {
    section.block-board,
    section.block-board:first-child{
        margin-top: 0;
        margin-bottom: 0;
    }
    .block-board .header-board .title > h1, .block-board .header-board .title > h2, .block-board .header-board .title > h3, .block-board .header-board .title > h4, .block-board .header-board .title > h5, .block-board .header-board .title > h6, .block-board .header-board .title > p{
        font-size: 30px;
        font-weight: 700;
        line-height: 34px;
    }
    .block-board .header-board .buttons .btn{
        display: block;
        margin-bottom: 8px;
    }
    .block-board .grid-cards .row{
        display: grid;
    }
    .block-board .grid-cards .row .column{
        margin-bottom: 24px;
    }
    .block-board .grid-cards .row .column:last-child{
        margin-bottom: 56px;
    }
    .grid-cards .row:nth-child(1) .column:nth-child(1),
    .grid-cards .row:nth-child(3) .column:nth-child(1),
    .grid-cards .row:nth-child(1) .column:nth-child(2),
    .grid-cards .row:nth-child(3) .column:nth-child(2),
    .grid-cards .row:nth-child(2) .column:nth-child(2),
    .grid-cards .row:nth-child(4) .column:nth-child(2),
    .grid-cards .row:nth-child(2) .column:nth-child(1),
    .grid-cards .row:nth-child(4) .column:nth-child(1),
    .grid-cards .row:nth-child(2) .column:nth-child(2),
    .grid-cards .row:nth-child(2) .column:nth-child(1) > .card-images,
    .block-board .grid-cards .row .column{
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    .grid-cards .row:nth-child(1) .column:nth-child(2) > .card-image, .grid-cards .row:nth-child(3) .column:nth-child(2) > .card-image{
        margin-right: 0;
    }
    .grid-cards .row:nth-child(3) .column:nth-child(2),
    .grid-cards .row:nth-child(1) .column:nth-child(2),
    .grid-cards .row:nth-child(2) .column:nth-child(1){
        display: grid;
    }
    .grid-cards .row:nth-child(3) .column:nth-child(2) > div{
        flex: 1;
    }
    .grid-cards .card-text{
        padding: 32px 24px;
    }
    .grid-cards .column > .card-image:first-child,
    .grid-cards .column > .card-images:first-child{
        margin-bottom: 24px;
    }
    .grid-cards .column > .card-images > div{
        display: flex;
        justify-content: center;
        min-height: 138px;
    }
    .grid-cards .row:nth-child(1) .column:nth-child(2),
    .grid-cards .row:nth-child(2) .column:nth-child(1),
    .grid-cards .row:nth-child(3) .column:nth-child(2){
        grid-template-columns: repeat(2, minmax(auto, 1fr));
        grid-gap: 24px;
        margin-bottom: 0;
    }
    .grid-cards .card-images > div:first-child img{
        max-width: 100%;
    }
    .grid-cards .card-images > div:first-child,
    .grid-cards .row:nth-child(2) .column:nth-child(1) > .card-images,
    .grid-cards .row:nth-child(3) .column:nth-child(2) > .card-image,
    .grid-cards .row:nth-child(4) .column:nth-child(1) > .card-images{
        margin-bottom: 0;
    }
    .grid-cards .row:nth-child(1) .column:nth-child(2) > .card-image{
        margin-bottom: 0;
    }
    .grid-cards .card-image, .grid-cards .card-text,
    .grid-cards .card-images img,
    .grid-cards .card-image img,
    .grid-cards .card-images > div:nth-child(2) img,
    .grid-cards .card-images > div:first-child img{
        border-radius: 24px;
    }
    .grid-cards .row:nth-child(2) .column:nth-child(1),
    .grid-cards .row:nth-child(4) .column:nth-child(1){
        order: 2;
    }
    .grid-cards .card-text > div{
        padding: 24px;
    }
    .grid-cards .card-text h1, .grid-cards .card-text h2, .grid-cards .card-text h3, .grid-cards .card-text h4, .grid-cards .card-text h5, .grid-cards .card-text h6{
        font-size: 28px;
        font-weight: 700;
        line-height: 32px;
    }
    .grid-cards .card-text p{
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.005em;
    }
    .grid-cards .card-images{
        grid-gap: 24px;
    }
}