.form_sect:first-child {
    padding-top: 5em;
}
.form_sect .container {
    box-sizing: border-box;
    padding: 2.5em;
    border-radius: 2.5em;
    border: 1px solid rgba(140, 132, 251, 0.20);
    background: #1A1A1A;
    box-shadow: 0 0 3.75em 0 rgba(104, 80, 255, 0.40);
    align-items: center;
    margin: 0 auto;
    max-width: 40em;
}
.form_sect .contacts_container {
    box-sizing: border-box;
    padding: 2.5em;
    border-radius: 1.25em;
    border: 1px solid rgba(140, 132, 251, 0.60);
    background-color: #161618;
    box-shadow: 0 0 0.625em 0 rgba(168, 161, 255, 0.20);
    background-size: cover;
    background-image: url(../../img/form-sect/contacts-background.svg);
}
.form_sect .contacts_container:not(:last-child) {
    margin-bottom: 3.5em;
}
.form_sect .group:not(:last-child) {
    margin-bottom: 5em;
}
.form_sect .group_title {
    font-family: Outfit, sans-serif;
    font-size: 1.5em;
    font-weight: 800;
}
.form_sect .group_title:not(:last-child) {
    margin-bottom: 0.83em;
}
.form_sect .group_item {
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none;
    padding-left: 2em;
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
    line-height: 1.5;
}
.form_sect .group_item:not(:last-child) {
    margin-bottom: 1.25em;
}
.form_sect .group_item_icon {
    position: absolute;
    left: 0;
    top: 0.75em;
    transform: translateY(-50%);
    max-width: 1.25em;
    max-height: 1.25em;
}
.form_sect .group_item.type2 {
    padding: 0;
    text-decoration: underline;
}
.form_sect .group_item.type2:not(:last-child) {
    margin-bottom: 0.67em;
}
.form_sect .group_item.type2:hover {
    text-decoration: none;
}
@media(max-width: 639px) {
    .form_sect:first-child {
        padding-top: 2em;
    }
    .form_sect .container {
        margin: 0 -0.75em;
        padding: 0.75em 0.75em 1.5em;
        border-radius: 1.25em;
    }
    .form_sect .contacts_container {
        padding: 1em;
    }
    .form_sect .contacts_container:not(:last-child) {
        margin-bottom: 4.5em;
    }
    .form_sect .group:not(:last-child) {
        margin-bottom: 2.5em;
    }
    .form_sect .group_title {
        font-size: 1em;
    }
    .form_sect .group_title:not(:last-child) {
        margin-bottom: 1.25em;
    }
    .form_sect .group_item {
        font-size: 0.875em;
    }
    .form_sect .group_item br {
        display: none;
    }
    .form_sect .group_item.type2 {
        font-size: 1em;
    }
    .form_sect .group_item.type2:not(:last-child) {
        margin-bottom: 0.75em;
    }
}