.three_columns_block_title{
    text-align: center;
    font-weight: 400;
    font-size: 48px;
    line-height: 119%;
    font-family: "Sora", sans-serif;
    color: #1e2731;
    max-width: 493px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}
.three_columns_block_item_content_button{
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    font-family: "Inter", sans-serif;
    color: #092dc5;
    margin-top: 39px;
    gap: 15px;
    align-items: center;
}
.three_columns_block_subtitle{
    font-family: "Avenir", sans-serif;
    font-weight: 350;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #1e2731;
}
.three_columns_block_item_content{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}
.three_columns_block_item_content_title{
    font-weight: 300;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    color: #0a2599;
    font-family: "Sora", sans-serif;
    margin-bottom: 10px;
}
.three_columns_block_item_content_text{
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #1e2731;
    font-family: "Inter", sans-serif;
}
.three_columns_block_item *{
    transition: all 0.5s;
}
.three_columns_block_item{
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.11) !important;
    border-radius: 20px;
    transition: all 0.5s;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 1;
}
.three_columns_block_item:hover path{
    fill: #fff;
}

.three_columns_block_items_decor {
    display: none;
    right: -178px;
    bottom: 59px;
    position: absolute;
    width: 503px;
    height: 127px;
}
@media screen and (min-width: 1201px) {
    .three_columns_block_items_decor {
        display: block;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .three_columns_block_items{
        flex-wrap: wrap;
    }

    body .three_columns_block_items .three_columns_block_item{
        flex-basis: calc((100% - 20px)/ 2);
    }
}
@media screen and (max-width: 768px){
    .three_columns_block .three_columns_block_items{
        flex-wrap: wrap;
        margin-top: 28px;
    }
    body .three_columns_block_items .three_columns_block_item{
        flex-basis: calc(100%);
    }
    body .three_columns_block_title{
        font-size: 24px;
    }
    body .three_columns_block_item_content_text{
        font-size: 14px;
    }
    body .three_columns_block_subtitle{
        font-size: 16px;
    }


    .three_columns_block_item_content{
        padding-left: 29px;
        padding-right: 29px;
        padding-bottom: 30px;
    }

    .three_columns_block_item_content_button{
        margin-top: 30px;
    }

    .three_columns_block_item{
        border-radius: 10px;
    }

}
.three_columns_block_item:hover .three_columns_block_item_content_button{
    color: #fff;
}
.three_columns_block_item:hover .three_columns_block_item_content_text{
    color: #fff;
}
.three_columns_block_item:hover .three_columns_block_item_content_title{
    color: #d3e2f8;
}
.three_columns_block_item:hover .three_columns_block_item_content,
.three_columns_block_item:hover{
    background: #092DC5;
}
.three_columns_block_items .three_columns_block_item{
    flex-basis: calc(100% / 3);
}
.three_columns_block_items{
    margin-top: 58px;
    display: flex;
    gap: 20px;
   
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.three_columns_block_item_image{
    clip-path: polygon(0 0, 100% 0, 100% 168px, 0 230px);
}
.three_columns_block_item_content{
    margin-top: -163px;
    padding-top: 86px;
    background: #fff;
}

@media screen and (max-width: 768px) {
    .three_columns_block_items{
        gap: 10px;
    }
    .three_columns_block_item_image{
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
    .three_columns_block_item_content {
        margin-top: -263px;
    }
}
