.hr-price-item {
    background-color: #f4f4f4;
}
.mb-30 {
    margin-bottom: 30px;
}
.hr-price-header {
    padding: 40px 40px 25px;
    text-align: center;
    background-color: #282727;
    position: relative;
    margin-bottom: 70px;
    border-bottom: 1px solid var(--color-4);
}
.it-price-item.active .it-price-header, .it-price-item.active .it-price-header:after {
    background-color: var(--color-3);
}
.hr-price-tag {
    display: inline-block;
    padding: 5px 26px;
    margin-bottom: 35px;
    color: var(--white);
    border: 1px solid hsla(0, 0%, 100%, .1);
    background: hsla(0, 0%, 100%, .1);
    font-family: var(--font-02);
}
.hr-price-rate {
    font-weight: 700;
    font-size: 45px;
    color: #fff;
    margin-bottom: 15px;
    font-family: var(--font-02);
}
.hr-price-rate i {
    font-style: normal;
    font-size: 15px;
}
.hr-price-header p {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 0;
    font-family: var(--font-01);
}
.hr-price-header:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 70px;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #282727;
}
.hr-price-item.active .hr-price-header, .hr-price-item.active .hr-price-header:after {
    background-color: var(--color-3);
    border-bottom: 1px solid var(--color-3);
}
.hr-price-body {
    padding: 60px 40px 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.hr-price-list ul{
    margin: 0;
    padding: 0;
}
.hr-price-list ul li {
    position: relative;
    padding-left: 25px;
    font-weight: 600;
    font-size: 16px;
    list-style-type: none;
    color: var(--color-4);
}
.hr-price-list ul li:not(:last-child) {
    margin-bottom: 16px;
}
.hr-price-list ul li i {
    position: absolute;
    top: 3px;
    left: 0;
    color: var(--color-3);
}