main .main-inner:has(.centered-text:first-child) {
    padding-top: 0;
}

main .main-inner .centered-text:first-child {
    min-height: calc(100vh - var(--header-height)) !important;
    margin-top: calc(var(--header-height) - var(--wp-admin--admin-bar--height, 0px));
}

.centered-text .wrapper .inner-container {
    text-align: center;
    width:700px;
    max-width:100%;
    padding: 0 1.25rem;
    margin:80px auto;
    box-sizing:border-box;
}
.centered-text:first-child .wrapper .inner-container {
    margin: 0px auto 80px auto;
}
.centered-text.border_bottom .wrapper{
    border-bottom: 1px solid #AABADC;
    width:100%;
}

.centered-text h2{
    color:#fff;
    margin: 0 0 40px 0;
}

.centered-text .colored_title h2{
    background: linear-gradient(90deg, #006FFF 25.27%, #AABADC 74.96%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.centered-text .image {
    margin:40px auto 0 auto;
    max-width:270px;

}
.centered-text .image img{

    max-width:100%;

}

.centered-text{
    min-height: auto !important;
}

.centered-text .wrapper{
    box-sizing:border-box;
    max-width: 100%;
}

@media ( max-width: 1024px ) {
    main .main-inner .centered-text:first-child {
        min-height: fit-content !important;
        margin-top: 66px;
    }
    main .main-inner:has(.centered-text:first-child) {
        padding-top: 80px;
    }
}