.product-getloan{
    padding: 100px 0;
}

.product-getloan-item{
    border-radius: 20px;
    padding: 32px;
    background: rgba(26, 26, 51, 0.04);
    box-sizing: border-box;
    border: 1px solid rgba(26, 26, 51, 0.1);
    display: flex;
    position: relative;
    margin-bottom: 24px;
}

.product-getloan-item-title{
    font-size: 20px;
    font-weight: bold;
    color: #1A1A33;
    margin-bottom: 16px;
}

.product-getloan-item-des{
    font-size: 16px;
    font-weight: normal;
    color: rgba(26, 26, 51, 0.75);
}

.product-getloan-item-icon{
    margin-right: 24px;
    flex-shrink: 0;
}

.product-getloan-item-number{
    width: 59px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 34px;
}