.widget-forms.template-2{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-forms.template-2 .widget-template{
    display: flex;
    align-items: center;
    gap: 3.3em;
    padding: 2.7em 3.4em;
    border-radius: 4px;
    background-color: #000000;
    box-shadow: 0 1px 17px 2px rgba(171, 171, 171, 0.18);
}
.widget-forms.template-2 .widget-title{
    color: #FFF;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.04;
    text-transform: uppercase;
    text-wrap: balance;
}
.widget-forms.template-2 .widget-description{
    color: #FFF;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.3;
    max-width: 29em;
    text-wrap: balance;
}
.widget-forms.template-2 .widget-empty{
    flex: 1;
}
.widget-forms.template-2 .widget-buttons{
    display: flex;
    gap: .6em;
}
.widget-forms.template-2 .widget-button{
    display: inline-block;
    color: #FFF;
    font-size: .8em;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 1.41px;
    padding: 1em 2em;
    user-select: none;
    border: 1px solid #ffffff;
    cursor: pointer;
    margin: 0 0 0 auto;
    white-space: nowrap;

    transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
}
.widget-forms.template-2 .widget-button:hover{
    color: #000000;
    background-color: #ffffff;
}
.widget-forms.template-2 .widget-buttons .widget-button:nth-child(odd) {
    background-color: #ffffff;
    color: #1B1E25;
}
.widget-forms.template-2 .widget-buttons .widget-button:nth-child(odd):hover{
    background-color: #cccccc;
}
@media all and (max-width: 1000px) {
    .widget-forms.template-2 .intec-content-wrapper{
        margin-right: 0;
        margin-left: 0;
    }
    .widget-forms.template-2 .widget-template{
        border-radius: 0;
    }
}
@media all and (max-width: 800px) {
    .widget-forms.template-2 .widget-template{
        flex-wrap: wrap;
        gap: 1em;
    }
    .widget-forms.template-2 .widget-wrapper{
        padding: 3.75em 1.25em;
        flex-wrap: wrap;
    }
    .widget-forms.template-2 .widget-title{
        font-size: 2.125em;
    }
    .widget-forms.template-2 .widget-description{
        font-size: 1em;
        line-height: 1.5;
    }
    .widget-forms.template-2 .widget-title,
    .widget-forms.template-2 .widget-description{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-forms.template-2 .widget-title br,
    .widget-forms.template-2 .widget-description br{
        display: none;
    }
    .widget-forms.template-2 .widget-buttons{
        flex-wrap: wrap;
        margin: 1.4em 0 0 0;
    }
    .widget-forms.template-2 .widget-button{
        font-size: 1em;
        margin: 1.4em 0 0 0;
    }
    .widget-forms.template-2 .widget-buttons .widget-button{
        margin: 0;
    }
    .widget-forms.template-2 .widget-empty{
        display: none;
    }
}
@media all and (max-width: 600px) {
    .widget-forms.template-2 .widget-template{
        padding: 3em 1.25em;
    }
    .widget-forms.template-2 .widget-buttons{
        width: 100%;
    }
    .widget-forms.template-2 .widget-button{
        width: 100%;
    }
}