.configure_sect {
    background-color: #ffffff;
    background-image: url(../img/configure-sect/bg.svg);
    background-position: center;
    background-size: cover;
    padding: 1em 0;
    color: #ffffff;
}
.configure_sect .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.configure_sect .text {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    max-width: calc(100% - 9em);
    text-align: right;
}
.configure_sect .butt {
    width: 8em;
    margin-left: 1.25em;
    font-weight: 700;
    padding: 0 0.25em 0 1em;
    height: 2em;
    border-radius: 1em;
    text-decoration: none;
}
.configure_sect .butt_label {
    font-size: 0.75em;
}
.configure_sect .butt:after {
    content: '';
    width: 1.5em;
    height: 1.5em;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icons/link-chevron-right-fff.svg);
}
.configure_sect .butt:hover:after {
    background-image: url(../img/icons/link-chevron-right-000.svg);
}