section.block-reasons,
section.block-reasons:first-child,
section.block-reasons:last-child{
    margin-top: 0;
    margin-bottom: 0;
    padding: 69px 0 0;
    border: 0;
    background-color: var(--text);
    color: var(--bg);
    border-radius: 64px 0px 65px 0px;
}
.block-reasons .heading .title{
    max-width: 464px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.block-reasons .heading .title > h1,
.block-reasons .heading .title > h2,
.block-reasons .heading .title > h3,
.block-reasons .heading .title > h4,
.block-reasons .heading .title > h5,
.block-reasons .heading .title > h6,
.block-reasons .heading .title > p{
    font-size: 38px;
    font-weight: 700;
    line-height: 46px;
    margin-top: 0;
    margin-bottom: 0;
}
.block-reasons .description{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.block-reasons .description p{
    font-size: 24px;
    line-height: 32px;
}
.grid-reasons{
    display: grid;
    grid-gap: 62px 56px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    padding: 0 24px;
}
.grid-reasons .item-reason{
    position: relative;
    background-color: #6468F2;
    border-radius: 56px;
    margin-bottom: 56px;
    overflow: hidden;
    height: fit-content;
    text-align: left;
}
.grid-reasons .columna .item-reason:nth-child(2){
    margin-bottom: 0;
}
.grid-reasons .item-reason .description{
    text-align: left;
}
.grid-reasons .item-reason .description p{
    margin-top: 0;
    margin-bottom: 8px;
}
.grid-reasons .item-reason .title h1,
.grid-reasons .item-reason .title h2,
.grid-reasons .item-reason .title h3,
.grid-reasons .item-reason .title h4,
.grid-reasons .item-reason .title h5,
.grid-reasons .item-reason .title h6,
.grid-reasons .item-reason .title p{
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 16px;
}
.grid-reasons .item-reason .description h1,
.grid-reasons .item-reason .description h2,
.grid-reasons .item-reason .description h3,
.grid-reasons .item-reason .description h4,
.grid-reasons .item-reason .description h5,
.grid-reasons .item-reason .description h6,
.grid-reasons .item-reason .description p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.005em;
    margin-top: 0;
    margin-bottom: 4px;
}
.grid-reasons .columna:nth-child(1) .item-reason:nth-child(1){
    padding-top: 279px;
}
.grid-reasons .columna:nth-child(1) .item-reason:nth-child(2){
    background-color: #ADFA7B;
    padding-bottom: 158px;
    color: #3D2663;
}
.grid-reasons .columna:nth-child(2) .item-reason:nth-child(1){
    padding-top: 116px;
    background-color: #4BD1F1;
    color: #3D2663;
    margin-top: 90px;
}
.grid-reasons .columna:nth-child(1) .item-reason:nth-child(1) .image-reason,
.grid-reasons .columna:nth-child(2) .item-reason:nth-child(1) .image-reason{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.grid-reasons .columna:nth-child(1) .item-reason:nth-child(2) .image-reason,
.grid-reasons .columna:nth-child(2) .item-reason:nth-child(2) .image-reason,
.grid-reasons .columna:nth-child(3) .item-reason:nth-child(1) .image-reason,
.grid-reasons .columna:nth-child(3) .item-reason:nth-child(2) .image-reason{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.grid-reasons .columna:nth-child(2) .item-reason:nth-child(2){
    padding-bottom: 124px;
}
.grid-reasons .columna:nth-child(3) .item-reason:nth-child(1){
    padding-bottom: 200px;
    background-color: #ADFA7B;
    color: #3D2663;
}
.grid-reasons .columna:nth-child(3) .item-reason:nth-child(2){
    padding-bottom: 200px;
    background-color: #4BD1F1;
    color: #3D2663;
}
.grid-reasons .columna:nth-child(1) .item-reason:nth-child(2) .image-reason img,
.grid-reasons .columna:nth-child(2) .item-reason:nth-child(2) .image-reason img,
.grid-reasons .columna:nth-child(3) .item-reason:nth-child(1) .image-reason img,
.grid-reasons .columna:nth-child(3) .item-reason:nth-child(2) .image-reason img{
    position: absolute;
    bottom: -2px;
}
.grid-reasons .item-reason .meta-reason{
    padding: 48px;
}

/* Responsive */
@media only screen and (max-width: 980px) {
    section.block-reasons, section.block-reasons:first-child,
    section.block-reasons:last-child{
        border-radius: 54px 0 54px 0;
        padding: 56px 0 30px;
    }
    .block-reasons .heading .title > h1, .block-reasons .heading .title > h2, .block-reasons .heading .title > h3, .block-reasons .heading .title > h4, .block-reasons .heading .title > h5, .block-reasons .heading .title > h6, .block-reasons .heading .title > p{
        font-size: 30px;
        font-weight: 700;
        line-height: 34px;
        max-width: 70%;
        margin: 0 auto 20px;
    }
    .block-reasons .description p{
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
        margin-top: 0;
        margin-bottom: 8px;
    }
    .grid-reasons{
        display: block;
        padding: 0;
    }
    .grid-reasons .columna{
        display: grid;
        grid-gap: 48px;
        grid-template-columns: repeat(2, minmax(auto, 1fr));
        padding: 0;
        margin-bottom: 48px;
    }
    .grid-reasons .image-reason .image img{
        width: 100%;
    }
    .grid-reasons .image-reason{
        top: -1px;
    }
    .grid-reasons .columna:nth-child(2) .item-reason:nth-child(1){
        margin-top: 0;
    }
    .grid-reasons .item-reason .title h1,
    .grid-reasons .item-reason .title h2,
    .grid-reasons .item-reason .title h3, .grid-reasons .item-reason .title h4, .grid-reasons .item-reason .title h5, .grid-reasons .item-reason .title h6, .grid-reasons .item-reason .title p{
        font-size: 28px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.01em;
    }
    .grid-reasons .item-reason .description h1, .grid-reasons .item-reason .description h2, .grid-reasons .item-reason .description h3, .grid-reasons .item-reason .description h4, .grid-reasons .item-reason .description h5, .grid-reasons .item-reason .description h6, .grid-reasons .item-reason .description p{
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: -0.01em;
    }
    .grid-reasons .item-reason .meta-reason{
        padding: 32px;
    }
    .block-reasons .description{
        max-width: 100%;
        margin-bottom: 48px;
    }
    .grid-reasons .item-reason{
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 660px) {
    .grid-reasons .columna{
        display: grid;
        grid-gap: 48px;
        grid-template-columns: repeat(1, minmax(auto, 1fr));
        padding: 0;
        max-width: 348px;
        margin-left: auto;
        margin-right: auto;
    }
}