﻿.rent {
    background-color: #f2f5f8;
}

    .rent .rent-header {
        line-height: 36px;
        font-size: 24px;
        margin: 40px auto;
    }

    .rent .rent-access-subtitle {
        color: var(--primary);
        line-height: 40px;
    }

    .rent .rent-item-icon {
        text-align: center;
        vertical-align: middle;
        font-size: 34px;
        line-height: 1;
        width: 75px;
        height: 75px;
        background: var(--primary);
        border: 2px solid var(--primary);
        color: var(--white);
        border-radius: 50%;
        margin: 35px auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rent .rent-item {
        line-height: 26px;
    }

        .rent .rent-item .rent-item-title {
            font-weight: bold;
            font-size: 18px;
            margin: 15px auto;
            margin-top: 25px;
        }

    .rent .rent-access-item li {
        margin-bottom: 10px;
    }

        .rent .rent-access-item li svg {
            color: var(--primary);
            margin-right: 10px;
        }

@media(max-width:992px) {
    .rent .rent-header {
        line-height: 29px;
        font-size: 19px;
        margin-top: 30px;
    }
}