.text-sections {
    margin: 67px 0;

}

.text-sections.with-title {
    margin: 67px 0;
}

.text-sections.with-title.first-title {
    margin: 67px 0;

}

.text-sections__wrapper {
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.with-padding {
    margin: 67px 0;


}

.text-sections__wrapper .text {
    font-family: Myriad Pro;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #27284A;
}

.text-sections__wrapper .title {
    font-family: Myriad Pro;
    font-weight: 300;
    margin-bottom: -12px;
    font-style: Light;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;
    color: #1B204C;
}

.text-sections__wrapper .text a {
    font-family: Myriad Pro;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #27284A;
    text-decoration: underline;
}

.text-sections__wrapper .text h3 {
    font-family: Myriad Pro;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #1B204C;
    margin-bottom: 20px;
}

.text-list {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.text-list .list {
    width: calc(50% - 6px);
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.text-list .list .list-item {
    display: flex;
    gap: 12px;
    font-family: Myriad Pro;
    font-weight: 300;
    align-items: center;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #1B204C;
}

.text-list .list .list-item svg {
    flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
    .text-sections {
        margin: 32px 0;
        overflow-x: hidden;
    }

    .text-sections iframe {
        display: none;
    }

    .text-sections__wrapper {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .text-sections__info {
        display: flex;
        flex-direction: column-reverse;
        gap: 22px;
    }

    .text-sections__info .text {
        font-family: Myriad Pro;
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #27284A;
    }

    .text-sections__info .text a {
        font-family: Myriad Pro;
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #27284A;
        text-decoration: underline;
    }

    .text-sections__wrapper .text h3 {
        font-family: Myriad Pro;
        font-weight: 700;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #1B204C;
        margin-bottom: 20px;
    }

    .text-sections__wrapper .text {
        font-size: 16px;
    }

    .text-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .text-list .list {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 9px;
    }

    .text-list .list .list-item {
        display: flex;
        align-items: end;
        gap: 12px;
        font-family: Myriad Pro;
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #1B204C;
    }
}