.premise-content {
    padding-top: 23px;
    padding-bottom: 58px;
}

.premise-content__specifications-title {
    color: #202e35;
    font-size: 20px;
    font-weight: 600;
}

.premise-content__specifications-list {
    margin-top: 22px;
}

.premise-content__specifications-item {
    display: flex;
    justify-content: space-between;

    color: #202e35;
    font-size: 14px;
    font-weight: 700;
}

.premise-content__specifications-item:not(:first-child) {
    margin-top: 8px;
}

.premise-content__specifications-item_name {
    color: #a7abb7;
    font-weight: 400;
}

.premise-content__tradein-button {
    margin-top: 44px;
}

.premise-content__mortgage-button {
    margin-top: 10px;
}

.premise-content__terms {
    margin-top: 40px;
}

.premise-content__terms-title {
    color: #202e35;
    font-size: 20px;
    font-weight: 600;
}

.premise-content__terms-text-container {
    margin-top: 24px;
}

.premise-content__terms-text {
    margin-top: 18px;

    color: #202e35;
    font-size: 14px;
    line-height: 1.3;
}
.premise-content__terms-text img {
    display: block;
}
.premise-content__terms-text p {
    margin-bottom: 20px;
}

.premise-content__other-button {
    margin-top: 40px;
}

@media (max-width: 1023px) {
    .premise-content {
        padding-top: 27px;
        padding-bottom: 26px;
    }

    .premise-content__specifications-title {
        font-size: 20px;
    }

    .premise-content__specifications-item {
        font-size: 12px;
    }

    .premise-content__specifications-item:not(:first-child) {
        margin-top: 11px;
    }

    .premise-content__tradein-button {
        margin-top: 40px;
    }

    .premise-content__terms {
        margin-top: 25px;
    }

    .premise-content__terms-title {
        font-size: 20px;
    }

    .premise-content__terms-text {
        margin-top: 15px;

        font-size: 12px;
    }

    .premise-content__other-button {
        margin-top: 30px;
    }
}
