.attachments_sect {
    padding: 2em 0;
}
.attachments_sect.padding_top_off {
    padding-top: 0;
}
.attachments_sect.padding_bottom_off {
    padding-bottom: 0;
}
.attachments_sect .info_wrap {
    box-sizing: border-box;
    background-color: #F5F9FD;
    border-radius: 1.125em;
    align-items: center;
    margin: 0 auto 1em;
    padding: 1em;
    display: block;
    min-height: 0;
}
.attachments_sect .info_wrap .image_wrap {
    width: 6.75em;
    margin-left: 1.25em;
    display: none;
}
.attachments_sect .info_wrap .image {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.attachments_sect .info_wrap .title_and_desc_wrap {
    width: 100%;
}
.attachments_sect .info_wrap .title {
    font-weight: 500;
    line-height: 1.26;
    font-size: 1.25em;
    margin: 0 0 0.5em;
}
.attachments_sect .info_wrap .description {
    line-height: 1.425;
    font-size: 0.875em;
}
.attachments_sect .tabs {
    display: flex;
    flex-wrap: wrap;
    margin: -0.25em;
}
.attachments_sect .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    border-radius: 0.5em 0.5em 0 0;
    background-color: #F5F9FD;
    margin: 0.25em;
    height: 2.75em;
    padding: 0;
    width: calc(50% - 0.5em);
    flex-grow: unset;
    transition-property: background-color, color;
    transition-duration: 0.3s;
    cursor: pointer;
}
.attachments_sect .tab.active {
    background-color: #317EE5;
    color: #FFFFFF;
}
.attachments_sect .tab .tab_title {
    font-weight: 500;
    line-height: 1.83;
    font-size: 0.875em;
}
.attachments_sect .tab_panel:not(.active) {
    display: none;
}
.attachments_sect .links .link {
    align-items: center;
    box-sizing: border-box;
    padding: 0.75em 0;
    min-height: 4em;
    font-size: 0.875em;
    display: block;
    border: none;
}
.attachments_sect .links .link_side {
    box-sizing: border-box;
    width: 100%;
    padding: 0.625em 0;
    text-align: left;
}
.attachments_sect .links .link_side:first-child {
    padding-left: 0;
}
.attachments_sect .links .link_side:last-child {
    padding-right: 0;
    text-align: left;
    border-top: 1px solid #C1DCF6;
}
.attachments_sect .links .link_title {
    font-weight: 600;
}
.attachments_sect .links .link_image {
    max-width: 100%;
    max-height: none;
    display: block;
    margin: 0 auto;
}
.attachments_sect .tab_panel {
    margin-top: 0.625em;
}