.downloads_sect {
    padding: 5em 0;
}
.downloads_sect.padding_top_off {
    padding-top: 0;
}
.downloads_sect.padding_bottom_off {
    padding-bottom: 0;
}
.downloads_sect .sect_title {
    margin: 0 0 0.5em;
}
.downloads_sect .description {
    font-weight: 300;
    text-align: center;
    letter-spacing: -0.005em;
    line-height: 1.35;
    font-size: 1.375em;
    margin: 0 auto 2.5em;
}
.downloads_sect .items {
    display: flex;
    flex-wrap: wrap;
    margin: -1.25em;
}
.downloads_sect .item {
    box-sizing: border-box;
    width: calc(50% - 2.5em);
    margin: 1.25em;
    border: 1px solid #CBDFF8;
    border-radius: 1.125em;
    background-color: #ffffff;
    padding: 2.25em 3em;
    display: flex;
    flex-direction: column;
    position: relative;
}
.downloads_sect .item:before {
    content: '';
    display: block;
    background-image: url(../../../img/icons/download-317ee5.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 3em;
    height: 3em;
    top: 2.75em;
    right: 3.25em;
    position: absolute;
}
.downloads_sect .item_title {
    font-weight: 500;
    font-size: 1.625em;
    line-height: 1.16;
    margin: 0 0 1em;
    padding-right: 4em;
    flex-grow: 1;
}
.downloads_sect .item_description {
    letter-spacing: -0.005em;
    line-height: 1.35;
    font-size: 1.375em;
    font-weight: 300;
    margin: 0 0 1.5em;
}
.downloads_sect .item_butt_wrap .butt {
    padding: 0 1.75em;
}
@media(max-width: 1199px) {
    .downloads_sect .items {
        margin: -0.625em;
    }
    .downloads_sect .item {
        margin: 0.625em;
        width: calc(50% - 1.25em);
        padding: 1.75em 1.25em;
    }
    .downloads_sect .item:before {
        width: 2em;
        height: 2em;
        top: 2em;
        right: 1.25em;
    }
    .downloads_sect .item_title {
        font-size: 1.125em;
    }
    .downloads_sect .item_description {
        font-size: 1em;
    }
    .downloads_sect .item_butt_wrap .butt {
        height: 2.5em;
    }
    .downloads_sect .item_butt_wrap .butt .butt_label {
        font-size: 1em;
    }
}