﻿.page-title {
    margin-top: 150px;
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
}

.summ {
    line-height: 25px;
    text-align: center;
    color: rgb(90, 90, 90);
}

.products{
    display:flex;
    justify-content:space-between;
    margin-top:60px;
}

    .products .product {
        width: 270px;
        border: solid 1px #eee;
        padding-bottom: 30px;
    }
        .products .product .name {
            height: 60px;
            line-height: 60px;
            background-color: #2f53e9;
            color: white;
            text-align: center;
            font-size: 20px;
        }
        .products .product .funcs {
            padding:30px;
        }
        .products .product .funcs .func{
            list-style-type:circle;
            line-height:30px;
        }
        .products .product .ask {
            padding-left: 15px;
        }


.more {
    margin: auto;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border: solid 1px blue;
    border-radius: 30px;
    text-align: center;
    color: blue;
    margin-top: 150px;
    margin-bottom: 150px;
}