.text-sections {
    padding: 67px 0 0 0;
}
.text-sections.with-title {
    padding: 67px 0 80px 0;
}
.text-sections.with-title.first-title{
    padding: 0 0 80px 0;

}
.text-sections__wrapper {
    display: flex;
    flex-direction: column;
    gap: 27px;
}
.with-padding{
    padding: 67px 0 80px 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 .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;
    align-items: end;
    gap: 12px;
    font-family: Myriad Pro;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #1B204C;
}

@media screen and (max-width:1024px) {
    .text-sections {
        padding: 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;
    }
}