.text-component .row {
    margin-bottom: 32px;
}
.text-component .row:last-child {
    /*zlautumn*/
    *padding-bottom: 80px;
}
.text-component .row:first-child {
    /*zlautumn*/
    *margin-top: 48px;
}
.text-component__title {
    margin-bottom: 16px;
    font-size: 34px;
    font-weight: 600;
    line-height: 45px;
}
.text-component__title.trade-in__title {
    margin-bottom: 48px;
}
.text-component__subtitle {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
.text-component__subtitle__small {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 16px;
}
.text-component__text {
    margin-bottom: 12px;
}
.text-component__image-container {
    overflow: hidden;
    border-radius: 32px;
    background-color: #fafafa;
}
.text-component__image-container img {
    width: 100%;
}
.text-component a {
    color: black;
}

.list-purple-circle__item {
    list-style-image: url("../img/list-style-purple-ellipse.svg");
    margin-left: 15px;
    margin-bottom: 10px;
}
.list-purple-circle__item p {
    margin-left: 14px;
    margin-bottom: 0px;
}
.list-purple-circle__item__sublist {
    list-style-image: url("../img/list-style-purple-line-ellipse.svg");
    margin-left: 12px;
    margin-top: 10px;
}

.tables-container {
    row-gap: 40px;
    margin-bottom: 32px;
}
.tables-container__table {
    list-style: none;
}
.tables-container__table__title {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(22, 21, 19, 0.1);
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
}
.tables-container__table__item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(22, 21, 19, 0.1);
    padding: 12px 0 12px;
}
.tables-container__table__item:last-child {
    border-bottom: none;
    padding: 12px 0 0;
}

.about-company__feature {
    margin-bottom: 54px;
}

@media screen and (max-width: 1200px) {
    .text-component__image-container {
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 576px) {
    .text-component__title {
        margin-bottom: 24px;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
    }
    .text-component__subtitle {
        font-size: 20px;
        line-height: 27px;
    }
    .list-purple-circle__item {
        margin-bottom: 10px;
    }
    .tables-container {
        row-gap: 24px;
    }
}