.banner_sect {
    text-align: center;
    position: relative;
    z-index: 1;
}

.banner_sect:first-child {
    padding-top: 4.5em;
}

.banner_sect .background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    max-width: 100%;
}

.banner_sect .under_title {
    padding: 0.5em 1em 0.5em 3.25em;
    max-width: 100%;
    width: max-content;
    position: relative;
    border-radius: 6.25em;
    border: 1px solid #7468FC;
    background: linear-gradient(180deg, rgba(116, 104, 252, 0.10) 0%, #6D53FF 100%);
    color: #ffffff;
    min-height: 2.5em;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.banner_sect .under_title:before {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    top: 50%;
    left: 1em;
    transform: translateY(-50%);
    position: absolute;
    background-image: url(../../img/icons/magic.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.banner_sect .under_title:not(:last-child) {
    margin-bottom: 1.5em;
}

.banner_sect .title {
    font-family: Outfit, sans-serif;
    font-weight: 800;
    font-size: 5.625em;
    line-height: 0.75;
    margin: 24px 0px;
}

/*.banner_sect .title:not(:last-child) {*/
/*    margin-bottom: 0.11em;*/
/*}*/

.banner_sect .title_part {
    display: inline-block;
    /*white-space: nowrap;*/
    overflow: hidden;
    color: #FFF;
    text-align: center;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 94px;
    letter-spacing: -0.89px;
}

.banner_sect .soon {
    padding: 0.5em 1.25em 0.5em 3em;
    max-width: 100%;
    width: max-content;
    position: relative;
    color: #ffffff;
    min-height: 2.25em;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0 auto;
    border-radius: 2em;
    background: linear-gradient(90deg, rgba(229, 156, 255, 0.24) 0.01%, rgba(186, 156, 255, 0.24) 50.01%, rgba(156, 178, 255, 0.24) 100%);
    box-shadow: 0 -0.5em 0.75em 0 rgba(164, 143, 255, 0.12) inset;
    backdrop-filter: blur(0.25em);
}

.banner_sect .soon:before {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    top: 50%;
    left: 1em;
    transform: translateY(-50%);
    position: absolute;
    background-image: url(/wp-content/themes/credit-mentor-ai/img/icons/magic.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.banner_sect .soon_text {
    font-size: 0.875em;
    background: linear-gradient(180deg, #A8A1FF 0%, #E59CFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_sect .under_text {
    color: rgba(239, 237, 253, 0.70);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 23.2px */
    max-width: 420px;
    margin: 0 auto;
}

.banner_sect .title_part_text {
    display: block;
    line-height: 1.2;
    transform: translateY(100%);
    transition-property: transform;
    transition-duration: 1s;
}

.banner_sect .title_part.animate .title_part_text {
    transform: translateY(0);
}

.banner_sect .sect_head:not(:last-child) {
    margin-bottom: 5em;
}

.banner_sect .butt_wrap .butt {
    margin: 0 auto;
}

.banner_sect .title_part_text.colored {
    background: linear-gradient(91deg, #E151FF 22.51%, #8668FF 64.44%, #714DFF 87.44%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_sect.type2 .background {
    width: 100%;
}

.banner_sect.type2 .sect_description:not(:last-child) {
    margin-bottom: 2.5em;
}

.banner_sect.type2 .background {
    top: 45%;
    width: auto;
    max-width: 100%;
}