catalog-info.scss 1.07 KB
@import "../../vars";
@import "../../mixins";

.catalog-info {
    padding-top: 75px;

    &__title {
        font-weight: 600;
        font-size: 36px;
        line-height: 42px;
        color: $vmainGrey;
    }
}

.catalog-info-wrapper {
    margin-top: 42px;
    display: flex;
}

.catalog-info-col {
    width: 49%;

    &__text-main {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 48px;
    }

    &__title {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    &__list {
        padding-left: 12px;

        > :not(:last-child) {
            margin-bottom: 12px;
        }

        > li {
            list-style-type: disc;
        }
    }
}

.catalog-info-col-1 {
    margin-right: 24px;
}

.catalog-info-bottom {
    display: flex;
    align-items: flex-start;
    margin-top: 48px;

    > :not(:last-child) {
        margin-right: 34px;
    }

    &__text {
        width: 49%;
        font-weight: 600;
            font-size: 16px;
            line-height: 22px;
    }
}