.section_subscribing {
    padding: 140px 0px 70px;
}

.section_subscribing .title{
    width: 346px;
    margin: 0px auto;
    font-size: 28px;
    line-height: 34px;
    color: var(--dark-black-color);
    font-weight: bold;
    text-align: center;
}

.section_subscribing .sub_title{
    width: 346px;
    margin: 0px auto;
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-black-color);
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
}

.section_subscribing .card__item {
    width: 430px;
    margin: 0px auto;
    border-radius: 24px;
    border: 2px solid var(--primary-color);
    padding: 40px;
        margin-top: 40px;
}

.section_subscribing .card__item .card__title{
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    color: var(--dark-black-color);
}

.section_subscribing .card__item .card__item--device-info{
    margin-top: 12px;
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.section_subscribing .card__item .card__item--device-info-row{
    display: flex;
    gap: 5px;
}

.section_subscribing .card__item .card__item--device-info-row img{
    width: 16px;
    margin-right: 4px;
}

.section_subscribing .card__item .card__item--device-info-row span{
    color: var(--light-black-color);
    font-size: 16px;
    line-height: 22px;
}

.section_subscribing .card__item--total {
    padding-top: 12px;
    margin-top: 20px;
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.section_subscribing .card__item--total .pricing__form--total-item{
    padding: 12px 12px;
    border-radius: 4px;
    font-weight: bold;
    background-color: #F6FAFD;
    height: 48px;
    display: flex;
    align-items: center;
    width: 100%;
}

.section_subscribing .card__item--total .pricing__form--total-item:first-child{
    background-color: var(--white-color);
}


.pricing__form--total-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.pricing__form--total-item-title span{
    color: var(--dark-black-color);
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}
.pricing__form--total-item-title .discount{
    color: var(--light-black-color);
}
.pricing__form--total-item:first-child .pricing__form--total-item-title span {
    color: var(--light-black-color);
}

.goto_exacoola_btn {
    margin-top: 30px;
    font-size: 16px;
    line-height: 20px;
    padding:8px 16px
}