.pf01 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.pf02 {
    height: 550px;
    background-color: #F7F8F8;
    overflow: hidden;
    max-width: 400px;
    margin: 12px;
    padding: 12px 12px 24px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 20%);
    transition: box-shadow .15s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pf04 {
    padding: 0 10px 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 166.5%;
    color: #333;
    height: 80px;
    display: flex;
}
.pf05 {
    height: 200px;
    position: relative;
}

.pf05::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 44px;
    z-index: 2;
    background: linear-gradient( 180deg,transparent 0,#000 100%);
    opacity: .4;
}

.pf05 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pf06 {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 3;
        padding: 4px 20px;
        background: linear-gradient(90deg,#7421DF 0,#4C1E87 50%);
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        line-height: 169%;
}

.pf06::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 9px;
    font-size: 0;
    position: relative;
    top: -1px;
}

.pf07 {
    padding: 12px;
    font-size: 16px;
    line-height: 169%;
    color: #161b20;
}

@media only screen and (max-width: 767px) {
.pf04 {
    padding: 0 16px 16px;
    font-size: 16px;
}
.pf05 {
    height: 200px;
}

.pf02 {
    height: 600px;
}
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-question:before {
    content: "\f128";
}