.used-today__description {
    max-width: none;
    text-align: justify;
}
.used-today__item {
    max-width: 330px;
}
.used-today__line {;
    right: -135px;
}
.used-today__line.used-today__line_v2 {
    right: -122px;
    width: 142px;
}
.steps__title {
    font-size: 28px;
    margin-bottom: 30px;
}
.cards-section__wrapper{
    max-width: 1212px;
}
.devices__content p{
    color: #fff;
    font-size: 16px;
}
.pay-help.flex {
    justify-content: center;
    align-items: center;
    padding: 0px 0 50px;
}
.pay-help__text {
    font-size: 28px;
    margin-right: 35px;
}
.product-promo-header__logo:first-child {
    border-right: 1px solid #e9e9e9;
}
.used-today__img {
    height: 260px;
}
.devices .title {
    color: #0b1047;
}
.devices {
    background: #fff;
    box-shadow: 0 2px 4px rgba(11, 16, 71, 0.02), 0 10px 40px rgba(11, 16, 71, 0.05);
}
.devices__content p {
    color: #60556F;
    font-size: 18px;
}
.pay-help.flex {
    flex-wrap: wrap;
    flex-direction: column;
}
.pay-help__text {
    margin-bottom: 20px;
    margin-right: 0;
}
.used-today__description a{
    transition: color 0.2s;
    color: #0dc1cb;
}
.used-today__description a:hover{
    text-decoration: underline;
    transition: color 0.2s;
}
.used-today {
    margin-bottom: 50px;
    margin-top: 50px;
}
@media (min-width:1200px)  {
    .used-today_v2 .used-today__item {
        width: 50%;
        max-width: none;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        align-items: center;
        padding-bottom: 30px;
    }
    .used-today_v2 .used-today__title {
        text-align: left;
    }
    .used-today_v2 .used-today__content{
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100% - 260px);
    }
    .used-today_v2 .used-today__line{
        display: none;
    }
    .used-today_v2  .used-today__img {
        margin-bottom: 0;
    }
    .used-today_v2  .used-today__description {
        text-align: left;
    }
}
@media (max-width:1200px and min-width:870px)  {
    .used-today__item {
        max-width: none;
        width: 50%;
        margin-bottom: 30px;
    }
    .used-today_v2 .used-today__content{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width:760px)  {
    .used-today__item {
        margin-bottom: 20px;
    }
    .used-today__img {
        height: 200px;
    }

    .pay-help__text {
        font-size: 20px;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .pay-help__logo img {
        height: 40px;
    }
    .devices__content p {
        font-size: 14px;
    }
    .steps__title {
        font-size: 20px;
        margin-bottom: 15px;
    }

}


/************    manager     *************/

.manager{
    margin-bottom: 0;
}
.manager__items{}
.manager__info{
    width: 235px;
}
.manager__img{
}
.manager__img img{
    height: 201px;
    object-fit: cover;
    width: 201px%;
}
.manager__name{
    font-weight: bold;
    font-size: 14px;
    line-height: 160%;
    color: #0B1047;
    margin-top: 20px;
}
.manager__content{
    width: calc(100% - 235px);
}
.manager__text p{
    font-size: 14px;
    color: #0B1047;
    font-style: italic;
}
.manager__text p + p {
    margin-top: 10px;
}
.manager__text{
    border-left: 3px solid #10c8d2;
    padding-left: 25px;
}
@media (max-width:870px)  {
    .manager__items{
        flex-wrap: wrap;
    }
    .manager__info{
        width: 100%;
        margin: 0 auto 50px;
    }
    .manager__content{
        width: 100%;
    }
    .manager__img img {
        height: auto;
        object-fit: cover;
        width: 100%;
        object-position: top;
    }
}
@media (max-width:760px)  {

}
